User Manual

Installation and Basic Management
HP NonStop AutoTMF Software User’s Guide429952-014
2-6
Create the System Database
AutoTMF templates and filter. Enter the following TACL commands in a separate
terminal window:
The EMS distributor will display NonStop AutoTMF events.
Create the System Database
The System Database (SysDB) is created using ESCORT CI. When starting ESCORT
CI during the initial installation, a warning message appears directing you to create a
SysDB.
1. Invoke ESCORT by using a RUN command:
2. Then issue the CREATE command:
CREATE SYSDB [ ON volume ];
volume is the audited volume for SysDB. The default volume for SysDB is $SYSTEM.
If creating tables on $SYSTEM is difficult due to system security or if $SYSTEM is not
audited, specify an alternative volume. SysDB may be created on any audited volume.
Note that ESCORT CI is looking for the AutoTMF monitor $ZESC. The monitor will be
configured and started in step Create the Mapping Database
below, after the AutoTMF
software license has been installed in the next step.
See CREATE SYSDB on page 6-54 for more details on this command, and specify the
SECURE option as indicated in that discussion to control access to users who are
authorized to alter the NonStop AutoTMF global configuration.
SQL tables must be registered in an SQL catalog. ESCORT CI automatically creates
an SQL catalog on the volume specified in the CREATE SYSDB command, in a
ADD DEFINE =_EMS_TEMPLATES, CLASS MAP, FILE ZESCTMPL
EMSDIST TYPE P, COLLECTOR $0, TEXTOUT $HOME, FILTER ESCFLTR
19> run $tools.autotmf.escort
HP Nonstop(tm) AutoTMF(tm) Command Interpreter(T0581V03) - System \RDF10
Copyright Hewlett-Packard Company 2000-2002
Copyright Carr Scott Software Incorporated 1996-2002
*Warning* The SysDB cannot be found. Issue the CREATE SYSDB command to
* 1601 * create it. Enter HELP CREATE-SYSDB; for more information.
AutoTMF 1? create sysdb;
--- SQL Catalog $SYSTEM.ESCCATLG is being created.
--- SQL Catalog $SYSTEM.ESCCATLG has been created.
--- SysDB table $SYSTEM.ESCSYSDB.MAPDBS created.
--- SysDB table $SYSTEM.ESCSYSDB.REGISTRY created.
* Error * The monitor process $ZESC is not executing.
* 652 * To start a monitor, issue the START MONITOR command.
*Warning* Process $ZESC is not configured as a monitor process.
* 1806 * The CREATE MAPDB command configures monitor processes.
* * Enter HELP CREATE-MAPDB; for more information.