Owner's manual

Command Interpreter
HP AutoSYNC User’s Guide522580-015
8-32
ALTER MONITOR
a process priority (in the range of 1 to 199) for the monitor process
The PRIMARY, BACKUP, and PRIORITY options specify process creation parameters
that are used when starting the monitor process.
ALTER MONITOR
Modifies attributes of an existing monitor process. The changes take effect when the
monitor process is restarted.
These attributes can also be changed using ALTER MAPDB.
process-name
the name of a monitor process. The name must have 4 characters.
If omitted, $ZASY is assumed.
BACKUP cpu-number
the CPU number (in the range of 0 to 15) of the backup monitor process.
HOMETERM [ file-name | NONE ]
a home terminal for the monitor process.
If this option is not specified in this command or when the MapDB was created, the
default monitor process hometerm is set to the system console. The monitor
process writes the messages that would normally go to its hometerm to the EMS
collector $0 or to the collector specified through the EMSCOLLECTOR global
parameter.
If NONE is specified or file-name is omitted, the hometerm is re-set to the default
described above.
AutoSYNC prints a warning when it starts the monitor process and its hometerm is
defaulted.
PRIMARY cpu-number
the CPU number (in the range of 0 to 15) of the primary monitor process.
ALTER MONITOR [ process-name ] {, option... }
option is
{ PRIMARY cpu-number }
{ BACKUP cpu-number }
{ PRIORITY process-priority }
{ HOMETERM [file-name | NONE ] }