- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: use make_tape_recovery to change vg00 from LVM...
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
04-20-2005 07:59 AM
04-20-2005 07:59 AM
use make_tape_recovery to change vg00 from LVM to VxVM?
Is it possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2005 08:12 AM
04-20-2005 08:12 AM
Re: use make_tape_recovery to change vg00 from LVM to VxVM?
Check this doc for more info:
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062922875
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2005 08:14 AM
04-20-2005 08:14 AM
Re: use make_tape_recovery to change vg00 from LVM to VxVM?
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000077775800
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2005 08:21 AM
04-20-2005 08:21 AM
Re: use make_tape_recovery to change vg00 from LVM to VxVM?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2005 08:35 AM
04-20-2005 08:35 AM
Re: use make_tape_recovery to change vg00 from LVM to VxVM?
suggested process:
make_tape_recovery
boot to single user mode
run the appropriate conversion commands(earlier post)
boot back and you will be a vgroot shop and the recovery tape will solve any mistakes by letting you start over.
Then make another make_tape_recvoery tape.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2005 10:17 AM
04-20-2005 10:17 AM
Re: use make_tape_recovery to change vg00 from LVM to VxVM?
From the "Filesystem" tab change the disks from LVM to VXVM.
You may have to modify filesystem sizes.
After rebooting you may have to change non-standard volume names by:
This is from my enviro:
root on k460 / # vxedit -g rootdg rename lvol1 standvol
root on k460 / # vxedit -g rootdg rename lvol2 swapvol
root on k460 / # vxedit -g rootdg rename lvol3 rootvol
root on k460 / # vxedit -g rootdg rename lvol4 homevol
root on k460 / # vxedit -g rootdg rename lvol5 optvol
root on k460 / # vxedit -g rootdg rename lvol6 tmpvol
root on k460 / # vxedit -g rootdg rename lvol7 usrvol
root on k460 / # vxedit -g rootdg rename lvol8 varvol
root on k460 / # vxedit -g rootdg rename lvol1-01 standvol-01
root on k460 / # vxedit -g rootdg rename lvol4-01 homevol-01
root on k460 / # vxedit -g rootdg rename lvol5-01 optvol-01
root on k460 / # vxedit -g rootdg rename lvol3-01 rootvol-01
root on k460 / # vxedit -g rootdg rename lvol2-01 swapvol-01
root on k460 / # vxedit -g rootdg rename lvol6-01 tmpvol-01
root on k460 / # vxedit -g rootdg rename lvol7-01 usrvol-01
root on k460 / # vxedit -g rootdg rename lvol8-01 varvol-01
edit /etc/fstab and put standard volume names like this:
/dev/vx/dsk/rootdg/rootvol / vxfs delaylog 0 1
/dev/vx/dsk/rootdg/standvol /stand hfs defaults 0 1
/dev/vx/dsk/rootdg/homevol /home vxfs delaylog 0 2
/dev/vx/dsk/rootdg/optvol /opt vxfs delaylog 0 2
/dev/vx/dsk/rootdg/tmpvol /tmp vxfs delaylog 0 2
/dev/vx/dsk/rootdg/usrvol /usr vxfs delaylog 0 2
/dev/vx/dsk/rootdg/varvol /var vxfs delaylog 0 2
Now should have a vxvm disk that is rootable
Phil