lslock

Lists locks on objects

APPLICABILITY

ClearCase (cleartool subcommand), Attache (command)

SYNOPSIS

lslock [ -local ] [ -l·ong | -s·hort | -fmt format-string ] [ -obs·olete ]

[ [ -a·ll ] [ -pna·me ] pname ...
| object-selector ...
]

DESCRIPTION

The lslock command lists locks that have been placed on one or more VOB-database objects (with the lock command). The listing can include all the locks created within a VOB or a particular set of locks:

Obsolete Type Objects

Type objects can be rendered obsolete with the lock -obsolete xxtype: command. lslock lists an obsolete type object if you specify its name with a type-name argument or you use the -obsolete option.

PERMISSIONS AND LOCKS

Permissions Checking: No special permissions required. Locks: No locks apply.

OPTIONS AND ARGUMENTS

LISTING LOCK STATE OF LOCAL COPIES OF GLOBAL TYPES. Default: lslock displays the lock state of the global type for the object selector you specify.

-local

Displays the lock state of the local copy of the global type. For more information, see Administering ClearCase.

REPORT FORMATDefault: A lock listing looks like this:

01-Sep.08:42 drp lock attribute type "AT2" (locked)
"Locked for all users."

-l·ong

Expands the listing with more time-specific and user-specific information.
-s·hort

Restricts the listing to names of locked objects only.
-fmt format-string

Lists information using the specified format string. See the fmt_ccase reference page for details on using this report-writing facility.

LISTING OBSOLETE OBJECTS.  Default: An obsolete object is not listed unless you specify it with a command-line argument.

-obs·olete

Includes obsolete objects in the listing. (Has no effect if you specify one or more objects with arguments.)

SPECIFYING THE LOCKED OBJECTS.  Default: Lists all the locks created in the VOB containing the current working directory.

[ -pna·me ] pname ...

One or more pathnames, each of which specifies an element or branch:

foo.c

Element foo.c

foo.c@@

Element foo.c

foo.c@@\main\bugfix

Branch of element foo.c

(Versions cannot be locked; a pathname to a version references the element object.) Using pname arguments restricts the listing to locks on those particular objects (but see the -all description below).
If pname has the form of an object selector, you must include the -pname option to indicate that pname is a pathname.
NOTE: Specifying an element lists only the lock on the element itself, not on any of its branches.
-all

For each pname argument, lists all locks in the VOB containing pname. Has no effect if you don't specify any pname argument (because the default is to list all locks in the current VOB).
object-selector ...

One or more non-file-system VOB objects. The objects must exist in the VOB containing the current working directory, unless you specify another VOB with @vob-specifier. Specify object-selector in one of the following forms:

vob-selector

vob:pname-in-vob

pname-in-vob can be the pathname of the VOB-tag (whether or not the VOB is mounted) or of any file-system object within the VOB (if the VOB is mounted). It cannot be the pathname of the VOB storage directory.

attribute-type-selector

attype:type-name[@vob-selector]

branch-type-selector

brtype:type-name[@vob-selector]

element-type-selector

eltype:type-name[@vob-selector]

hyperlink-type-selector

hltype:type-name[@vob-selector]

label-type-selector

lbtype:type-name[@vob-selector]

trigger-type-selector

trtype:type-name[@vob-selector]

pool-selector

pool:pool-name[@vob-selector]

oid-obj-selector

oid:object-oid[@vob-selector]

The following object selector is valid only if you use MultiSite:

replica-selector

replica:replica-name[@vob-selector]

EXAMPLES

Examples including wildcards or quoting are written for use in cleartool interactive mode. If you use cleartool single-command mode, you may need to change the wildcards and quoting to make your command interpreter process the command appropriately.

In cleartool single-command mode, cmd-context represents the command interpreter prompt. In cleartool interactive mode, cmd-context represents the interactive cleartool prompt. In Attache, cmd-context represents the workspace prompt.

cmd-context lslock lbtype:REL1 lbtype:REL1.1 lbtype:REL2
08-Dec.12:19 jackson lock label type "REL1" (locked)
"Locked for all users."
08-Dec.12:19 jackson lock label type "REL1.1" (locked)
"Locked for all users."
08-Dec.12:19 jackson lock label type "REL2" (locked)
"Locked for all users."
cmd-context lslock util.c@@\main\rel2_bugfix
08-Dec.12:19 jackson lock branch "util.c" (locked)
"Locked for all users."
cmd-context lslock -long vob:.
08-Dec-98.14:57:58 Chuck Jackson (test user) (jackson.dvt@oxygen)
lock versioned object base "s:\people\chuck\hw.vbs" (locked)
"Locked for all users."
cmd-context lslock -obsolete
08-Dec.12:18 jackson lock file element
"M:\view1\users_hw\src\hello.c@@" (locked)
"Locked for all users."
08-Dec.12:19 jackson lock label type "REL1" (locked)
"Locked for all users."
08-Dec.12:19 jackson lock label type "REL2" (locked)
"Locked for all users."
08-Dec.12:18 jackson lock branch type "test" (locked)
"Locked except for users: gomez jackson"
08-Dec.12:18 jackson lock branch type "patch3" (obsolete)
"Locked for all users (obsolete)."
08-Dec.12:18 jackson lock file element
"M:\view1\users_hw\src\convolution.c@@" (locked)
"Locked for all users."
08-Dec.12:19 jackson lock branch
"M:\view1\users_hw\src\util.c@@\main\rel2_bugfix@@" (locked)
"Locked for all users."
cmd-context lslock pool:staged pool:cdft
08-Dec.12:19 jackson lock pool "staged" (locked)
"Locked for all users."
08-Dec.12:19 jackson lock pool "cdft" (locked)
"Locked for all users."

SEE ALSO

lock, ls, lshistory, lspool, lstype, unlock, fmt_ccase



Feedback on the documentation in this site? We welcome any comments!
Copyright © 1999 by Rational Software Corporation. All rights reserved.