- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HPUX 11i upgrades
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-25-2005 08:58 PM
08-25-2005 08:58 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 09:02 PM
08-25-2005 09:02 PM
Re: HPUX 11i upgrades
the upgrade impact only the root vg (ex. vg00)where there is the system filesystem.
DM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 09:09 PM
08-25-2005 09:09 PM
Re: HPUX 11i upgrades
After the cold install, use the vgimport command with the -m file you created before.
Regards,
Rik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 09:09 PM
08-25-2005 09:09 PM
Re: HPUX 11i upgrades
You have to install the OS and needed SW only. I think that you are on the right way doing the connections with other vgs. Exporting them, same directory structure and importing the vgs.
Regards,
Borislav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 09:12 PM
08-25-2005 09:12 PM
Re: HPUX 11i upgrades
before you plan the installation, have a look to these hits useful for your needs:
http://www.docs.hp.com/en/5991-0792/ch03s03.html#d0e2994
http://www.docs.hp.com/en/5991-0792/index.html
Rgds,
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 09:14 PM
08-25-2005 09:14 PM
Re: HPUX 11i upgrades
Yes, I think you should be able to present the disks to another host a bit like serviceguard does.
I would use:
vgexport -s -p -m /tmp/vgNN.map /dev/vgNN
copy mapfile somewhere safe (backup or other host)
vgimport -s -m vgNN.map
Just in case some more info helps people, are you upgrading from 11.00 and which version of 11i are you going to v1 or v2?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 09:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 09:28 PM
08-25-2005 09:28 PM
Re: HPUX 11i upgrades
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 10:07 PM
08-25-2005 10:07 PM
Re: HPUX 11i upgrades
Although thinking about this you'll be configuring them to be the same so perhaps my line of thinking was a little confused.
Good Luck with the upgrades.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2005 02:17 AM
08-26-2005 02:17 AM
Re: HPUX 11i upgrades
Regards,
Dominique
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2005 02:21 AM
08-26-2005 02:21 AM
Re: HPUX 11i upgrades
# vgexport -p -v -s -m /var/tmp/vg??.map vg??
When importing:
# mkdir /dev/vg??
# mknod /dev/vg??/group c 64 0x0?0000
# vgimport -v -s -m /var/tmp/vg??.map vg??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2005 07:19 AM
08-27-2005 07:19 AM
Re: HPUX 11i upgrades
If you use the -s option
and you are using distributed allocation
and you have dual HBAs for redundancy
*and* you are alternating primary (and secondary) paths between the HBAs to try to get some data transfer load balancing across the HBAs
(whew a lot of 'if's, but I run into this fairly often),
then the 'vgimport -s' will not keep your nice HBA load balancing scheme.
You will have to manually go back and create the alternating scheme.
However, it's simple to do -- simply vgreduce/vgextend every other primary path.
However, this points out a minor advantage of specifying the PVs directly on the vgimport, assuming that the device names are the same.
However, after a cold install, it's quite possible that the device names could change, in which case the "-s" option is a godsend.
hth
bv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2005 07:23 PM
08-27-2005 07:23 PM
Re: HPUX 11i upgrades
Your approach seems to be OK. Please ensure there is no issue on the EMC model support on hp-ux 11i and system is patched with latest patch bundles
Regards
Mahesh