- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- service guard upgrade
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
08-02-2010 03:28 AM
08-02-2010 03:28 AM
I am thinking to switch the packages and upgrade one node at a time
I am curious if I install new version of service guard will i loose all cluster and package config files on that node, or will they get upgraded with new version and data will remain intact
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2010 04:29 AM
08-02-2010 04:29 AM
Re: service guard upgrade
You should at least have a downtime window set up and here is why.
You can stay up and running by migrating all your packages to one node and upgrading the other.
It gets a little tricky, because the newly minted 11.16 node can not join a cluster running 11.14. Therefore the cluster needs to briefly be halted while you bring up these same services on the new 11.16 node.
Once the node is up and running all packages, the second node can be upgraded at your leisure.
There are a few brave souls who have figured out how to do this upgrade without downtime, but most who tried have ended up with TOC on one node.
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
08-02-2010 04:48 AM
08-02-2010 04:48 AM
Re: service guard upgrade
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2010 04:49 AM
08-02-2010 04:49 AM
Re: service guard upgrade
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1050309
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1384357
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2010 05:00 AM
08-02-2010 05:00 AM
Solutionhttp://docs.hp.com/en/B3935-90078/B3935-90078.pdf
Regards,
Bhadresh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2010 06:21 AM
08-02-2010 06:21 AM
Re: service guard upgrade
So, to answer your questions:
> will i loose all cluster and package config files
No, they stay there.
>will they get upgraded with new version
Only the cmclconfig file will be updated.
To use the new functionality/format f the SG A.11.16 pcakge control and config files, you would need to use cmmakepkg to create a new config and a new control script, then merge your current variable settings fo rthe package into the newer ones, and reapply them.
But they will continue to work with the old ones, you just do not get the newfunctionality etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2010 12:39 AM
08-03-2010 12:39 AM
Re: service guard upgrade
You do not have to halt the entire cluster. The new 11.16 node CAN join the exiting running 11.14 cluster.
This is clearly described in the Managing Serviceguard manual in appendix E. Rolling Software Upgrades. This is step 3 on page 395 of the 2nd edition of the 11.16 manual. To quote the text to demonstrate this:
----
When upgrading is finished, enter the following command on node 1 to
restart the cluster on node 1.
# cmrunnode -n node1
At this point, different versions of the Serviceguard daemon (cmcld) are
running on the two nodes, as shown in Figure E-4.
----
The key to note here is that when you are running a mixed revision cluster in the middle of an upgrade, you should run all commands (other than cmrunnode and cmhaltnode) from the higher revision node. i.e. if you need to move a package from the 11.14 node to the 11.16 node you should do this running commands from the 11.16 node.