- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- unable to strart cmiserver
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2009 10:21 PM
11-09-2009 10:21 PM
#cimserver
PGS10033: The CIM Server is not started: PGS00211: File /var/opt/wbem/cimserver_current.conf cannot be read.
Plate form
Hp-UX 11iv3
ia64 hp server rx2660
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2009 10:29 PM
11-09-2009 10:29 PM
Re: unable to strart cmiserver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2009 10:36 PM
11-09-2009 10:36 PM
Re: unable to strart cmiserver
Try running swverify and see if you have any errors.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2009 10:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2009 10:38 PM
11-09-2009 10:38 PM
Re: unable to strart cmiserver
Thanks for responding
#swlist -l product | grep -i wbem
SCSI-Provider B.11.31.0803 CIM/WBEM Provider for SCSI HBA
WBEMP-FCP B.11.31.0803 FC Provider - CIM/WBEM Provider for Fibre Channel HBAs
WBEMP-FS B.11.31 HP-UX File System CIM Provider.
WBEMP-IOTreeIP B.11.31.0709 CIM/WBEM Indication Provider for IOTree subsystem
WBEMP-LAN B.11.31.0709 LAN Providers - CIM/WBEM Providers for Ethernet interfaces.
WBEMServices A.02.07 WBEM Services CORE Product
vmProvider A.03.50.0803 WBEM Provider for Integrity VM vmProvider
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2009 10:44 PM
11-09-2009 10:44 PM
Re: unable to strart cmiserver
# ll /var/opt/wbem/
check the permission of the below
"cimserver_current.conf "
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2009 10:52 PM
11-09-2009 10:52 PM
Re: unable to strart cmiserver
total 43760
-rw------- 1 bin bin 1024 Dec 29 2008 cimserver.rnd
-rw------- 1 root root 1099 Jun 9 14:58 cimserver_current.conf
-rw-r--r-- 1 bin bin 1099 Jan 23 2008 cimserver_planned.conf
-rw------- 1 cimsrvr cimsrvr 0 Jun 9 14:58 cimserver_start.lock
-rw-r--r-- 1 root sys 1468 Dec 29 2008 inittab.old
-rw-r--r-- 1 root sys 2758 Dec 29 2008 install.log
dr-xr-xr-x 2 bin bin 8192 Jun 20 20:28 localauth
drwx------ 10 cimsrvr cimsrvr 8192 Dec 29 2008 repository
-r--r--r-- 1 bin bin 22312960 Jan 23 2008 repository.tar
drwxr-xr-t 2 cimsrvr bin 96 Jun 20 20:28 socket
-r-------- 1 bin bin 560 Dec 29 2008 ssl.cnf
-r-------- 1 bin bin 562 Jan 23 2008 ssl.orig
-r--r--r-- 1 bin bin 2048 Dec 29 2008 ssl.rnd
drwxrwxrwt 2 bin bin 96 Dec 29 2008 trace
dr-xr-xr-x 2 bin bin 96 Dec 29 2008 upgrade
-r--r--r-- 1 bin bin 2048 Dec 29 2008 wbemexec.rnd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2009 10:54 PM
11-09-2009 10:54 PM
Re: unable to strart cmiserver
Follow below steps- to start
cd /var/opt/wbem
chmod 644 cimserver_current.conf
/sbin/init.d/cim_server start
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2009 10:56 PM
11-09-2009 10:56 PM
Re: unable to strart cmiserver
Also check the following link about known issues:
http://docs.hp.com/en/B8465-90038/ch01s08.html#d0e1764
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2009 11:00 PM
11-09-2009 11:00 PM
Re: unable to strart cmiserver
file permission problem
the system umask settings can impact the start-up behavior of the CIMserver. When it starts, the CIMserver renames the cimserver_current.conf file as cimserver_current.conf.bak file, and then copies the contents of cimserver_planned.conf file into the cimserver_current.conf file. This is done by creating the cimserver_current.conf file. The file permissions of the cimserver_current.conf file depend on the umask settings
so work around fix to change file permisison
Hope this gives better understand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2009 11:06 PM
11-09-2009 11:06 PM
Re: unable to strart cmiserver
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2009 11:12 PM
11-09-2009 11:12 PM
Re: unable to strart cmiserver
cimserver_current.conf file depend on the umask settings
you need to check / change your umask settings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2009 11:12 PM
11-09-2009 11:12 PM
Re: unable to strart cmiserver
-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"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2009 11:34 PM
11-09-2009 11:34 PM
Re: unable to strart cmiserver
Thanks to R.K also.
Thanks and Regards,
V. Phani Kumar