Hi Rabe,
The statusMap table has a mapping of the object status (event, controller, volume, … ) against a numerical constants.
The monitor sets the objStatus for each of the object to values for ‘statusName’. The source uses the statusIndex rather than the text field.
All the numerical values are powers of 2
The possible values for this field are as follows:
"statusName","statusIndex"
"Normal","16"
"Warning","48"
"Unknown","32"
"Error","64"
"Critical","80"
"Emergency","96"
"N/A","24"
"Information","28"
Status Name signifies the status of the object as determined by the dfmmonitor.
Regards
adai