ASAP 3.1 Server Manual

HP NonStop ASAP Server Manual Page 232 of 360
TELSERVWINDOW
WINDOW
Since CIP entity names are long and difficult to type ASAP supports the following
abbreviations for the entity names:
CIPCLIM
CLIM
CIPMONITOR
MONITOR
CIPPROVIDER
PROVIDER
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