- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: lvm after installing HP-UX 11
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
01-18-2001 11:51 AM
01-18-2001 11:51 AM
then do a vgimport afterwards ??
any advise would be appreciated....thanks..Jay
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2001 02:01 PM
01-18-2001 02:01 PM
SolutionThe short answer to your question: YES!
Now for a few more details:
Are you going to do an actual upgrade or are you going to do a fresh clean install of HPUX 11? If you do an upgrade (NOT the recommended way by most folks in the forums) then there should be no problems with seeing your existing LVM structures, although it is always good to have a backup, just in case.
If you do a new install, however, I would definitely do a vgexport of your VGs and generate the map files. I would then make sure that you have those on tape, or ftp them to your PC or e-mail them to yourself, so that you can easily get them back onto your box after the installation.
Good Luck!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2001 02:20 PM
01-18-2001 02:20 PM
Re: lvm after installing HP-UX 11
Yes, vgexport and vgimport will handle your non root disk data. As always, the best insurance is to have a good backup of your system beforehand.
For each VG the following applies:
# umount
# vgchange -a n /dev/vgXX
# vgexport -v -m /tmp/mapfileXX /dev/vgXX
...preserve /tmp/mapfileXX to tape...
...install OS...
...load /tmp/mapfileXX from tape...
# mkdir /dev/vgXX
# mknod /dev/vgXX/group c 64 0xXX0000
# vgimport -m /tmp/mapfileXX /dev/vgXX /dev/dsk/cXtXdX ...
# vgchange -a y /dev/vgXX
# vgcfgbackup /dev/vgXX
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2001 02:24 PM
01-18-2001 02:24 PM
Re: lvm after installing HP-UX 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2001 05:50 PM
01-18-2001 05:50 PM
Re: lvm after installing HP-UX 11
answered my questions very well....now, lets take it a step further, I am going to make an ignite system_recovery tape using the mk_recovery utility..I have noticed that this utility creates the mapfiles on /etc/lvmconf...will these files do the job for me
thanks again... Jay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2001 05:19 AM
01-19-2001 05:19 AM