- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- confused on cmapply
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-2006 03:39 AM
09-19-2006 03:39 AM
confused on cmapply
it added nodes to the cluster. now i have 1 Q i did not create pkg's yet can i create now and need to do cmapplyconf -p pkg.conf again or just need to copy the file's to the other node..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2006 03:43 AM
09-19-2006 03:43 AM
Re: confused on cmapply
You can create a template for a package using /usr/sbin/cmmakepkg and edit it with vi.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2006 03:44 AM
09-19-2006 03:44 AM
Re: confused on cmapply
cmmakepkg -p /etc/cmcluster/pkg1/pkg1.config
cmmakepkg -p /etc/cmcluster/pkg2/pkg2.config
cmmakepkg -s /etc/cmcluster/pkg1/pkg1.control.script
cmmakepkg -s /etc/cmcluster/pkg2/pkg2.control.script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2006 04:39 AM
09-19-2006 04:39 AM
Re: confused on cmapply
test.conf and test.sh
i added the pkg name in the .conf file...and do i need to change any other things here in .sh file.. and .conf file. before doing cmapply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2006 06:49 AM
09-19-2006 06:49 AM
Re: confused on cmapply
cmapplyconf -P test1.ascii
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2006 11:04 PM
09-19-2006 11:04 PM
Re: confused on cmapply
As described previously, a package is composed of at least a package configuration file, and a control script.
The configuration file must be customized, and is used to load the cluster binary file (cmclconfig) with information on how to administer the package.
To be useful, the control script must be customized to operate the system resources and business applications, much like a run level script.
When cmapplyconf is performed, Serviceguard checks whether the package control script exists in the same directory on every NODE_NAME referenced in the package configuration file. Serviceguard does not inspect the content of the package control script, thus, it is not referenced in the cmapplyconf command.
You may change the content of the package control script without need to perform cmapplyconf on it. Be careful to duplicate the file to the other NODE_NAME systems.
All this basic information is documented in the "Managing Serviceguard" manual, located at:
http://docs.hp.com/en/ha.html#Serviceguard