ASAP 3.1 Server Manual

HP NonStop ASAP Server Manual Page 189 of 360
CIPMONITOR
MONITOR
CIPPROVIDER
PROVIDER
Examples
 To add or modify the record for the disk $DATA:
GOAL DISK $DATA, BUSY < 65
 To specify that a file must be less than 90 percent full:
GOAL FILE $SYSTEM.FILE.FILE, FULL < 90
 To add or modify the CPU record, define Busy and Queue:
GOAL CPU 0, BUSY < 90, QUEUE < 4
 To set the objectives for a domain:
GOAL FUNDS TRANSFER, BUSY < 30, TRANSRATE >= 15, ERROR < 1
 To override global objectives and create critical events:
GOAL FUNDS TRANSFER\WEST, BUSY > 20, BUSY < 40 CRITICAL
REPEAT
 To turn ranking off for a file:
GOAL FILE \REMOTE.$DATA.FILE.FILE, DEACTIVATE
 To commit FILE on \REMOTE:
GOAL FILE \REMOTE, COMMIT