- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Building VG's with AutoRaid12H
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
02-22-2001 11:20 AM
02-22-2001 11:20 AM
I need 3 VG's using 6 drives in an AutoRaid 12H.
I also need to clear out 3 bad VG's and clean up my lvmtab file.
I can't seem to remove vg03.
Basically I need to totally wipe out vg01 vg02 and vg03 (all references to those VG's) so I can start over.
Thanks again!
John
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2001 11:50 AM
02-22-2001 11:50 AM
Re: Building VG's with AutoRaid12H
1. For each logical volume in the volume group, 'lvremove' it. For example:
# lvremove /dev/vg??/lvol?
2. 'vgreduce' each physical volume constituting the volume group, BUT LEAVE ONE. For example:
# vgreduce /dev/vg?? /dev/dsk/c?t?d?
3. 'vgremove' the volume group. For example:
# vgremove /dev/vg??
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2001 12:14 PM
02-22-2001 12:14 PM
Re: Building VG's with AutoRaid12H
My lvmtab file is messed up. It keeps stating this when I do a vgscan:
Warning: couldn't query physical volume "/dev/dsk/disk_query"
What is disk_query and how do I get it out of my lvmtab file (I don't think it belongs in there)
Also now my vgremove /dev/vg02 (/dev/vg03) commands fail because they are not active. I'm in over my head here.
More help required.
Thanks again!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2001 02:05 PM
02-22-2001 02:05 PM
SolutionPreserve what you have and then vgscan again:
# mv /etc/lvmtab /etc/lvmtab.old
# vgscan -a -v
# vgchange /dev/vg?? -a y
# vgdisplay -v /dev/vg?? #...to see what's there...
# lvremove, vgreduce & vgremove as noted in first post.
Take a look at the man pages for 'vgscan'. You will need to do 'lvlnboot -R' to correct boot information and may need to correct alternate links.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2001 05:00 PM
02-22-2001 05:00 PM
Re: Building VG's with AutoRaid12H
I'm a moron. I figured out what happened in the first place.
The key was the AutoRaid 12H.
A CE setup this system in the first place. s/he created 3 LV's on the autoraid hardware.
Sam showed me all devices in the AutoRaid. So, I had 6 devices (but they were already partitioned into 3 logical devices)
So, I'm on my way.
Thank you ALL for your help with this and the other post. You've all been extremely helpful
John