- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Upgrading 10.20 to 11.0 using alternate boot devic...
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
Discussions
Discussions
Discussions
Forums
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
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
тАО12-03-2001 05:41 PM
тАО12-03-2001 05:41 PM
Question: Can you foresee problems with using a 10.20 boot disk as a fall back measure if I run into (application) problems with the cold install of 11.0 on the other boot disk?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2001 05:49 PM
тАО12-03-2001 05:49 PM
SolutionNo in fact you are on the right track. A cold
install is the preferable method. I've tried
on many occassions to do the upgrade, each time
resulting in failure.
When upgrading to 11, there are a few things
that you need to do in preparation.
Full system backup of your 10.20 environment.
cut two make_recovery tapes.
Have a copy of 'vgexport' in preview mode.
You can then safely load 11 on your
secondary disk using an alternate boot
device. As the VG information is already
embedded in /etc/lvmtab if you happen to go
back to 10.20, the system will just boot and
everything will be there.
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2001 05:54 PM
тАО12-03-2001 05:54 PM
Re: Upgrading 10.20 to 11.0 using alternate boot devices
Since my K570 server is a production box, I would rather not find out at the last minute that I have "technical" issues with the recovery.
Any thoughts on my 4 year old concern??? :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2001 06:04 PM
тАО12-03-2001 06:04 PM
Re: Upgrading 10.20 to 11.0 using alternate boot devices
One suggestion with this, place a call
with both HP and EMC and let them clarify
their positions on both sides. Although
you can boot from non-internal disks each
setup is different and may not for one reason
or another. Can you move information off
any of the other internal disks to free up
space ??
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2001 06:20 PM
тАО12-03-2001 06:20 PM
Re: Upgrading 10.20 to 11.0 using alternate boot devices
What I could do instead of just "cloning" the root volume group disks is create a make_recovery tape from the vg00 on the Symm5500 and restore it on the new "vg00" on the Symm3930 !
I have no experience using Ignite UX for the recovery phase so I will have to read up on that .... any thoughts?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2001 06:32 PM
тАО12-03-2001 06:32 PM
Re: Upgrading 10.20 to 11.0 using alternate boot devices
Okay to cut make_recovery tape is rather
simple once you done it. For HP-UX 10.20
systems I use this scenario. Notice the
use of no-rewind devices in both examples)
# /opt/ignite/bin/make_recovery -ACvd /dev/rmt/0mn
(assuming your DDS drive is that internal device)
on HPUX 11, it done slightly differently.
# /opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
If you don't have ignite loaded, you will find it on an application CD or you can download it from
http://www.software.hp.com/products/IUX/download.html
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2001 07:06 PM
тАО12-03-2001 07:06 PM
Re: Upgrading 10.20 to 11.0 using alternate boot devices
The 'make_tape_recovery' syntax given by Michael works the *same* on 10.20 as 11.x. 'make_tape_recovery' replaces the older 'make_recovery' and is far more robust.
# make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
The link he offers will allow you to download Ignite software and documentation. Use 'swinstall' for the installation. No reboot is necessary. Since you are capturing a 10.20 configuration, download, install and use the Ignite "A" version.
After your 11.x installation is complete, download the "B" version.
Regards!
...JRF...