- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How do I remove an inexistent VG!
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-02-2002 01:40 AM
03-02-2002 01:40 AM
How do I remove an inexistent VG!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2002 01:49 AM
03-02-2002 01:49 AM
Re: How do I remove an inexistent VG!
Perform a vgexport of this VG so as to remove it from /etc/lvmtab and directory of /dev/vgXX along with configuration files within it.
# vgexport vgXX
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2002 02:43 AM
03-02-2002 02:43 AM
Re: How do I remove an inexistent VG!
hi max,
u take a copy of /etc/lvmtab file.. and do a "vgscan" which will create a new lvmtab file..
or do a vgexport of that particular vg.
Regards,
Vijeesh CTK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2002 12:31 PM
03-02-2002 12:31 PM
Re: How do I remove an inexistent VG!
Please, just vgexport.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2002 01:41 PM
03-02-2002 01:41 PM
Re: How do I remove an inexistent VG!
# /usr/sbin/vgexport /dev/yourvgname
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2002 01:48 AM
03-03-2002 01:48 AM
Re: How do I remove an inexistent VG!
vgchange -a n /dev/YourVG
vgexport /dev/YourVG
this will remove the VG and also the /dev/YourVG directory.
If you want to reuse the disks for a new VG you have to run a pvcreate -f on the rawdevicefiles of the disks.
Heiner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2002 06:12 AM
03-03-2002 06:12 AM
Re: How do I remove an inexistent VG!
.. verify urvg.conf by: strings /etc/lvmconf/urvg.conf if u see disk(s) there run: vgreduce -f /dev/urvg this will exclude the ghost disk.
.. if successfull run vgexport urvg
remember my ??0.02 :)
t??