AutoSYNC Software User's Guide (Update 17)

Operations and Management
HP AutoSYNC User’s Guide522580-018
A-4
Configuring the Monitor Process
Configuring the Monitor Process
The monitor is configured and started when the MapDB is created through the
CREATE MAPDB command. The monitor has an assigned default process name,
$ZASY, reserved for AutoSYNC.
The monitor configuration can be changed by using the ALTER MONITOR
command.
You can configure process priority, process CPUs, and the monitor event-logging
device.
You can also configure alternate monitor processes to create different synchronization
environments. See Configuring and Using an Alternate AutoSYNC Environment
below
for details.
Configuring Monitor Priority
The monitor caches all configuration information in memory and has efficient lookup
algorithms; thus, each communication is usually a simple message and requires little
cpu time and no disk I/O. The monitor can process many information requests without
imposing a significant load on the system.
The monitor process task is limited to scheduling synchronizations so it consumes very
little system resources. It can be run at the same priority as other monitor type
processes in the system such as Pathmon.
Configuring Monitor Hometerm
The monitor logs events to the EMS collector $0. You may configure event logging to
another collector or to a facility similar to the HP NonStop Virtual Hometerm
Subsystem, by altering the hometerm of the monitor, for example:
ALTER MONITOR, HOMETERM $VHS;
To configure the monitor to log messages to an alternate EMS collector you can also
set the global parameter EMSCOLLECTOR using the ALTER GLOBAL
command.
Starting a Monitor
If a monitor is not executing, you must start it by using the START MONITOR
command.
On the START MONITOR command, you can specify the monitor configuration
options, but you should also alter the monitor configuration to ensure that those options
will be used if the monitor is restarted.
The CREATE MAPDB, ALTER MAPDB or ALTER MONITOR commands specify or
change the configured values for options to be used by a START MONITOR command.
For these to take effect, you must stop and restart the monitor.