Operating System - HP-UX
1753960 Members
7317 Online
108811 Solutions
New Discussion юеВ

CIM Server Connection Error

 
shameemsoft
Frequent Advisor

CIM Server Connection Error

Hi,

We are getting CIM server connection error in HPUNIX host.

cimserver[17250]: PGS10405: Failed to deliver an indication: PGS08001: CIM HTTP or HTTPS connector cannot connect to cimserver:7906. Connection failed.

Kindly provide your input on this to solve this issue.

Regards
Shameem
2 REPLIES 2
pradeep m
Respected Contributor

Re: CIM Server Connection Error

Hi Shameem,

Please make sure the cimserver is running in the HP-UX Host.

Start the cimserver:
# cimserver

Check the status of the cimserver, the below commands would through error if the cimserver is not running.
# cimserver -ls
# osinfo

Also check the below thread,
http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1292309833636+28353475&threadId=1359604

Regards,
Pradeep
Regards,
Pradeep

I am an HP Employee
A quick resolution to technical issues for your HP Enterprise products is just a click away HP Support Center Knowledge-base
See Self Help Post for more details


rariasn
Honored Contributor

Re: CIM Server Connection Error

Hi Shameem:

Restart "cimserver" daemon.

Stop:
# cimserver -s

Start:
# cimserver

Verify:

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

Dec 14 09:18:11 xxxxxxxx cimserver[15394]: PGS10026: The CIM server is listening on HTTPS port 5,989.
Dec 14 09:18:11 xxxxxxxx cimserver[15394]: PGS10028: The CIM server is listening on the local connection socket.
Dec 14 09:18:11 xxxxxxxx cimserver[15394]: PGS10030: Started HP-UX WBEM Services version A.02.07.06.

rgs,