- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CIMSERVER NOT RUNNING
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
06-16-2008 05:37 AM
06-16-2008 05:37 AM
After rebooting my HP-UX server i am getting below error in syslog, please help me out why these errors are coming in syslog.
Jun 8 01:35:33 XYZ cimserverd[2503]: cimserver[1529] not running, attempting restart
Jun 8 01:35:38 XYZ cimserver[3057]: Listening on HTTPS port 5989.
Jun 8 01:35:38 XYZ cimserver[3057]: Listening on local connection socket.
Jun 8 01:35:38 XYZ cimserver[3057]: Started HP-UX WBEM Services version A.02.00.11.
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2008 05:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2008 06:34 AM
06-16-2008 06:34 AM
Re: CIMSERVER NOT RUNNING
Have you given me correct command, i am not getting any output with ps -fp 3057.
And this is itanium box, OS b11.23 is running on it.
Only on this server, i am getting this cimserver not running error.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2008 06:41 AM
06-16-2008 06:41 AM
Re: CIMSERVER NOT RUNNING
This indicates you have provided an old syslog entry, so PID 3057 isn't there. You probably have a line like:
...: cimserver[3057] not running, attempting restart
You need to do:
ps -ef | grep cimserver
and compare to your last entry like your above, in syslog.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2008 07:01 AM
06-16-2008 07:01 AM
Re: CIMSERVER NOT RUNNING
This process ID is changing again and again, because it is attempting to start frequently.
root@XYZ[/root]# ps -fp 1434
UID PID PPID C STIME TTY TIME COMMAND
root@XYZ[/root]# ps -ef | grep cimserver
root 2503 1 0 Jun 8 ? 0:06 /opt/wbem/sbin/cimserverd
root 1719 1718 0 11:08:11 ? 0:00 /opt/wbem/sbin/cimservera
root 1718 1 0 11:08:08 ? 0:05 /opt/wbem/lbin/cimserver
root 1833 26401 0 11:08:28 pts/ta 0:00 grep cimserver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2008 07:11 AM
06-16-2008 07:11 AM
Re: CIMSERVER NOT RUNNING
I was thinking only one type of cimserver may be restarting. I only see this tree:
root 1718 1 0 11:08:08 ? 0:05 /opt/wbem/lbin/cimserver
root 1719 1718 0 11:08:11 ? 0:00 /opt/wbem/sbin/cimservera
I don't know if you'll get more info with this:
UNIX95=1 ps -Hfu root -x | grep cimserver
You don't see anything logged for 3057 or 1529?
Or now 1718, 1719?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2008 07:24 AM
06-16-2008 07:24 AM
Re: CIMSERVER NOT RUNNING
I just came to that we dont have any cimserver in our environment, i think somebody started the cim service on this box. So now can you please let me know how should i disable the cim service on my box.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2008 09:18 AM
06-16-2008 09:18 AM
Re: CIMSERVER NOT RUNNING
Issue has been resolved. I have disabled the service.