Administrator's and User's Guide for SFM HP-UX 11i v3 September 2012

Table 25 Troubleshooting indication providers (continued)
Problem: Indications corresponding to events generated by the Event Monitoring Service (EMS) monitors, are not logged
in the Events List.
SolutionCauses
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
If no errors messages are displayed, the provider module is registered properly.
If errors are displayed, restart the CIMOM by entering the following commands
at the HP-UX prompt:
# cimserver -s
# cimserver
After the CIMOM restarts, enter the following command at the HP-UX prompt to
register the provider module:
# cimmof -nroot/PG_InterOp
/opt/sfm/schemas/mof/SFMProvidersR.mof
After the provider module is registered, create a link between the SFM providers
and the CIMOM by entering the following command at the HP-UX prompt:
On Itanium-based systems, enter:
# ln -s /opt/sfm/lib/libsfmproviders.1\
/opt/wbem/providers/lib/libsfmproviders.so
On PA-RISC-based systems, enter:
# ln -s /opt/sfm/lib/libsfmproviders.1\
/opt/wbem/providers/lib/libsfmproviders.sl
To check whether the link is created, enter the following command at the
/opt/wbem/providers/lib directory:
# ls -l
Following is a sample output indicating that the link is created:
On Itanium-based systems:
# lrwxr-xr-x 1 root sys 30 Jan 12 06:56 libsfmproviders.so
-> /opt/sfm/lib/libsfmproviders.1
On PA-RISC-based systems:
# lrwxr-xr-x 1 root sys 30 Jan 12 6:56 libsfmproviders.sl
-> /opt/sfm/lib/libsfmproviders.1
If the link is already present, the following error message appears:
# ln: /opt/wbem/providers/lib/libsfmproviders.sl exists
To check whether the provider is registered under a module, enter the following
command at the HP-UX prompt:
Cause 3
The provider is not registered
under the module. # cimprovider -l -m SFMProviderModule
The following sample output on Itanium-based systems indicates that the provider
is registered under the module:
HPUX_ControlProvider
FMDProvider
EMArchiveConsumer
EMEmailConsumer
TemperatureSensorInstanceProvider
CPUProvider
CPUStatusProvider
EMSWrapperProvider
SFMIndicationProvider
EventIndicationConsumer
MemoryProvider
MemoryStatusProvider
StateChangeIndicationProvider
Troubleshooting indication providers 87