1752583 Members
4974 Online
108788 Solutions
New Discussion юеВ

Re: CIM server error

 
SOLVED
Go to solution
Subentu
Frequent Advisor

CIM server error

Hi

I have a Rx7620 server running HP-UX 11.23i

When I try to run parstatus, following error is given:

wbscsp01[/]#parstatus
Note: No action specified. Default behavior is display all.
Error: Failed to connect to target partition or complex.
Cannot connect to local CIM server. Connection failed.


I can not start/stop the CIM server either

wbscsp01[/]#/sbin/init.d/cimserver start
CIM cimserver is running

wbscsp01[/]#/sbin/init.d/cimserver stop
Unable to connect to CIM Server.
CIM Server may not be running.
ERROR CODE 1

Please help to fix the problem

Thanks in advance
2 REPLIES 2
Horia Chirculescu
Honored Contributor

Re: CIM server error

Check if the daemon is running:

ps -e |grep cimserver

Check any relevant message from the /var/adm/syslog/syslog.log

Horia.
Best regards from Romania,
Horia.
Primesh Abeysinghe
Frequent Advisor
Solution

Re: CIM server error

Hi,
Mostly with that issue
#osinfo
will fail too

Try to restart cimserver
/sbin/init.d/cimserver start

if cimserver currently running try to stop it
/sbin/init.d/cimserver stop

falling with that
use #ps -ef |grep cim to check the process which relevant to cimserver

out put will be
root 1375 1 0 Aug 8 ? 22:17 /opt/wbem/sbin/cimserver
root 1376 1375 0 Aug 8 ? 0:00 /opt/wbem/sbin/cimservera
root 2044 1 0 Aug 8 ? 0:36 /opt/wbem/sbin/cimserverd

kill each process by kill -9 PID

mostly it will restart process after killed
if not start cimserver

/sbin/init.d/cimserver start

Then check the parstatus & osinfo
hope this will work fine

good luck