Server Management - Systems Insight Manager
1753720 Members
4699 Online
108799 Solutions
New Discussion

HP SIM Fail to discover Emulex FC HBA providers

 
kasiviswanath
New Member

HP SIM Fail to discover Emulex FC HBA providers

Hi,

We are tying to make our CIM (Common Information Model) Providers compliant to HP SIM.

We have CMPI compliant CIM Providers developed for OpenPegasus. We are trying to discover CIM Host using HP-SIM 5.2 on Windows.
While discovering we gave
IP Address
Port No:
User name
and Pwd.
But it discovers host name but fail to list all Storage/HBA related CIM Classes.

On the other hand, we have tested our providers with many any other CIM Clients like CIM Navigator/CIMCLI etc without any issues.


On the other hand, I tried discovering CIM (Common Information Model) Hosts using Command line:
===============~~~~~~~~~~~~~~~~==============
wbemdisco 10.192.193.133 5989 root/elxhbacmpi root Swamiji001



C:\Program Files\HP\Systems Insight Manager>echo off

WbemDisco 01.01.00

------------------

HOST = 10.192.193.133

PORT = 5989

NAMESP = root/elxhbacmpi

USER = root

PASSWD = *****

Connect to 10.192.193.133 in namespace root/elxhbacmpi with SSL=true

*** Error enumerating ObjectManager - CIM_ERR_INVALID_CLASS: The specified class

does not exist: "CIM_ObjectManager" (CIM_ERR_INVALID_CLASS) ***

CIM_ERR_INVALID_CLASS(CIM_ERR_INVALID_CLASS: The specified class does not exist:

"CIM_ObjectManager")

at org.snia.wbemcmd.xml.XMLOperationGeneric.processReturnStream(XMLOpera

tionGeneric.java:362)

at org.snia.wbemcmd.xml.XMLOperationGeneric.intrinsicMethod(XMLOperation

Generic.java:191)

at org.snia.wbemcmd.xml.XMLOperationGeneric.intrinsicMethod(XMLOperation

Generic.java:198)

at org.snia.wbemcmd.xml.XMLEnumerateInstanceNames.enumerateInstanceNames

(XMLEnumerateInstanceNames.java:142)

at org.snia.wbemcmd.cimom.CIMOMHandleXML.enumerateInstanceNames(CIMOMHan

dleXML.java:485)

at org.snia.wbem.client.CIMClient.enumerateInstanceNames(CIMClient.java:

1141)

at WbemDisco.doCIMOM(WbemDisco.java:542)

at WbemDisco.main(WbemDisco.java:714)



Enumerating instances of CIM_RegisteredProfile...



Profile.RegisteredName=Profile Registration

RegisteredVersion=1.0.0

ProviderVersion=

Profile.RegisteredName=Software Inventory

RegisteredVersion=1.0.0

ProviderVersion=

Profile.RegisteredName=Physical Package

RegisteredVersion=1.2.0

ProviderVersion=

Profile.RegisteredName=Host Discovered Resources

RegisteredVersion=1.2.0

ProviderVersion=

Profile.RegisteredName=FC HBA

RegisteredVersion=1.2.0

ProviderVersion=

ELXHBA_ComputerSystem.CreationClassName="ELXHBA_ComputerSystem",Name="localhos

t.localdomain"

NameSpace = root/elxhbacmpi

HBA:ELXHBA_PortController.CreationClassName="ELXHBA_PortController",DeviceID

="10000000C965448A",SystemCreationClassName="ELXHBA_ComputerSystem",SystemName="
localhost.localdomain"
** CAN'T FIND PhysicalPackage
** No product information found.
Profile.RegisteredName=FC Initiator Ports
RegisteredVersion=1.2.0
ProviderVersion=
===============~~~~~~~~~~~~~~~~==============
I found from the Error given about that HP SIM enumerate CIM_ObjectManager class, since it does not found it stops discovering further?

Is my understanding is correct? I wonder, how HP SIM internally detects/discovers CIM Hosts?

I'm I missing some thing here?


Thanks In Advance,

Best Regards,
-Viswa