HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HPUX 11i upgrade from 11
Operating System - HP-UX
1833751
Members
2673
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
02-04-2005 12:07 AM
02-04-2005 12:07 AM
Hi,
I'm attempting to generate a process for upgrading a number of server to 11i from 11. I am restricted due to /stand from simply upgrading and am forced to do a clean install.
My question is can I simply clean install and then re-import my volume groups (obviously export them 1st)....data resides on external emc disk. I would prefer to do this rather than restore from backup.
I'm attempting to generate a process for upgrading a number of server to 11i from 11. I am restricted due to /stand from simply upgrading and am forced to do a clean install.
My question is can I simply clean install and then re-import my volume groups (obviously export them 1st)....data resides on external emc disk. I would prefer to do this rather than restore from backup.
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2005 12:22 AM
02-04-2005 12:22 AM
Solution
Adam,
That is exactly the approach you need to take. Export the vg(s) with "vgexport -s -m /tmp/vg??.mapfile /dev/vg??", then, after install, import them with:
mkdir /dev/vg??
mknod /dev/vg??/group c64 0x??0000
vgimport -s -m /tmp/vg??.mapfile
vgchange -a y vg??
Obviously you need to transport the mapfile from old to new systems.
Pete
Pete
That is exactly the approach you need to take. Export the vg(s) with "vgexport -s -m /tmp/vg??.mapfile /dev/vg??", then, after install, import them with:
mkdir /dev/vg??
mknod /dev/vg??/group c64 0x??0000
vgimport -s -m /tmp/vg??.mapfile
vgchange -a y vg??
Obviously you need to transport the mapfile from old to new systems.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2005 12:29 AM
02-04-2005 12:29 AM
Re: HPUX 11i upgrade from 11
cheers Pete just wanted to ensure that was the case. To clarify I am nit clean installing onto alternate hardware it will be the same system, but I think you understood that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2005 12:44 AM
02-04-2005 12:44 AM
Re: HPUX 11i upgrade from 11
Yes, even on the same hardware you need to figure out a way to transport the map file. You can't put it on the VGs to be imported because they're not available at the time the map file is needed (obviously), so you need to put it on external storage. Be aware that the mapfile isn't even necessary if your logical volumes follow conventional (default) naming standards: lvolnn where nn matches the logical volume minor number. Check the vgimport man page.
Pete
Pete
Pete
Pete
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP