- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Renaming a Package Name in a Service Guard Clu...
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
02-16-2007 02:22 PM
02-16-2007 02:22 PM
Any suggestions on how to do this?
All replies are appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2007 03:24 PM
02-16-2007 03:24 PM
Re: Renaming a Package Name in a Service Guard Cluster
don't forget to distribute the package configuration and control script file to be copied on both nodes..
Anyway what's the requirement for renaming the package..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2007 12:25 PM
02-18-2007 12:25 PM
Re: Renaming a Package Name in a Service Guard Cluster
halt the package
delete the package from the cluster
cmdeleteconf
then add the new package to the cluster. If you just changed the name of the pcakge and added to the cluster you would have 2 packges with the same configuration.
Emil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 04:34 AM
02-19-2007 04:34 AM
SolutionA new package name represents another package to Serviceguard.
Update the package configuration file with the new package name. Do you want to alter the directory name of the package to match?? If so, remember to alter the directory path on both nodes, and in the package configuration file.
Then halt and delete the old package and add the new package.
$ cmdeleteconf -f
$ cmapplyconf -P
$ cmviewcl -v -p
$ cmrunpkg
It is not necessary to distribute the package configuration file to the other node(s) in the cluster, but doing so permits you to admin changes to the package from the other node should you need to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 10:49 PM
02-19-2007 10:49 PM
Re: Renaming a Package Name in a Service Guard Cluster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 11:59 PM
02-19-2007 11:59 PM
Re: Renaming a Package Name in a Service Guard Cluster
mv oldpackage.conf newpackage.conf
mv oldpackage.cntl newpackage.cntl
on all the nodes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2007 01:47 PM
02-24-2007 01:47 PM
Re: Renaming a Package Name in a Service Guard Cluster
cmgetconf -p
/etc/cmcluster/
cmdeleteconf -p
Then update the package ascii file which you just received from cmgetconf at
/etc/cmcluster/
and run
cmapplyconf -vP
and confirm with y to override.