- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Convert root disks from VxVM to 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
09-29-2005 03:00 AM
09-29-2005 03:00 AM
2 root disks installed striped
/dev/rdsk/c1t15d0
/dev/rdsk/c3t15d0
I want to extend the /usr filesystem, but appearantly I need a Veritas license to do this (is this correct ?)
I will not be able to acquire a licence on short notice, so I want to convert these disks to LVM.
I've tried vxvmconvert, but it can only rollback to LVM (these disks where never LVM)
I've also been reading about pvcreate,vxdiskunsetup etc. but these only work when you don't mind complete data loss and just want to re-create.
I want to maintain all data on these disks.
Please help me out guys
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 03:05 AM
09-29-2005 03:05 AM
Re: Convert root disks from VxVM to LVM
In LVM, we would need to boot in single user mode in order to get the file system unmounted so we could run lvextend/extendfs. I would hope you could do a similar process with VxVM commands in single user mode.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 03:12 AM
09-29-2005 03:12 AM
SolutionFirst extend the volume with "vxassist grot vol_name xxxM". Then, boot in single user mode to get /usr unmounted and run "extendfs".
As I said, I'm not all that familiar with VxVM, so this may be all wrong, but it seems logical to me.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 03:16 AM
09-29-2005 03:16 AM
Re: Convert root disks from VxVM to LVM
No license should be required to achive this. I suppose somebody has adviced you to purchase online JFS license as /usr is a file system is rootdg and can not be unmounted online.
Is it correct?
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 03:19 AM
09-29-2005 03:19 AM
Re: Convert root disks from VxVM to LVM
I'll try tinkering with Pete's suggestions
Points will be rewarded if I fix this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 03:20 AM
09-29-2005 03:20 AM
Re: Convert root disks from VxVM to LVM
But you need a license to use the online JFS features .
Your lincese infomation can be checked by
vxlicense -p .
Thanks
BL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 03:40 AM
09-29-2005 03:40 AM
Re: Convert root disks from VxVM to LVM
the final syntax was:
vxassist -g rootdg growto usrvol 5000M
-> reboot into Single user mode
extendfs -F vxfs /dev/vx/dsk/usrvol