- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- converting root vg to VxFS
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-29-2008 12:05 AM
08-29-2008 12:05 AM
converting root vg to VxFS
Few queries, plz respond.
1. Can we convert our rootvg to VxFS which is currently HFS?
2. can we convert our rootvg through vxvmconvert to get it under VXVM control.
Rgds
Vishu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2008 12:16 AM
08-29-2008 12:16 AM
Re: converting root vg to VxFS
Root VG does not come HFS, only the /stand filesystem used to be HFS in HP-UX 11.11. But it is also vxfs from HP-UX 11.23 onwards.
Please check all the filesystems using fsadm. AFAIK, you cannot convert it to VXVM. Maybe, someone else can correct me if I'm wrong.
Regards,
Vihang.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2008 12:25 AM
08-29-2008 12:25 AM
Re: converting root vg to VxFS
fstyp /dev/vg00/lvol1
2.
Yes, you can convert rootvg from lvm to vxvm
refer to following guide:
http://docs.hp.com/en/5991-1841/5991-1841.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2008 11:19 PM
08-29-2008 11:19 PM
Re: converting root vg to VxFS
1.In rootvg only /stand is HFS filesystem others are vxfs only.
2.If you want to convert your LVM rootvg under VXVM control you can use vxdiskadm command and use uncapsulate the disk option.
This command doesnot remove your data from the disk and it makes the disk under VXVM control.
Thanks
SKR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2008 03:45 AM
08-30-2008 03:45 AM
Re: converting root vg to VxFS
You can NOT use vxvmconvert on the root VG. The vxvmconvert requires the volumes to be quiescent and therefore can only operate on VGs other than the root VG.
From the man page: "No applications can access data in the volume groups undergoing conversion. You must unmount file systems using those volumes and shut down any
applications, such as databases, that might use the volumes directly..."
@Kumar and SKR: 1) /stand is hfs by default only. During the OS installation, you can select hfs for any/all of the volumes. 2) You can NOT convert the root VG using any vx commands.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2008 05:29 AM
08-30-2008 05:29 AM
Re: converting root vg to VxFS
/stand is meant to be in hfs as it is hp-ux kernel requirement. :-)
Can you please share the procedure to convery rootvg from lvm to vxvm.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2008 07:43 AM
08-30-2008 07:43 AM
Re: converting root vg to VxFS
1. Run make_tape_recovery in preview mode (-p option) with all the remaining options normal. This does not create a tape, it runs all preliminary tape recovery tasks.
2. Edit the file /var/opt/ignite/recovery/latest/system_cfg and modify all the LVM/hfs characteristics to VxVM/VxFS. You 'll have to compare two syste_cfg files, one from an LVM server and one from an VxVM server to see what you need to change.
3 Run "make_tape_recovery -r". This completes the recovery tape session from step 1 with the edited system_cfg file.
I don't know if the newer versions of ignite will allow to do the LVM to VxVM conversion using the interactive mode of ignite, the recent ones I have used did not allow this because the boot tape did not have the VxVM structure in it to do the conversion during the INSTALLFS session.
There is also the command vxcp_lvmroot that does something similar but I have not used it. It does not convert the vg00 disk(s), rather it creates a VxVM boot disk on a spare disk out of the current LVM boot disk. "man vxcp_lvmroot".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2008 04:03 PM
08-30-2008 04:03 PM
Re: converting root vg to VxFS
This piece of info is really good. I have got one new server so I will test all again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2008 06:13 PM
08-30-2008 06:13 PM
Re: converting root vg to VxFS
This isn't true for Integrity or maybe 11.23.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2008 07:57 PM
08-30-2008 07:57 PM
Re: converting root vg to VxFS
so can we make /stand vxfs in 11.23...
noted