- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- problem removing volume group
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
03-28-2002 07:01 AM
03-28-2002 07:01 AM
Now I cannot remove volume group vg05
vgremove /dev/vg05
output: vg05 is not activated
trying to activate it with
vgchange ???a y /dev/vg05
output: could not activate /dev/vg05 I/O error while reading VGDA
Please help. Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 07:03 AM
03-28-2002 07:03 AM
Re: problem removing volume group
# vgexport /dev/vg05
which will permenantly remove it and all it's device files associated with vg05.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 07:10 AM
03-28-2002 07:10 AM
Re: problem removing volume group
pvremove /dev/rdsk/c9t0d0
output: pvremove: The physical volume "/dev/rdsk/c9t0d0" belongs to an exported volume group.
pvremove: Couldn't remove physical volume "/dev/rdsk/c9t0d0".
What to do next? Thank you for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 07:13 AM
03-28-2002 07:13 AM
Re: problem removing volume group
Once you do a vgexport of a volume group, you can no longer do an lvremove or a pvremove on that VG. When the vgexport is done, the volume group is gone from the system. The /dev/vg?? directory is removed.
We really need more information on what you are trying to accomplish.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 07:15 AM
03-28-2002 07:15 AM
Re: problem removing volume group
If I may ask, what are you trying to do with the volume you are trying to pvremove?
If you are trying to create another vg, just recreate the pv with pvcreate -f, but be sure this is what you want.
Then you can create an new vg or extend an old one.
Hope this helps
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 07:27 AM
03-28-2002 07:27 AM
Solution# pvcreate -f /dev/rdsk/cXdXtX
first ..