Administrator's and User's Guide for SFM HP-UX 11i v1 December 2006

<IMETHODCALL NAME="EnumerateInstances">
<LOCALNAMESPACEPATH>
<NAMESPACE NAME="root"/>
<NAMESPACE NAME="cimv2"/>
</LOCALNAMESPACEPATH>
<IPARAMVALUE NAME="ClassName">
<CLASSNAME NAME="HP_KnownFilter"/>
</IPARAMVALUE>
</IMETHODCALL>
</SIMPLEREQ>
</MESSAGE>
</CIM>
To execute the file, enter the following command at the HP-UX prompt:
# wbemexec <full path>/EnumerateInstances.xml
The full path is the absolute path of the EnumerateInstances.xml file.
This recreates HP-Known filters and HP-Known subscriptions in the CIMOM repository, and
the indications start logging in the Event Archive.
Troubleshooting Indication Providers
This section describes the techniques for troubleshooting the EMS Wrapper Provider.
Problem
Indications corresponding to events generated by the Event Monitoring Service (EMS) monitors,
are not logged in the Events List.
Cause 1
CIMOM is not running.
Solution
Enter the following command at the HP-UX prompt:
# ps -eaf | grep cimserver
If the name cimserver is displayed in the output, the CIMOM is running properly. If cimserver
is not displayed in the output, stop the CIMOM by entering the following command at the HP-UX
prompt:
# cimserver -s
To restart the CIMOM, enter the following command at the HP-UX prompt:
# cimserver
Cause 2
The provider module is not registered.
Solution
To check whether the provider module is registered, and to check its status, enter the following
command at the HP-UX prompt:
# cimprovider -l -s
MODULE STATUS
SFMProviderModule OK
HPUX_ControlProviderModule OK
ErrorMetadataProviderModule OK
EMArchiveConsumerModule OK
FMDModule OK
If the status displayed is not OK, the provider module is not registered properly. To register the
provider module, enter the following command at the HP-UX prompt:
# cimmof -nroot/PG-InterOp /opt/sfm/schemas/mof/SFMProvidersR.mof
Troubleshooting Indication Providers 69