ASAP Migration Guide for NSX and OMF Users
ASAP Examples
ASAP Migration Guide for NSX and OMF Users—520627-001
A-8
Monitoring Process
7. Set specific objectives and generate EMS events:
+ RANK FILE $System.system.userid, owner = “255,255” CRITICAL
REPEAT
+ RANK FILE $Data.logfiles, files < 50 CRITICAL
+ RANK FILE $Build.sources, owner = “66,50” critical repeat,
rwep = “nuuu”
8. Display currently configured objectives in the Objectives DB of the local node:
+ RANK FILE
File \Chicago
Full <= 85
$Build.Sources
Owner = 66,50 Critical Repeat
Rwep = Nuuu
$Data.Logfiles
Files < 50 Critical
$System.System.Userid
Owner = 255,255 Critical Repeat
9. Commit the changes to see results at the next sample:
+ COMMIT
10. List the attributes of the FILE entity:
+ SHOW FILE
You can set objectives on any attribute with a state pair; for example, Error, Full, Eof,
Owner, and so on.
Monitoring Process
1. Display currently configured domains in the Objectives DB of the local node:
+ MONITOR PROCESS
<no domains>
2. Start monitoring a few domains (only the $Zoom process is automatically monitored
by default; when configuring additional process domains, $Zoom stops being
monitored, unless you add it to the Objectives DB using the MONITOR command):
+ MONITOR PROCESS $System
+ MONITOR PROCESS $Pr01
+ MONITOR PROCESS $Zip
3. Review the list of domains:
+ MONITOR PROCESS
Process \Chicago
On - $Pr01
On - $System
On - $Zip
4. Commit the changes to see results at the next sample:
+ COMMIT