HP-UX WBEM nPartition Provider Data Sheet
ServiceProcessorShortLabel the service processor in this
cabinet, e.g "MP" or "GSP".
string
ServiceProcessorCount
Local
Number of service processors
in this cabinet.
string
ServiceProcessorLocation[]
Local
Array of long display names
for the location of service
processors in this cabinet.
On
cabinets where the service is a
separate component, this will
be the same as the cabinet
Label. On cabinets where the
service processor is located
on a core I/O card, it will
include a specification of
which core i/O card, e.g.
"cab0, coreio0".
string
ServiceProcessorStatus[]
Local
Array of the status of any
service processors in this
cabinet, in the same order as
ServiceProcessorLocation
above. Values are:
Unknown(0), Other(1),
Active(2), Backup(3).
uint8 LEDState Local
State of the attention indicator
for this cabinet. Values are:
Unknown(0), Other(1),
Unsupported(2), Steady(3),
Flashing(4). Unsupported is
used if the cabinet does not
have an attention indicator,
e.g on the rp8410. Platforms
are not required to support
this property.
Table 12. HP_NParCabinet extrinsic methods
Method Name Description Exceptions thrown
uint32 FlashLED( boolean
Flash,
string
MpPassword )
When the Flash argument is
true, change the state of the
cabinet attention indicator to
Flashing. When false,
change the cabinet attention
indicator to Steady.
MpPassword (management
processor password) is
CIMNotSupportedException if
the cabinet does not have a
cabinet attention indicator.
C
IMOperationFailedException
if the operation fails.