Operating System - HP-UX
1752754 Members
5157 Online
108789 Solutions
New Discussion юеВ

Re: unable to strart cmiserver

 
SOLVED
Go to solution
Phani kumar V
Advisor

Re: unable to strart cmiserver

>-rw------- 1 root root 1099 Jun 9 14:58 cimserver_current.conf<<

cd /var/opt/wbem
chmod 644 cimserver_current.conf
/sbin/init.d/cim_server start

After following above steps i am able to start the process but when i try shutdown and start service receiving the following error

#/sbin/init.d/cim_server start

"PGS10033: The CIM Server is not started: PGS00211: File /var/opt/wbem/cimserver_current.conf cannot be read."

file permissions are getting automatically changed
-rw------- 1 root root 1099 Nov 10 12:19 cimserver_current.conf

i tried couple of time i received same error.

thanks,
Phani Kumar


Johnson Punniyalingam
Honored Contributor

Re: unable to strart cmiserver

can please read above post which posted

cimserver_current.conf file depend on the umask settings

you need to check / change your umask settings

Problems are common to all, but attitude makes the difference
Johnson Punniyalingam
Honored Contributor

Re: unable to strart cmiserver

If the umask settings is set to 077 or higher, then the cimserver_current.conf is created with following permissions:

-rw------- 1 root root 1099 Sep 14 16:55 cimserver_current.conf

With WBEM A.02.07 version, the cimservermain process which runs as a normal cimsrvr user fails to read this cimserver_current.conf file. As a result, the CIMserver fails to start and the following error message is displayed:

PGS10033: THE CIM SERVER IS NOT STARTED: PGS00211:FILE

/var/opt/wbem/cimserver_current.conf CANNOT BE READ"
Problems are common to all, but attitude makes the difference
Phani kumar V
Advisor

Re: unable to strart cmiserver

Thank u Johnson for supporting me the problem is solved with the umask settings.

Thanks to R.K also.

Thanks and Regards,
V. Phani Kumar