Determining Shared Memory Segments for an Informix instance
적용 가능한 인포믹스 버전 : 7.2, 7.3, 9.2, 9.3, 9.4, 10.0
Problem |
Determine shared memory segment for a particular Informix instance - How to? |
Solution |
BEFORE YOU BEGIN This Korn-Shell script will help you to identify which segments are in use by which Informix® instance. The output is similar to UNIX command ipcs –m, except the last columnDBSERVERNAME. The DBSERVERNAME representing the database server name. The value is equivalent to the ONCONFIG configuration file parameter DBSERVERNAME. STEPS
2. Change the name to checkipc 3. Execute the script using the following syntax:
Sample Output The example shows that all the shared memory segments grouped by informix are in use by active Informix instances. There are 4 segments that belong totest940 instance, and 3 segments that belong to test731 instance. |
http://www-01.ibm.com/support/docview.wss?uid=swg21114995