- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Upgrade from 11.14 to 11.16
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
03-01-2005 12:40 AM
03-01-2005 12:40 AM
I would like to know the steps (or some docs) about upgradig from 11.14 to 11.16, in SC documentation I failed to find upgrade instructions.
The main question is, if it's OK to keep the same configuration files and only to compile them again after the product installation?
thanx.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2005 12:47 AM
03-01-2005 12:47 AM
Re: Upgrade from 11.14 to 11.16
cmhaltnode node1, swinstall new version of SG plus any SG patch, cmrunnode node1.
Move packages to node1, cmhaltnode node2, swinstall, cmrunnode node2.
This is all documented in the Managing Serviceguard manuals at http://docs.hp.com/en/ha
specifically:
http://docs.hp.com/en/B3935-90078/B3935-90078.pdf
Refer to Appendix E
However, as SG 11.16 has new access policies, first read the Release Notes for 11.16 at:
http://docs.hp.com/en/B3935-90078/B3935-90078.pdf
paying attention to page 18.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2005 01:02 AM
03-01-2005 01:02 AM
Re: Upgrade from 11.14 to 11.16
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2005 01:05 AM
03-01-2005 01:05 AM
Re: Upgrade from 11.14 to 11.16
Once the cluster is up with all nodes at 11.16, you could look at doing cmgetconf to recreate your cluster ascii file from the newer running binary with the new 11.16 additions.
Likewise youu can then look at possibly migrating your package config and control scripts by creating new ones using cmmakepkg, then migrating your info from the older version into the newer versions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2005 01:11 AM
03-01-2005 01:11 AM
Re: Upgrade from 11.14 to 11.16
Is it officially supported to keep the "old" configuration files?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2005 01:22 AM
03-01-2005 01:22 AM
SolutionNewer vesions of Serviceguard are compatible with older version scripts and config files, but you will not be able to use any newer functionality in those files unless you migrate.
From the Release Notes:
..
Access policies are not supported in a mixed revision cluster.
If you relied on .rhosts for access, be sure to manually configure policies for those users.
When you upgrade from an earlier version, Serviceguard converts cmclnodelist entries into Access Control Policies when every node in the cluster finishes updating. All are given the role of Monitor in the cluster configuration file.
After you complete a rolling upgrade, be sure to create and save a copy of the new configuration, using the cmgetconf command. If an cmapplyconf is issued, you want to be sure it applies the newly migrated Access Control Policies.
..
I have worked on a number of clusters that are running 11.14 or 11.15 but using 11.05 scripts and config files.
But you may find in future that you may have to migrate so keep that in mind.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2005 01:26 AM
03-01-2005 01:26 AM
Re: Upgrade from 11.14 to 11.16
Yep, I read this document and I don't think it's gonna be a problem.