- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- hpux 10.20--need to remove old disk ref from vg00
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
06-15-2004 07:21 AM
06-15-2004 07:21 AM
This disk is not on my system..the dev file has been removed. Apparently there was no data on it.
How do I tell vg00 to forget about that volume.
It's preventing me from running ignite recovery.
thanks!
-Bob
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 07:25 AM
06-15-2004 07:25 AM
Re: hpux 10.20--need to remove old disk ref from vg00
Try
vgreduce -f /dev/vg00
it's supposed to remove missing PVs from the volume group. You don't specify any disk devices.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 07:26 AM
06-15-2004 07:26 AM
SolutionChack if strings /etc/lvmtab shows that disk.
Create new lvmtab by vgscan command..
Take a backup of existing lvmtab file before you run vgscan
vgscan -av to recreate
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 07:26 AM
06-15-2004 07:26 AM
Re: hpux 10.20--need to remove old disk ref from vg00
Try make sure all the logical volumes under vg00 do not have any references to the old disk. Try 'lvdisplay -v /dev/vg00/lvolx' for all the logical volumes and ensure that all of them show as current. Once it is confirmed do 'vgreduce -f vg00'. That should get you rid of it.
If you found any logical volumes that are mirrored to this disk, then it may be a long process. Run lvdisplay with -k option and find out the key corresponding to the stale extents. Then run lvreduce with -k option. Once all the logical volumes are cleared, then you can run vgreduce -f vg00.
Don't run vgscan.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 07:59 AM
06-15-2004 07:59 AM
Re: hpux 10.20--need to remove old disk ref from vg00
# vgreduce -f /dev/vg00