VOB database access arbitrator
ClearCase (administrative command)
Each VOB host runs one database lock manager process, lockmgr. This process arbitrates transaction requests to all VOB databases on that host from ClearCase client programs throughout the network. The calling program polls lockmgr, which either grants or prohibits access to the requested data. If the data is available, the transaction proceeds immediately: the data is read or written, and output is returned to the calling program. If the data is unavailable (locked because another caller has been granted write access to the data), the caller waits until lockmgr grants it access to the data.
At system startup time, the Service Control Manager starts the lockmgr service with the options and default values described in the OPTIONS AND ARGUMENTS section. To change these values, create the following Windows registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Atria\ClearCase\CurrentVersion
LockMgrCmdLine: REG_SZ : -a almd -u num -f num
SPECIFYING THE LOCKMGR SOCKET. Default: almd
SPECIFYING THE SIZE OF THE REQUEST QUEUE. Default: 128.
SPECIFYING THE NUMBER OF USERS. Default: 128.
SPECIFYING THE NUMBER OF FILES. Default:128.
The lockmgr sends warning and error messages to the Windows Event Viewer.
albd_server, db_server, vobrpc_server
|
Feedback on the documentation in this site? We welcome any comments!
Copyright © 1999 by Rational Software Corporation. All rights reserved. |