Intel ZT 7102 TV Video Accessories User Manual


 
Intel
®
NetStructure
TM
ZT 7102 Chassis Management Module
RPC
Technical Product Specification 117
Get the
CMM’s overall
health.
pszCMMHost: localhost
uCmdCode: CMD_GET
pszLocation: CMM
pszDataItem: health
uReturnType: DATA_TYPE_INT
ppvbuffer: Integer value denoting health state
0 = OK
1 = Minor
2 = Major
3 = Critical
Get a blade’s
overall health.
pszCMMHost: localhost
uCmdCode CMD_GET
pszLocation: blade[1..n]
pszDataItem: health
uReturnType: DATA_TYPE_INT
ppvbuffer: Integer value denoting health state
0 = OK
1 = Minor
2 = Major
3 = Critical
Get the
version of
software on
the CMM.
pszCMMHost: localhost
uCmdCode: CMD_GET
pszLocation: CMM
pszDataItem: version
uReturnType: DATA_TYPE_STRING
ppvbuffer: A human-readable null-terminated
version string.
Power off one
of the blades.
pszCMMHost: localhost
uCmdCode: CMD_SET
pszLocation: blade[1-19]
pszDataItem: powerstate
pszSetData: poweroff
uReturnType: not used
ppvbuffer: not used
The return code from ChassisManagementApi()
indicates success or failure.
Power on one
of the blades.
pszCMMHost: localhost
uCmdCode: CMD_SET
pszLocation: blade[1-19]
pszDataItem: powerstate
pszSetData: poweron
uReturnType: not used
ppvbuffer: not used
The return code from ChassisManagementApi()
indicates success or failure.
Reset a
blade.
pszCMMHost: localhost
uCmdCode: CMD_SET
pszLocation: blade[1-19]
pszDataItem: powerstate
pszSetData: reset
uReturnType: not used
ppvbuffer: not used
The return code from ChassisManagementApi()
indicates success or failure.
Determine
what sensors
are on blade
3.
pszCMMHost: localhost
uCmdCode: CMD_GET
pszLocation: blade3
pszDataItem: ListTargets
uReturnType: DATA_TYPE_STRING
ppvbuffer: A list of sensor names as defined in the
SDR.
Determine
what may be
queried or set
on a blade.
pszCMMHost: localhost
uCmdCode: CMD_GET
pszLocation: blade3
pszDataItem: ListDataItems
uReturnType: DATA_TYPE_STRING
ppvbuffer: A list of commands to be used as data
items.
Determine
what may be
queried on the
blade4 +3.3 V
sensor.
pszCMMHost: localhost
uCmdCode: CMD_GET
pszLocation: blade4
pszTarget: +3.3SensorName
pszDataItem: ListDataItems
uReturnType: DATA_TYPE_STRING
ppvbuffer: A list of commands to be used as data
items.
Table 50. RPC Usage Examples (Sheet 2 of 3)
Example
ChassisManagementApi() [in]
parameters
ChassisManagementApi() [out] parameters