PROUTIL DBIPCS qualifier
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
PROUTIL DBIPCS qualifier
Displays status information for shared-memory segments attached by all OpenEdge databases on the system. This qualifier is valid only on UNIX.
Syntax
|
Example
The following output is a sample display of PROUTIL DBIPCS:
|
- ID
- Indicates the shared-memory ID.
- ShMemVer
- Specifies the shared-memory version.
- Seg#
- Indicates the shared-memory segment number. One database can own more than one segment.
- InUse
- Specifies whether the segment is in use. Yes or No values are displayed only if the segment is number zero (0). All other segments show a hyphen (-). To determine whether a set of segments is in use, check the InUse value of segment 0 for the relevant database.
- Database
- Represents the full pathname of the database.
Notes
- The PROMON Activity screen shows the amount of shared memory used by OpenEdge processes and the number of shared-memory segments.
- On UNIX, use
ipcs -mto determine the size and number of shared-memory segments in use. Subtract fromSHMALLto see how many shared-memory segments are left. If the broker dies or is killed by means other than the database shutdown command, it does not release attached shared-memory segments. Use PROUTIL DBIPCS to verify shared memory is frozen; use the UNIX commandipcrm -mto free it.