ASAP Migration Guide for NSX and OMF Users
ASAP Examples
ASAP Migration Guide for NSX and OMF Users—520627-001
A-9
Monitoring ProcessBusy
5. Stop monitoring $Zip, but keep the domain in the Objectives DB:
+ MONITOR PROCESS $Zip, OFF
+ COMMIT
6. Display currently configured objectives in the Objectives DB of the local node:
+ RANK PROCESS
<no objectives>
7. Set specific objectives and generate EMS events:
+ RANK PROCESS $System, pri = 220 CRITICAL REPEAT
+ RANK PROCESS $Pr01, pri >= 150 CRITICAL, mpages < 225 INFO
REPEAT
+ RANK PROCESS $Pr01, cpu=1, bcpu=2
8. Display currently configured objectives in the Objectives DB of the local node:
+ RANK PROCESS
Process \Chicago
$Pr01
Pri >= 150 Critical
Mpages < 225 Info Repeat
$System
Pri = 220 Critical Repeat
9. Commit the changes to see results at the next sample:
+ COMMIT
10. List the attributes of the PROCESS entity:
+ SHOW PROCESS
You can set objectives on any attribute with a state pair; for example, Error, Cpu, Pri,
Bcpu, and so on.
Monitoring ProcessBusy
1. Display currently configured domains in the Objectives DB of the local node:
+ MONITOR PROCESSBUSY
<no domains>
2. Start monitoring PROCESSBUSY (all CPUs for Processbusy are automatically
monitored by default, so adding them to the Objectives DB is not mandatory):
+ MONITOR PROCESSBUSY 0
+ MONITOR PROCESSBUSY 1
3. Review the list of domains:
+ MONITOR PROCESSBUSY
Processbusy \Chicago
On - 0
On - 1