- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- message in /var/adm/syslog/syslog.log from cmcld
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
09-19-2001 05:07 AM
09-19-2001 05:07 AM
When looking in /var/adm/syslog/syslog.log, the following message appears:
cmcld:Executing `/etc/cmcluster/package/package.cntl` for package package as service PKG*2
wher package is the name of the package on the machine.
What does this message means?
The number 2 is different on different machines. Maybe a process ID?
Thanks in advance,
Lora
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2001 05:17 AM
09-19-2001 05:17 AM
Re: message in /var/adm/syslog/syslog.log from cmcld
It sounds like the ServiceGuard package failed to start on the, more specifically service number 2. Take a look at /etc/cmcluster/
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2001 05:22 AM
09-19-2001 05:22 AM
Re: message in /var/adm/syslog/syslog.log from cmcld
But nothing fails.
The service start is sleep 9999- its not a real service-maybe this is the reason?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2001 05:29 AM
09-19-2001 05:29 AM
SolutionJust went to my syslog file. The line you see in the syslog file is the output of the cmcld daemon when it is tryingto start a package. Once a cluster is formed, the cluster daemon start the package using the control script usually kept in /etc/cmcluster/pkg_name/pkg_control_script with a start option. This is given a process id.
This process will then do all the jobs related to the startup of the package on that node, like activating the VG, mounting LV's ..etc and then exit with a return code of sucess or failure. The process if then killed.
The same will be revesed when the package is brought down. A process is started with the control script and an option of shutdown or something and then it unmounts the LV, deactivates the VG and things like that.
This control script is defined in the package configuration script. the configuration script is in the directory /etc/cmccluster/pkg_name/pkg_conf_script. You may find the ascii conf script over there, but the same get applied to the cluster conf when the package conf is applied. The ascii is for you to read and follow the details on the package.
In the messge you have seen, the name package following the word package is the name of the package. For eg.
cmcld:Executing `/etc/cmcluster/package/package.cntl` for package package as service PKG*2
Here the name of the package is "package". You have to read the package ascii conf file to follow the option offered to the package control file. IT looks like the name of this package control file is "package.cntl".
Hope i'm making sense and am not speaking like a teacher.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2001 05:33 AM
09-19-2001 05:33 AM
Re: message in /var/adm/syslog/syslog.log from cmcld
A package contain all the resources which are needed to run an application.
A package consists of two files:
1) Package configration file that contains the package name, the sequence of nodes on which to run the package, the location of the control scripts and services for a package.
2) Package control file that is used to start and halt a package.
It consists of functions like fsck, mount and umount file systems and contains customer defined run and halt commands to stop and start applications.
What syslog.log implys is :
cmcld is cluster management deamon and A package control file, /etc/cmcluster/package/package.cntl is executed in order to start a package called "package2"
Hope this helps,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2001 05:35 AM
09-19-2001 05:35 AM