ASAP 2.8 Server Manual

ASAP Conversational Interface Commands
HP NonStop ASAP Server Manual522303-007
6-59
MONITOR Command
otherwise both are optional. Domain names can use the asterisk wildcard
character as the last character in the name.
LIST, DETAIL
retrieves a list of the active domains from a running ASAP Server component and
includes entity detail information (if any) for all entities or for a specific entity. When
domain is specified, entity must be specified, otherwise both are optional.
Domain names can use the asterisk wildcard character as the last character in the
name.
REMOVE
removes a user-defined ASAPX domain from the monitored set of domains. An
ASAPX domain must be down before it can be removed. Once removed, a domain
enters a Pending Removal state until the end of the current statistics interval. It is
removed once the last record is written for the domain. entity must be specified.
domain can use the asterisk wildcard character as the last character in the name.
REMOVE, FORCE
removes a user-defined ASAPX domain from the monitored set of domains.
FORCE removes the domain regardless of its state. Once removed, a domain
enters a Pending Removal state until the end of the current statistics interval. It is
removed once the last record is written for the domain. entity must be specified.
domain can use the asterisk wildcard character as the last character in the name.
Examples
To add and turn on the disk $DATA:
MONITOR DISK $DATA
To commit all disk database changes:
MONITOR DISK, COMMIT
To turn on all file domains already in the database:
MONITOR FILE, ON
To turn on all domains on the local node already in the database:
MONITOR, ON
To display all domains from the database:
MONITOR
To turn off all disk domains:
MONITOR DISK, OFF