Network Card User Manual

MPCMM0001 Chassis Management Module Software Technical Product Specification 185
Remote Procedure Calls (RPC)
19.2.5 ChassisManagementApi() Integer Response Format
The following table documents the format of ChassisManagementApi() queries that return data of
type DATA_TYPE_INT.
EscalationAction "1:No Action", "2:Failover and Reboot"
Used to set or query the process restart
escalation action. This is only valid for a
target of "PmsProc[#]. Where "#" is the
unique number for the process.
ProcessName
"<Process_Name>
<Command_Line_Arguments>"
Used to query the process name and
associated command line arguments for
a monitored process. A target of
"PmsProc[#] will retrieve the name of an
individual process. Where "#" is the
unique number for the process.
OpState "1:Enabled", "2:Disabled"
Used to query the operational state of a
monitored process. An operational state
of disabled indicates that the process has
failed and cannot be recovered. This is
only valid for a target of "PmsProc[#].
Where "#" is the unique number for the
process.
Table 82. String Response Formats (Sheet 5 of 5)
Dataitem Return Format Example
Table 83. Integer Response Formats
Dataitem Return format Example
alarmcutoff
Integer value indicating alarm cutoff
status:
0 = alarm not cut off
1 = alarm cut off
0
alarmtimeout
Integer value indicating the alarm cutoff
time-out in minutes.
5
health
Integer value corresponding to the
health of the location queried:
0 = OK
1 = Minor
2 = Major
3 = Critical
2
presence
Integer value corresponding to the
absence or presence of the location
queried:
0 = Not present
1 = Present
NOTE:
If a blade is not present,
ChassisManagementApi() returns
E_BLADE_NOT_PRESENT.
1
snmpenable
Integer value indicating SNMP status:
0 = disabled
1 = enabled
0