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

Table 20 Troubleshooting instance providers (continued)
Problem: Requests for instances do not return any value.
SolutionCauses
3. If the output displayed is different from this output, the provider
module is not registered. To register the provider module, enter the
following command at the HP-UX prompt:
# cimmof -nroot/PG_InterOp
/opt/sfm/schemas/mof/SFMProvidersR.mof
4. If no errors are displayed, the provider module is registered
successfully. Ignore this step and move to step 6. If errors are
displayed, restart the CIMOM by entering the following commands
at the HP-UX prompt:
# cimserver -s
# cimserver
5. After the CIMOM restarts, follow the process from the step 1
mentioned above.
6. 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
7. 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 if SFMProviderModule is running, enter the following
command at the HP-UX prompt:
Cause 3
SFMProviderModule is not running.
# cimprovider -ls
Following is a sample output of the command:
MODULE STATUS
OperatingSystemModule OK
ComputerSystemModule OK
ProcessModule OK
IPProviderModule OK
SFMProviderModule Degraded
If the status of SFMProviderModule is Degraded as displayed in the
given output, SFMProviderModule is not running.
To enable SFMProviderModule, complete the following steps:
82 Troubleshooting SFM