10.0;llkob (list_locked_objects), revision 1.0, 88/01/21
llkob (list_locked_objects) - list locked objects.
usage: llkob [-r] [-c]
DESCRIPTION
llkob lists the locked objects resident on volumes mounted on this node,
and objects resident in other nodes that are locked by processes running
locally.
The listing for each object includes the locking constraints imposed on
the object (for example, n-readers XOR 1-writer), the specific lock mode
being used (for example, read, write, read-intending-write), the network
node ID of the node at which the object is located, the node ID of the
node in which the locking process is active, and the name (if it is
available) of the object itself.
OPTIONS
-r[emote] Specify list of only those objects that either reside on this
node and are locked by another node, or reside on another node
and are locked by this node (that is, those objects whose locks
are in some way remote).
-c[ount] List only a one-line summary of the number of objects locked.
EXAMPLES
$ llkob
HOME LOCKING
USE CONSTRAINT NODE NODE FILE
W nR_xor_1W 21 21 /sys/dm/pdb
R nR_xor_1W 21 21 /sys/dm/fonts/std
W nR_xor_1W 21 21 --Temporary File--
R nR_xor_1W 21 21 --Uncataloged Permanent File--
W nR_xor_1W 21 21 --Display Manager Pad--
$ llkob -c
locked: 102 -- 100 local, 2 remote; 100 locally locked, 2 remotely
SEE ALSO
More information is available. Type
help lkob For details about locking objects
help ulkob For details about unlocking locked objects