User Manual

NonStop AutoTMF Software Commands
HP NonStop AutoTMF Software User’s Guide429952-014
6-54
CREATE SYSDB
CREATE SYSDB
Creates the system database (SysDB). SysDB is a set of SQL tables in a subvolume
named ESCSYSDB. These tables are updated with registration information and the list
of MapDBs and associated monitor processes.
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 VOLUME 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.
CREATE SYSDB [ ON volume ] [, option ];
option is
{ CATALOG SQL-catalog }
{ }
{ SECURE
"rwep" }
DEADLOCK file [,DEPTH 2-to-n] [,TIME 2-to-n-seconds];