- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- deleted 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
01-03-2004 09:24 PM
01-03-2004 09:24 PM
I've deleted a vg by mistake using sam, is there any way to get it back...?
also I can't delete a "lv" I'm getting the message
lvremove: Couldn't delete logical volume "/dev/vg01/lvol_itmscdb": x x
xx lvx The supplied lv number refers to a non-existent logical volume.
thanking you in advance for your cooperation and help
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2004 09:30 PM
01-03-2004 09:30 PM
SolutionI am sure the LV name you are using to delete is wrong, do a vgdisplay -v /dev/vg01 and see if you have the LV with the name, which you are trying to delete.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2004 09:38 PM
01-03-2004 09:38 PM
Re: deleted vg
regading the name I'm using sam to delete it so the name could not be wrong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2004 09:56 PM
01-03-2004 09:56 PM
Re: deleted vg
Do a lvdisplay -v /dev/vg01/lvol1_itmscdb
and vgdisplay -v /dev/vg01
what do u see? does the name match?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2004 12:07 AM
01-04-2004 12:07 AM
Re: deleted vg
I managed to restore the vg but I can't delete the lv.
using lvdisplay I can see a long list like the followings
00489 /dev/dsk/c0t8d0 00489 current
00490 /dev/dsk/c0t8d0 00490 current
00491 /dev/dsk/c0t8d0 00491 current
00492 /dev/dsk/c0t8d0 00492 current
00493 /dev/dsk/c0t8d0 00493 current
00494 /dev/dsk/c0t8d0 00494 current
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2004 08:16 AM
01-04-2004 08:16 AM
Re: deleted vg
You should be able to reduce the lvol.
Make sure it is not still mounted. ( bdf /mount/cat /etc/mnttab )
if do umount the lvol using the umount command.
lvrecude the lvol ( lvreduce -f /dev/vg01/lvol.... )
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2004 09:26 AM
01-04-2004 09:26 AM
Re: deleted vg
use lvremove -f /dev/vg01/...(lvol) to remove the LV and let us know what error you get.