AutoSYNC Software User's Guide (Update 17)

Installation
HP AutoSYNC User’s Guide522580-018
2-5
License AutoSYNC
volume as the SysDB tables). You may also specify a particular catalog. See CREATE
SYSDB on page 8-65 for details on the command.
License AutoSYNC
To enable the further use of AutoSYNC, you must issue the licensing command
described in the documentation that accompanies your AutoSYNC license agreement.
To display the status of your AutoSYNC license, use the MONITOR STATUS LICENSE
command after the MapDB has been created and the monitor process has been
started.
Create the AutoSYNC Mapping Database
The Mapping Database or MapDB is a second configuration subvolume used by
AutoSYNC to store information pertaining to:
AutoSYNC users, in SQL table SYNCUSER.
Global parameters, in SQL table REGISTRY.
and for each configured AutoSYNC user ggguuu (ggg = group, uuu = user)
Scheduled synchronization file set configuration, in SQL table SFggguuu.
Log of scheduled synchronization operations, Enscribe entry-sequenced file
SLggguuu.
To create the MapDB, use the command:
AutoSYNC 1? create sysdb on $data;
--- SQL Catalog $DATA.ESCCATLG is being created.
--- SQL Catalog $DATA.ESCCATLG has been created.
--- SysDB table $DATA.ESCSYSDB.MAPDBS created.
--- SysDB table $DATA.ESCSYSDB.REGISTRY created.
* Error * The monitor process $ZASY is not executing.
* 652 * To start a monitor, issue the START MONITOR command.
*Warning* Process $ZASY is not configured as a monitor process.
* 1806 * The CREATE MAPDB command configures monitor processes.
* * Enter HELP CREATE-MAPDB; for more information.
Note 1. If you are upgrading your AutoSYNC license from a DEMO or evaluation
license to a permanent license, simply install the new license received from the
License Manager. Installing the new license is not disruptive and does not require any
interruption of the ongoing synchronizations.
Note 2. On H-series and J-series systems, licensing is based on the configured
number of logical CPUs in the system. If you add logical CPUs to your system, contact
the HP license manager to obtain a new license.
CREATE MAPDB;