ASAP 3.1 Server Manual

HP NonStop ASAP Server Manual Page 233 of 360
 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
 To define an action to reload a CPU after it fails:
RANK CPU, STATUS ACTION "TACL RELOAD <#DOMAIN>, PRIME" WAIT
15
 To define a goal and action to secure the NonStop OS userid file to "OOOO":
RANK FILE $SYSTEM.SYSTEM.USERID, RWEP = "OOOO" ACTION "FUP
SECURE <#DOMAIN>, '<#GOAL>'"
 To define a goal and action to compress a volume that is getting too full and to
write a critical EMS event, but to only do the compression once every 2 hours:
RANK DISK, FULL < 90 CRITICAL ACT "DCOM <#DOMAIN>" WAIT 120
 To define custom up and down event numbers for CPU 0 getting too busy:
RANK CPU 0, BUSY < 90 CRITICAL 4444-5555
 To define a custom down event number for CPU 0 getting too busy:
RANK CPU 0, BUSY < 90 CRITICAL 4444
 To define a custom up event number for CPU 0 when it returns to normal:
RANK CPU 0, BUSY < 90 CRITICAL -5555
 To define a goal for busy for an OSS shell process aggregate-only domain:
RANK PROCESS /bin/sh\##, BUSY < 10
 To define a global goal and action to resecure any monitored file using the ASAP
default RESECURE rule:
RANK FILE, RWEP = "AOAO" ACTION RESECURE