- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Add a new package
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
12-07-2005 03:31 AM
12-07-2005 03:31 AM
Add a new package
I would add a new package, on a cluster, without shutdown this, is it possible?
In the case of a new package, does the ascii and ctrl file are created automaticly?
May i modify the cluster.ascii file?
Is it possible to configure the new package only for one of the two cluster nodes?
How can i do this?
Best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2005 03:36 AM
12-07-2005 03:36 AM
Re: Add a new package
You need to create the package config and control files.
Read the Managing Servcieguard manual available at:
http://docs.hp.com/en/ha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2005 04:02 AM
12-07-2005 04:02 AM
Re: Add a new package
Some reconfiguration effors for a cluster can be done while the cluster is running. Check this link from hp docs site for what can be done with the cluster running.
http://docs.hp.com/en/B3936-90065/ch07s05.html
The package ascii and control files are not generated automatically. you need to create a template manually using the cmmakepkg command and then edit the template to put the custom information regarding your package, volume group , LV's IP's and that sort of stuff.. Check this link below on how to create package configuration.
http://docs.hp.com/en/B3936-90065/ch06s01.html
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2005 05:27 AM
12-07-2005 05:27 AM
Re: Add a new package
cmgetconf |grep MAX_CONFIGURED_PACKAGES
cmviewcl -l package |egrep "up|down" |wc
Follow step in "Managing ServiceGuard"...on docs.hp.com
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 12:19 AM
12-08-2005 12:19 AM
Re: Add a new package
The package ASCII and ctlr file must be created manually (unless you use the latest version of Serviceguard Manager), available via http://software.hp.com
To make a package:
# mkdir /etc/cmcluster/
# cd /etc/cmcluster/
To make the package configuration file:
# cmmakepkg -p
To make the package control script:
# cmmakepkg -s
Edit the
In this file, you will find NODE_NAME parameters. For each server that you want to be able to run the package, add a NODE_NAME entry.
Edit the
Copy these files to the adoptive nodes.
Apply the package to the cluster:
# cmapplyconf -P
See pg 271 of this document:
http://docs.hp.com/en/B3936-90095/B3936-90095.pdf for more detail.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 02:42 AM
12-08-2005 02:42 AM
Re: Add a new package
-tjh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2005 06:20 PM
12-11-2005 06:20 PM
Re: Add a new package
Adding the new package is allowed while cluster is running.
Please see the service gurd admin guide for details.
All the best
Jay