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-25-2001 11:33 PM
03-25-2001 11:33 PM
lvremove
Any clues ??
TIA
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2001 11:44 PM
03-25-2001 11:44 PM
Re: lvremove
Whats the exact command you are attempting ?
What does an ls -l /dev/
What does lvdisplay /dev/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2001 11:52 PM
03-25-2001 11:52 PM
Re: lvremove
vgdisplay -v
does the lvm appear
ls -l /dev/vg00/lvmname
is it there, ( i am assuming its vg00)
It is possible that you have a corrupt lvmtab
file, if the above information all exists.
if so, you can try the following (in quet mode,
mv /etc/lvmtab /etc/lvmtab.original
/usr/sbin/vgscan -pv
this tells you what its going to do.
then
/usr/sbin/vgscan -av
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2001 11:59 PM
03-25-2001 11:59 PM
Re: lvremove
brw-r----- 1 root sys 64 0x010019 Mar 8 18:15 /dev/vg01/lvjunk
lvdisplay /dev/vg01/lvjunk
--- Logical volumes ---
LV Name /dev/vg01/lvjunk
VG Name /dev/vg01
LV Permission read/write
LV Status available/syncd
Mirror copies 0
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 4
Current LE 1
Allocated PE 1
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation PVG-strict
IO Timeout (Seconds) default
This is the output I get. Looks pretty reasonable. I was able to shrinks it down so it wasn't taking up much room, and I was able to create the ones I wanted anyhow. Would just like to know how to clean this up.
TIA
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2001 12:08 AM
03-26-2001 12:08 AM
Re: lvremove
Youve got a physical volume group setup for it (PVG). Can you check its in the /etc/lvmpvg file (strings /etc/lvmpvg).
Also, which physical volume is this lvol on (do an> lvdisplay -v /dev/vg01/lvjunk and it will display the physical volume its on, which should also be in the lvmpvg file above)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2001 12:16 AM
03-26-2001 12:16 AM
Re: lvremove
Do you have lv raw device ?
/dev/vg../rlvol... for these lvol.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2001 03:30 AM
03-26-2001 03:30 AM
Re: lvremove
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2001 10:52 AM
03-26-2001 10:52 AM