Deadlock – HP Integrity NonStop H-Series User Manual
Page 125
![background image](/manuals/397556/125/background.png)
NonStop AutoTMF Software Commands
HP NonStop AutoTMF Software User’s Guide—429952-013
6-53
DEADLOCK
SysDB must be created on an audited volume.
volume
volume where SysDB will be created. The default is $SYSTEM.
option
CATALOG SQL-catalog
SQL catalog where SysDB tables are to be registered. The catalog may also
be specified either by the
command or by specifying a catalog
attribute for the =_DEFAULTS define.
If not specified, an SQL catalog is created on the same volume as SysDB in a
subvolume called ESCCATLG.
SECURE "rwep"
specifies the READ, WRITE, EXECUTE and PURGE security attributes of
SysDB tables.
After you create SysDB, comply with the product licensing instructions.
Do not create more than one SysDB, because all disks are searched for SysDB
subvolumes (named ESCSYSDB) and an error occurs if more than one is found.
DEADLOCK
Creates a record lock deadlock on an Enscribe file. The command is used to test
deadlock detection of the LISTLOCKS command. This command does not change the
file.
file
specifies the name of an Enscribe file on which the deadlock situation is to be
created.
DEPTH 2-to-n
the number of lock holders (file opens or transactions) between 2 and 10 that
participate in the deadlock. Each holder will be waiting for a unique record locked
CREATE SYSDB [ ON volume ] [, option ];
option is
{ CATALOG SQL-catalog
}
{
}
{ SECURE
"
rwep
"
}
DEADLOCK file [,DEPTH 2-to-n] [,TIME 2-to-n-seconds];