- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- WBEM query with cimserver 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
03-17-2008 02:14 AM
03-17-2008 02:14 AM
WBEM query with cimserver running
Why this service is running in server?
What is the need exactly?
What will be the impact of Stopping this service?
ps & netstat output:
trupti@jupiter:/home/trupti>ps -ef|grep wbem
root 1821 1 0 Mar 9 ? 0:02 /opt/wbem/sbin/cimserverd
root 1084 1 0 Mar 9 ? 4:55 /opt/wbem/sbin/cimserver
root 1085 1084 0 Mar 9 ? 0:00 /opt/wbem/sbin/cimservera
trupti 18468 17478 0 10:52:14 pts/4 0:00 grep wbem
trupti@jupiter:/home/trupti>netstat -na|grep 5989
tcp 0 0 *.5989 *.* LISTEN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2008 02:29 AM
03-17-2008 02:29 AM
Re: WBEM query with cimserver running
http://docs.hp.com/en/5991-5535/ch05s10.html
http://h71028.www7.hp.com/enterprise/cache/11380-0-0-225-121.aspx
Pretty sure these two links cover it.
As you see its optional software and you don't need to run it.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2008 02:36 AM
03-17-2008 02:36 AM
Re: WBEM query with cimserver running
/opt/wbem/sbin/cimserver to run for a long time.
Also wats the effect of disabling them
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2008 03:40 AM
03-17-2008 03:40 AM
Re: WBEM query with cimserver running
what Steven posted covers very well the argument.
Overview
Providers are the management instrumentation that provide data such as device type and memory configuration as well as performing actions on a specified device. There are seven providers packaged with HP WBEM Services for HP-UX as described in the features section below. Additional providers are included with the HP-UX OS and associated products.
Essentially they are something about monitoring of devices on your system. If you don't want the devices to be monitored then I suppose you can stop cimserver processes.
Best regards,
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2008 04:17 AM
03-17-2008 04:17 AM
Re: WBEM query with cimserver running
Kindly refer to the following link:
http://docs.hp.com/en/T1434-90009/ch01s04.html?jumpid=reg_R1002_USEN
We could definately disable these daemons if you are not using it.
To disable it
# cimserver -s
==> Now check the netstat status.
To disable it permentatly :-
1. Edit /etc/rc.config.d/cimserver
Change
CIMSERVER=1
to
CIMSERVER=0