1751914 Members
5316 Online
108783 Solutions
New Discussion юеВ

WBEM Problem

 
SOLVED
Go to solution
Mustafa Al Ahmad
Occasional Advisor

WBEM Problem

Dears,
when i tried to identify my server in cim i got the following errors:

Starting identification process...
Checking for known running web servers.
Checking for System Management Home Page and other HP web agents.
Received a response from the system management homepage, this system supports SMH.
Checking for WBEM support on system.
This system does not have any SMI-S CIMOM installed
This system doesn't have a server CIMOM installed locally, or cannot connect to it using all credentials specified
Running WBEM rules based identification.
Cannot get ComputerSystem WBEM/WMI data from the system
Running VM Identification.
The system is not a VM Host, or WBEM credentials may not be specified, skipping VM Identification
Running WS-Man identification.
The system did not respond to WS-Management, verify credentials.
Checking for SNMP support on system.
The system did not respond to SNMP, verify security settings and community strings.
Running SNMP base Cluster identification using common cluster MIB.
This was not a system with the common cluster MIBs supported.
Running HP ProLiant management agent identification
The system does not support SNMP.
Running HP NetServer identification.
The system does not support SNMP.
Running HP-UX SNMP identification.
The system does not support SNMP.
Running SNMP System Type Manager identification.
The system does not support SNMP.
Checking for DMI protocol support.
DMI is globally disabled, skipping DMI identification.
Running DMI System Type Manager identification.
The non Windows CMS cannot communicate with Windows DMI, skipping.
Running HP-UX DMI identification.
DMI is globally disabled, skipping DMI identification.
Running HP/Compaq Desktop identification.
The non Windows CMS cannot communicate with Windows DMI, skipping.
Running HP DMI Desktop identification.
DMI is globally disabled, skipping DMI identification.
Running Generic DMI identification.
The non Windows CMS cannot communicate with Windows DMI, skipping.
Running SSH Protocol identification.
The system supports SSH protocol
Running SSH Identification.
This system passed the ssh authentication; it has a valid ssh credential
OS Name is identified by other identifier; continue to run other commands
Running Storage identification.
Did not detect WBEM support on this system. Will not attempt storage identification. If this is a storage host, check WBEM credentials and make sure the providers and CIMOM are operational on the host.
Storage identification completed.
Running HP Service Guard Identification.
Running SNMP Subtypes identification
Create bare-metal device nodes if OA is discovered with "Automatic Device discovery" option enabled.
Create bare-metal server node if ILO is discovered with "Automatic Server discovery" option enabled.
Building system relationships.
Running limited data collection for common attribute.
The SSH is not configured on this system
SMH trust status is true.
Running node communication diagnosis
System identification done with this system.


Here is the output for cimauth -l

mgmnt, root/cimv2, "rw"
mgmnt, root/PG_InterOp, "rw"
mgmnt, root/PG_Internal, "rw"
mgmnt, root/cimv2/npar, "rw"
mgmnt, root/cimv2/vpar, "rw"
mgmnt, root/cimv2/hpvm, "rw"
mgmnt, root/cimv2/hpvm/pending, "rw"

The system credential & the Global credential are the same.

Please help in soloving the above wbem problem.

Apreciated your help.

Best regards,
Mustafa

13 REPLIES 13
Mustafa Al Ahmad
Occasional Advisor

Re: WBEM Problem

The above server is HP-UX 11.31

Re: WBEM Problem

Hi Mustafa,

Try the following:

# evweb subscribe -L -b external

The handler name used to be the CIM server, moreover the destination url also is the CIM server CIMXML listener.

Kind regards
Matt
Mustafa Al Ahmad
Occasional Advisor

Re: WBEM Problem

Hi matt,
The output of the command you gave me in tha attachment. Would you please explain further?

Thanks in advance..
rariasn
Honored Contributor

Re: WBEM Problem

Hi Mustafa:

Verify:

# cimconfig -l -c
...
enableSubscriptionsForNonprivilegedUsers=true
enableNamespaceAuthorization=true
..

and restart cimserver

# cimserver -s
# ps -ef | grep cimserver | grep -v grep
# kill nnnn

# cimserver

# cimserver -l -s




Mustafa Al Ahmad
Occasional Advisor

Re: WBEM Problem

Hi Rariasn,

# cimconfig -l -c
enableAuditLog=false
sslClientVerificationMode=disabled
idleConnectionTimeout=0
enableSubscriptionsForNonprivilegedUsers=true
socketWriteTimeout=20
shutdownTimeout=30
authorizedUserGroups=
enableRemotePrivilegedUserAccess=true
enableHttpsConnection=true
enableNamespaceAuthorization=true
enableHttpConnection=false


I have also restarted the cim server & still the problem exist.

Thank You

Best Regards,
Mustafa
rariasn
Honored Contributor

Re: WBEM Problem

rariasn
Honored Contributor

Re: WBEM Problem

Mustafa:

And reverify system credentials (user and password) are the same.


rgs,
rariasn
Honored Contributor

Re: WBEM Problem

Mustafa:

Verify messages from cimserver in syslog.

# grep -i cimserver /var/adm/syslog/syslog.log

Put output from command:

# cimserver -l -s

rgs,

rariasn
Honored Contributor

Re: WBEM Problem

Sorry:

# cimprovider -l -s

rgs,