ASAP 2.8 Server Manual
ASAP Conversational Interface Commands
HP NonStop ASAP Server Manual—522303-007
6-81
RANK Command
LIST
retrieves a list from the active set of objectives for all entities or for a specific entity.
The LIST command communicates directly with running ASAP components to
retrieve objective information. entity must be specified when domain is specified;
otherwise both are optional. Domain names can use the asterisk wild-card
character as the last character in the name.
Examples
•
To add or modify the record for the disk $DATA:
RANK DISK $DATA, BUSY < 65
•
To specify that a file must be less than 90 percent full:
RANK FILE $SYSTEM.FILE.FILE, FULL < 90
•
To add or modify the CPU record, define Busy and Queue:
RANK CPU 0, BUSY < 90, QUEUE < 4
•
To set the objectives for a domain:
RANK FUNDS TRANSFER, BUSY < 30, TRANSRATE >= 15, ERROR < 1
•
To override global objectives and create critical events:
RANK FUNDS TRANSFER\WEST, BUSY > 20, BUSY < 40 CRITICAL
REPEAT
•
To turn ranking off for a file:
RANK FILE \REMOTE.$DATA.FILE.FILE, DEACTIVATE
•
To commit FILE on \REMOTE:
RANK FILE \REMOTE, COMMIT
•
To save the disk objectives configuration:
RANK /OUT FILE/ DISK, INFO, OBEYFORM
•
To list a domain for ATM:
RANK ATM\CHICAGO\$ABC, LIST
•
To deactivate a broken spooler device while it is repaired:
RANK SPOOLER $SPLG\DEV\$LP, DEACTIVATE
•
To turn on all domains for all entities:
RANK, ACTIVATE
•
To commit all objectives changes:
RANK, COMMIT