Scalable Database Server, HiRDB Version 8 Command Reference

[Contents][Index][Back][Next]

pdls [-d mem] (Display server shared memory status)

Function

Displays information about the shared server memory. The command displays the size of the shared memory being used in each unit corresponding to the host.

Format

pdls -d mem

Option

None

Notes

  1. Return code 0 for the pdls -d mem command indicates normal termination, and return code 8 indicates abnormal termination.

Output format

 
 HOSTNAME : aa...a(bbccdd)
 SHM-ID  GET-SIZE  ACT-SIZE SHM-OWNER          POOL-ID
 ee...e    ff...f    gg...g    hh...h           ii...i
   :          :         :         :                :
 

Explanation

aa...a
Host name (up to 32 characters).

bbccdd
Time of pdls command execution (hour:minute:second).

ee...e
Identifier of shared memory segment (10 decimal digits).
If the value exceeds 6 digits, the subsequent display will be shifted to the right by that number of digits.

ff...f
Allocation size (1-10 decimal digits) (bytes)
If the value exceeds 9 digits, the subsequent display will be shifted to the right by that number of digits.

gg...g
Amount of space being used (1-10 decimal digits) (bytes)
If the value exceeds 9 digits, the subsequent display will be shifted to the right by that number of digits.

hh...h
Attribute of the process that uses shared memory (up to 8 characters).
Type of shared memory Value of hh...h
Shared memory for unit controller MANAGER
Shared memory for global buffer When the standby-less system switchover (effects distributed) facility is applicable to the unit Unit name enclosed in parentheses
When the standby-less system switchover (effects distributed) facility is not applicable to the unit HiRDB server name using the corresponding shared memory
Shared memory for utility UTILITY
Shared memory for security audit information buffer AUDDEF

ii...i
Pool identifier (up to 16 characters).
Type of shared memory Value of ii...i
Shared memory for unit controller Not displayed
Shared memory for global buffer When the standby-less system switchover (effects distributed) facility is applicable to the unit Sequence number in the unit
When the standby-less system switchover (effects distributed) facility is not applicable to the unit Sequence number in the HiRDB server that uses the corresponding shared memory
Shared memory for utility Unique character string
Shared memory for security audit information buffer None

Note
The same value (allocation size) is always displayed for ff...f (allocation size) and gg...g (size being used).