- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- MC/SG newbie
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
07-22-2004 02:35 AM
07-22-2004 02:35 AM
Got rp7410 running HPUX 11.11 and Service Guard A.11.14.
Being introduced to MS/SG and the real situations are beginning to be introduced. Example, this weekend I have maintainance to do on one of the rp7410. This system has n-pars so there are 2 systems that are part of a cluster.
Question, I am going to do maintenance on 1 of the partitions and I will be rebooting at least twice. What I have researched is the following:
edit /etc/rc.config.d/cmcluster:AUTOSTART_CMCLD to 0
halt the package on the server
cmhaltpkg
halt the node
cmhaltnode -v
do my maintenance and reboot(s)
start the node
cmrunnode -v
start the package
cmrunpkg -n
change AUTOSTART_CMCLD to 1
Am I close?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 02:41 AM
07-22-2004 02:41 AM
Re: MC/SG newbie
first paragraph
If you ahlt the node any packages running on it will halt. If they are set up to fail over to other nodes they should fail over.
second paragraph
Only comment is why isn't the package configured to start when the node starts. Thats how we did it in class.
no idea on the last line of that paragraph.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 02:44 AM
07-22-2004 02:44 AM
Re: MC/SG newbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 02:44 AM
07-22-2004 02:44 AM
Re: MC/SG newbie
I wish I could go to class!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 02:45 AM
07-22-2004 02:45 AM
SolutionBut if you are doing maintenance on just one node, whay to stop the package?? Move it to another node. do cmhaltnode on the node, you will be doing maintenanace on, set AUTOSTART_CMCLD=0.
Do maintenance and once done start cluster.
You can also move the package back to this node.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 04:52 AM
07-22-2004 04:52 AM
Re: MC/SG newbie
node1> vi /etc/rc.config.d/cmcluster
AUTOSTART_CMCLD=0
node1>
node1> cmhaltpkg
node1> cmrunpkg -v -n node2
node1> cmhaltnode node1
node1>
node1 is now back online and ready to take over the packages
node1> vi /etc/rc.config.d/cmcluster
AUTOSTART_CMCLD=1
node1>
node1> cmhaltpkg
node1> cmrunpkg -n node1
You might need to execute cmmodpkg command for node1 to be able to start the package
if cmrunpkg fails, then execute cmmodpkg -e -n node1