- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cimserver
Operating System - HP-UX
1823921
Members
2915
Online
109667
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
тАО09-07-2010 06:25 AM
тАО09-07-2010 06:25 AM
I am new to HP-UX, so bear with me! I am receiving this error message on my servers: " Sep 6 01:59:34 cimserver[17169]: PGS13606: A failure was detected in provider module HPUXStorageProviderModule. The generation of indications by providers in this module may be
affected. To ensure these providers are serving active subscriptions, disable and then re-enable this module using the cimprovider
command." I found info with this error message for 11.23, but I am running 11.31 IA64, HP1131.
affected. To ensure these providers are serving active subscriptions, disable and then re-enable this module using the cimprovider
command." I found info with this error message for 11.23, but I am running 11.31 IA64, HP1131.
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-07-2010 08:19 AM
тАО09-07-2010 08:19 AM
Re: cimserver
Shalom,
cimserver works on all supported levels of HP-UX. You need to install the latest version and configure it to communicate with a Windows based sms server, so your system can phone home to HP.
This message has to due with a potential storage fault.
SEP
cimserver works on all supported levels of HP-UX. You need to install the latest version and configure it to communicate with a Windows based sms server, so your system can phone home to HP.
This message has to due with a potential storage fault.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
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
тАО09-09-2010 10:44 AM
тАО09-09-2010 10:44 AM
Re: cimserver
Thanks! Since we are not running the Cim Server, I am confused as to why we receive an error message. I am investigating startups, etc., in case something is checking for it, thus giving the error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2010 12:01 PM
тАО09-09-2010 12:01 PM
Solution
On 11v3 hardware diagnostics are WBEM based, in prior releases hardware diagnostics were driven by EMS and STM software. WBEM has a lot of dependency products & processes, CIM being one of them. Unfortunately I find 11v3 hardware monitoring much buggier than previous versions that relied on EMS.
I just had to upgrade various components on two 11v3 machines to fix different cim related problems. (One of which was several hundred stm processes) Here is what I had to do:
cimprovider -ls (to list)
cimprovider -dm (module name) to disable storage provider module
Go to software.hp.com and download the diagprod collections bundle. (This bundle contains many of the software interdependencies) Also download the latest WBEM services version and SysMgmtBase software products. I have itanium servers so I also had to download PHCO_40289. (Which is a prerequisite for SysFaultMgmt)
Right before doing the work I did a cimserver -s (to stop the cimserver)
I swcopied all of the products in a depot directory with -x enforce_dependencies=false and then did a swinstall -x reinstall=true of the depot directory. Doing an install does not require a reboot so I was able to fix the cim process bug on one of my production servers. After swinstall I did swverify's of SysFault Mgmt, online diag, and WBEMSvcs
I then did an osinfo and sfmconfig -t -a (to test) cimrprovider -ls and re-enabled the storage provider module
The cim processes are related to WBEMSvcs however because of the associated components you have to make sure all components are up to date.
I just had to upgrade various components on two 11v3 machines to fix different cim related problems. (One of which was several hundred stm processes) Here is what I had to do:
cimprovider -ls (to list)
cimprovider -dm (module name) to disable storage provider module
Go to software.hp.com and download the diagprod collections bundle. (This bundle contains many of the software interdependencies) Also download the latest WBEM services version and SysMgmtBase software products. I have itanium servers so I also had to download PHCO_40289. (Which is a prerequisite for SysFaultMgmt)
Right before doing the work I did a cimserver -s (to stop the cimserver)
I swcopied all of the products in a depot directory with -x enforce_dependencies=false and then did a swinstall -x reinstall=true of the depot directory. Doing an install does not require a reboot so I was able to fix the cim process bug on one of my production servers. After swinstall I did swverify's of SysFault Mgmt, online diag, and WBEMSvcs
I then did an osinfo and sfmconfig -t -a (to test) cimrprovider -ls and re-enabled the storage provider module
The cim processes are related to WBEMSvcs however because of the associated components you have to make sure all components are up to date.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP