Open System Services Shell and Utilities Reference Manual (G06.25+, H06.03+)
Table Of Contents
User Commands (g - j) ipcs(1)
OTIME (a,t)
The time when the latest semaphore operation was completed on the set associated
with the semaphore entry.
EXAMPLES
1. Sample output from entering the ipcs command without flags follows:
Message Queues:
T ID KEY MODE OWNER GROUP
q 0 0x00010381 R rw-rw-rw- SUPER SUPER
q 65537 0x00010307 R rw-rw-rw- SUPER SUPER
q 65538 0x00010311 R rw-rw-rw- SUPER SUPER
q 65539 0x0001032f R rw-rw-rw- SUPER SUPER
q 65540 0x0001031b R rw-rw-rw- SUPER SUPER
q 65541 0x00010339 - rw-rw-rw- SUPER SUPER
q 6 0x0002fe03 R rw-rw-rw- SUPER SUPER
Shared memory:
T ID KEY MODE OWNER GROUP
m 65537 0x00000000 D rw------- SUPER SUPER
m 720898 0x00010300 - rw-rw-rw- SUPER SUPER
m 65539 0x00000000 D rw------- SUPER SUPER
Semaphores:
T ID KEY MODE OWNER GROUP
s 131072 0x4d02086a - ra-ra---- SUPER SUPER
s 65537 0x00000000 - ra------- SUPER SUPER
s 131076 0x00010301 - ra-ra-ra- SUPER SUPER
2. To display information on a processor other than the one for your terminal session, start
the ipcs utility using the run command -cpu= flag for the appropriate processor. For
example, to see information for processor 4, enter:
run -cpu=4 ipcs
NOTES
The ipcs and ipcrm commands have no provision for managing IPC facilities on processors other
than the one in which they run. To manage IPC facilities across all the processors of a node, you
need to use these commands with other OSS shell commands and command flags, such as the
run command -cpu= flag.
RELATED INFORMATION
Commands: ipcrm(1), run(1).
Functions: msgrcv(2), msgsnd(2), semctl(2), semget(2), semop(2), shmat(2), shmctl(2),
shmdt(2), shmget(2).
527188-003 Hewlett-Packard Company 4−55