- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: cluster : switching a package permanently from...
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-15-2010 03:56 AM
09-15-2010 03:56 AM
cluster : switching a package permanently from one node to another node
can anybody tem mme what will be the steps with the commands
currently package is running on node: abc and i want to swicth the package permanently to xyz
I have some knowledge, but was not sure about it
as far as i know we have to do below:
first we have to halt the package
edit the package configuration file
apply the package configuration file
distribute the package cntl file to the required node
start the package
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2010 04:04 AM
09-15-2010 04:04 AM
Re: cluster : switching a package permanently from one node to another node
You shoul dbe able to make this change on-line, depending upon your version of Serviecguard.
And to switch it across, do:
cmlatpkg
cmrunpkg -n xyz
cmmodpkg -e
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2010 05:34 AM
09-16-2010 05:34 AM
Re: cluster : switching a package permanently from one node to another node
are the nodes abc and xyz forming a single cluster, or are there located in two separated clusters?
we need more specific information and a cmviewcl output of your cluster(s)
Unix operates with beer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2010 05:36 AM
09-16-2010 05:36 AM
Re: cluster : switching a package permanently from one node to another node
I think you do not use the correct words.
What you need is to add a need node to your cluster??
Or you just want to swicth a package from a node to other node within the cluster??
If what you need is the last option you only neeed to use cmhaltnode and cmrunnode -n
If you have any doubt please reply.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2010 03:25 AM
09-20-2010 03:25 AM
Re: cluster : switching a package permanently from one node to another node
The file will contain a list of nodes that are allowed to run the package:
NODE_NAME abc
NODE_NAME xyz
Swap the positions of the lines, then write the file and perform cmapplyconf on the file to update the cluster binary file so that the package will now start on node xyz when the cluster is started.