Create sysdb – HP Integrity NonStop J-Series User Manual
Page 132

NonStop AutoTMF Commands
HP NonStop AutoTMF Software User’s Guide—429952-017
6-56
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 by setting the catalog attribute of the =_DEFAULTS define.
If CATALOG is omitted, AutoTMF creates a SQL catalog on the same volume
as SysDB in subvolume ESCCATLG.
EMSCOLLECTOR collector-process
the EMS collector process where all event messages are sent.
collector-process must be an existing collector process.
If omitted, event messages are sent to $0.
SECURE "rwep"
specifies the READ, WRITE, EXECUTE and PURGE security attributes of
SysDB tables.
After you create SysDB, you must comply with the product licensing instructions before
you move to the next step, which is to create the MapDB.
All disks are searched for SysDB subvolumes, named ESCSYSDB and an error occurs
if more than one is found. You can configure alternate AutoTMF environments under
the same SysDB, For more information about the SysDB and AutoTMF alternate
environments, see
Configuring and Using an Alternate NonStop AutoTMF Environment
CREATE SYSDB [ ON volume ] [, option ];
option is
{ CATALOG SQL-catalog
}
{
}
{ EMSCOLLECTOR collector-process}
{
}
{ SECURE
"
rwep
"
}