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-24-2006 09:22 AM
01-24-2006 09:22 AM
i've installed the VxVM software, added a disk done some tests. Now i want to reuse the disk for LVM. how to do that. I tried to vxassist -o ( didn't work). this is a test machine --> i can reinstall the whole unix if i want to.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2006 09:46 AM
01-24-2006 09:46 AM
Re: VxVM
First you must remove the disk from the vxvm group.
vxinfo to the the drive info
vxdisk list for more information
vxvol to take it offline
vxdisk init c#t#d# nolog=2 noconfig=2 will wipe it out nicely.
vxassisg -g volname remove volme volumename
Then
pvcreate -f disk to prepare the disk for lvm
vgextend a volume group on it.
lvcreate a new logical volume
lvextend the lvol to your chosen size.
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
01-24-2006 09:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2006 09:53 AM
01-24-2006 09:53 AM
Re: VxVM
the convert idea is better than my poorly typed reply.
You may want to restart the system and run vgassist again.
You may need to patch vxvm to get it to work well enough to give up the disk.
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
01-24-2006 09:59 AM
01-24-2006 09:59 AM
Re: VxVM
I thought vxvmconvert command could be used only to convert from lvm -> vxvm. And SEP's method is the only way to do a conversion from VXVM -> LVM. Seeking clarification.
thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2006 10:26 AM
01-24-2006 10:26 AM
Re: VxVM
There is an option in the "vxvmcovert" interface to roll back from VXVM to LVM.
I presumed that the disk was configured with LVM volume group earlier before moving to VXVM. If it is , then roll back is possible with "vxvmconvert". If not, SEP method should be used.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2006 06:43 PM
01-25-2006 06:43 PM
Re: VxVM
Anyone knows a way to remove the VxVM rootdg which does not require to remove the VxVM software.