- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lvremove error
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-22-2002 05:12 AM
03-22-2002 05:12 AM
lvremove error
lvremove: Couldn't delete logical volume "/dev/vgdb/lvol1":
The supplied lv number refers to a non-existent logical volume.
vgcfgbackup: Invalid LVMREC on Physical Volume /dev/rdsk/c8t0d0
Any suggestion
Krizevac
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 05:23 AM
03-22-2002 05:23 AM
Re: lvremove error
check out this thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x48e7f9beca68d511abcd0090277a778c,00.html
HTH
RGDS, Holger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 05:24 AM
03-22-2002 05:24 AM
Re: lvremove error
Does this lvol show up on your bdf output, or is it only listed in /dev/vg##?
have you tried rmsf to remore the device files associated with the lvol?
hope this helps.
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 05:31 AM
03-22-2002 05:31 AM
Re: lvremove error
# vgdisplay -v /dev/vgdb
# lvdisplay -v /dev/vgdb/lvol1
# pvdisplay -v /dev/dsk/c8t0d0
Do they report errors? Is the lvol listed correctly?
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 05:31 AM
03-22-2002 05:31 AM
Re: lvremove error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 05:41 AM
03-22-2002 05:41 AM
Re: lvremove error
does this lv seen on the vgdisplay output. Do a "vgdisplay -v /dev/vg_name" . check and make sure the lv is seen as available and synced. If It is not seen over there, the lv does not exist.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 05:52 AM
03-22-2002 05:52 AM
Re: lvremove error
The lvol1 still appears!
And If I try to remove it this is the message:
lvremove /dev/vgdb/lvol1
Current path "/dev/dsk/c10t1d7" is an alternate link, skip.
lvremove: Couldn't delete logical volume "/dev/vgdb/lvol1":
The supplied lv number refers to a non-existent logical volume.
Volume Group configuration for /dev/vgdb has been saved in /etc/lvmconf/vgdb.conf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 05:57 AM
03-22-2002 05:57 AM
Re: lvremove error
I have to ask the question: Where are you seeing the reference to /dev/vgdb/lvol1? ( I refer you to my first response)
Since you indicated that it did not appear in bdf , i.e:
# bdf |grep /dev/vgdb/lvol1
My guess is that you are seeing the character and block files in the /dev/vgdb directory.
Use rmsf to delete these files.
I hope this helps
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 06:15 AM
03-22-2002 06:15 AM
Re: lvremove error
If you really want to remove /dev/vgdb and start from scratch with the vg, then do this:
# vgexport /dev/vgdb
This will completely wipe out /dev/vgdb. If you do an 'll -d /dev/vg*' after the vgexport you should NOT see any references to vgdb. You should now be able to recreate this VG from scratch without any problems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 06:18 AM
03-22-2002 06:18 AM
Re: lvremove error
do an lvdisplay -v on the lvol and check the output to see what PV's they correspond to. Then do a diskinfo on the PVs to see whether those disks are visible.
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 06:25 AM
03-22-2002 06:25 AM
Re: lvremove error
"vgcfgbackup: Invalid LVMREC on Physical Volume /dev/rdsk/c8t0d0" bothers me. Since you have already deleted vgdb, I presume there's no data to worry about. I'd vgexport vgdb, pvcreate the disks for that VG, then re-create the VG.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 06:37 AM
03-22-2002 06:37 AM
Re: lvremove error
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 06:58 AM
03-22-2002 06:58 AM
Re: lvremove error
1. #vgdisplay -v /dev/vgdb
Note down the disks present in vgdb volume group.
2.# vgexport /dev/vgdb
3.#vgimport /dev/vgdb /dev/dsk/cxtydz.......
-pap