- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: What the relationship of cimserver and service...
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
01-15-2013 08:19 PM - last edited on 01-15-2013 08:57 PM by Cathy_xu
01-15-2013 08:19 PM - last edited on 01-15-2013 08:57 PM by Cathy_xu
What the relationship of cimserver and serviceguard package
In a troubleshooting case , command cmrunpkg failed with log " cimserver failed" in pkg.log. After i solve the cimserver problem, pkg could run.
I thought that the running of pkg depend on the cimserver to monitor the environment of the system.
However, in another case the cimserver is skipped in startup, and the pkg can run without any warning or error mesg in log.
Question:
1.What the relationship of cimserver and MCSG package ?
2.How to explain the above two cases.
P.S.This thread has been moved from HP-UX>General HP-UX > Serviceguard -HP Forums Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2013 03:18 PM
01-17-2013 03:18 PM
Re: What the relationship of cimserver and serviceguard package
1.) cimserver produces various system monitoring information, which may be used by a Serviceguard package to determine if a package can run on a given node or not. However, a package is not required to make use of this information.
2.) My guess would be that in the first case, the package configuration included something that depends on cimserver, and in the second case, such a dependency did not exist.
Remenber that Serviceguard packages are very configurable. It is possible to create a Serviceguard package that contains no IP addresses, no shared VGs, no scripts nor services to run and no resource monitoring at all. Such a package would be of very limited utility: it would be a virtual object that would be guaranteed to be possessed by only one node at a time, but does nothing on its own.
To really answer your questions, it would be necessary to read the package configurations used in your specific cases to understand their requirements.