HP-UX WBEM Mass Storage Providers Release Notes, June 2007
SMH reports Operational Status as Unknown or Minor when all components in the System
Box display Green status. This is due to the fact that the operational status and properties of FC
and SCSI subsystems cannot be diagnosed on HP-UX 11i v1 and HP-UX 11i v2 systems.
To obtain the operational status and properties of FC and SCSI subsystem, the following
workaround is supported:
• Enter the following command on HP-UX 11i v1 and HP-UX 11i v2 systems:
# wbemexec <XML Script Name>
Table 1-3 lists the XML scripts that can be used with the wbemexec command.
Table 1-3 XML Script Description
DescriptionXML Script
Provides the enumeration of FC cards on the system.EI_HPUX_FCPort.xml
Provides the overall group operational status of all the FC
cards on the system.
EI_HPUX_FCPortControllerCollection.xml
Provides the enumeration of SCSI cards on the system.EI_HPUX_SCSIProtocolController.xml
Provides the overall group operational status of all the SCSI
cards on the system.
EI_HPUX_SCSIProtocolControllerCollection.xml
Create the following .xml files and save it in any location on your system:
1. EI_HPUX_FCPort.xml
<?xml version="1.0" ?>
<CIM CIMVERSION="2.0" DTDVERSION="2.0">
<MESSAGE ID="51000" PROTOCOLVERSION="1.0">
<SIMPLEREQ>
<IMETHODCALL NAME="enumerateInstances">
<LOCALNAMESPACEPATH>
<NAMESPACE NAME="root"/>
<NAMESPACE NAME="cimv2"/>
</LOCALNAMESPACEPATH>
<IPARAMVALUE NAME="ClassName">
<CLASSNAME NAME="HPUX_FCPort"/>
</IPARAMVALUE>
</IMETHODCALL>
</SIMPLEREQ>
</MESSAGE>
</CIM>
2. EI_HPUX_FCPortControllerCollection.xml
<?xml version="1.0" ?>
<CIM CIMVERSION="2.0" DTDVERSION="2.0">
<MESSAGE ID="51000" PROTOCOLVERSION="1.0">
<SIMPLEREQ>
<IMETHODCALL NAME="enumerateInstances">
<LOCALNAMESPACEPATH>
<NAMESPACE NAME="root"/>
<NAMESPACE NAME="cimv2"/>
</LOCALNAMESPACEPATH>
<IPARAMVALUE NAME="ClassName">
<CLASSNAME NAME="HPUX_FCPortControllerCollection"/>
</IPARAMVALUE>
</IMETHODCALL>
</SIMPLEREQ>
</MESSAGE>
</CIM>
3. EI_HPUX_SCSIProtocolController.xml
Known Problems, Workarounds, and Limitations 11