Operating System - HP-UX
1752805 Members
5525 Online
108789 Solutions
New Discussion юеВ

cimserver: The CIM Server is not started SSL exception: Cannot get server certificate

 
SOLVED
Go to solution
sanjeevrk
Occasional Visitor

cimserver: The CIM Server is not started SSL exception: Cannot get server certificate

Can anyone of you help me out?

#osinfo

osinfo error: PGS08000: CIM HTTP or HTTPS connector cannot connect to local CIM server. Connection failed

#/opt/wbem/sbin/wbemassist

WBEMServices installation verification................................[PASS]
WBEM server running...................................................[PASS]
The WBEM ports are open...............................................[FAIL]
        ISSUE: Port 5988 or 5989 is not open for WBEM HTTP/HTTPS connections.
        RESOLUTION: Restart the WBEM Server.
Checking osinfo command response......................................[FAIL]
        ISSUE: The osinfo command has failed.The WBEM Server is not responding accurately.
        RESOLUTION: Use the cimserver -s command to stop the WBEM Server and then restart the WBEM server using cimserver command.
Checking WBEM Server response on local connection.....................[FAIL]
        ISSUE: The EnumerateClasses on root/PG_InterOp namespace has failed.The WBEM Server is not responding accurately.
        RESOLUTION: Use the cimserver -s command to stop the WBEM Server and then restart the WBEM server using cimserver command.
Checking cimsrvr user.................................................[PASS]
Checking cimsrvr group................................................[PASS]
Verifying WBEM SSL certificates.......................................[PASS]
Verifying WBEM SSL certificate permissions............................[FAIL]
        ISSUE: Permissions and ownership details for the /etc/opt/hp/sslshare and intermediate directories are not accurate.
        RESOLUTION: Change /etc/opt/hp/sslshare and intermediate (from /etc to /etc/opt/hp/sslshare) directory permissions to dr-xr-xr-x and owners to bin:bin.
Verifying WBEM files and directories..................................[PASS]

/etc/opt/hp is having 555,

By mistake my manager has changed this value to 755 earlier, once when i found lots of pid's related to cimservermain, i could sense the problem with wbem

Still i am not able to resolve, the pid's are growing constantly.

 

/var/adm/syslog/syslog.log shows

 

cimserver[17908]: PGS10033: The CIM Server is not started: PGS00415: SSL exception: PGS09207: Cannot get server certificate

 

every 30 seconds


I referred this link as well
http://h30499.www3.hp.com/t5/System-Administration/CIM-Server-Connection-Error/td-p/4725986
but i am not able to access itrc.hp.com

Any clues on howto proceed.

2 REPLIES 2
Matti_Kurkela
Honored Contributor
Solution

Re: cimserver: The CIM Server is not started SSL exception: Cannot get server certificate

Please run this command:

# ll -d / /etc /etc/opt /etc/opt/hp /etc/opt/hp/sslshare

 The output should look similar to this:

drwxr-xr-x  21 root       root          8192 Nov  6 14:13 /
dr-xr-xr-x  33 bin        bin           8192 Jan 22 12:15 /etc
dr-xr-xr-x  24 bin        bin           8192 Feb 16  2010 /etc/opt
dr-xr-xr-x   3 bin        bin             96 Jul 21  2008 /etc/opt/hp
dr-xr-xr-x   2 bin        bin             96 Jul 21  2008 /etc/opt/hp/sslshare

  If the directory ownerships or permissions are different, fix them.

 

Then restart the WBEM server as indicated in the error messages you posted:

# cimserver -s
# cimserver
MK
sanjeevrk
Occasional Visitor

Re: cimserver: The CIM Server is not started SSL exception: Cannot get server certificate

Thanks dear MK, /etc/opt was having 755, awesome support.thanks