Create sysdb, Log. see, Create – HP NonStop G-Series User Manual
Page 151: Sysdb

Command Interpreter
HP AutoSYNC User’s Guide—522580-015
8-63
CREATE SYSDB
The PRIMARY, BACKUP, and PRIORITY, and HOMETERM options specify process
creation parameters to be used when starting the monitor process.
MONITOR process-name
the name of the monitor process to be associated with the MapDB. The name must
have 4 characters. The default is $ZASY. See the note below.
PRIMARY cpu-number
the CPU number (in the range of 0 to 15) of the primary monitor process.
PRIORITY process-priority
a process priority (in the range of 1 to 199) for the monitor process.
SECURE “rwep”
sets the security of the MAPDB tables.
CREATE SYSDB
Creates SysDB. SysDB is a set of two SQL tables in a subvolume named ESCSYSDB:
REGISTRY and MAPDBS. These tables are updated with registration information,
global parameters and the list of MapDBs and associated monitor processes.
Since the SysDB is a set of SQL tables, the volume on which it is created must be TMF
protected.
volume
the volume where the SysDB subvolume is created. The default is $SYSTEM. See
the notes below.
CATALOG SQL-catalog
the SQL catalog subvolume where the SysDB tables are to be registered. If this
parameter is omitted, AUTOSYNC creates a SQL catalog in subvolume
ESCCATLG on the volume specified in the command.
Following the creation of the system database, you should comply with the
AutoSYNC registration instructions.
CREATE SYSTEM DATABASE [ ON volume ] [, option... ];
or
CREATE SYSDB [ ON volume ] [, option... ];
option is
{ CATALOG SQL-catalog
}
{ SECURE “rwep”
}