- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lvm problem
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
09-19-2005 10:59 PM
09-19-2005 10:59 PM
can anyone advise
john
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2005 11:04 PM
09-19-2005 11:04 PM
Re: lvm problem
lvremove -f
what it is saying.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2005 11:06 PM
09-19-2005 11:06 PM
Re: lvm problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2005 11:08 PM
09-19-2005 11:08 PM
Re: lvm problem
vgchange -a n /dev/vgxx
vgexport /dev/vgxx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2005 11:26 PM
09-19-2005 11:26 PM
Re: lvm problem
sn9c:/var/tmp# lvremove -f /dev/vg00/servicenode
lvremove: Couldn't delete logical volume "/dev/vg00/servicenode":
The specified logical volume is open, or
a sparing operation is in progress.
Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.conf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2005 11:31 PM
09-19-2005 11:31 PM
Re: lvm problem
Try doing:
# lvchnage -a n /dev/vg00/servicenode
# lvchnage -a y /dev/vg00/servicenode
# lvremove -f ...
See if that works.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2005 11:40 PM
09-19-2005 11:40 PM
Re: lvm problem
sn9c:/var/tmp# lvchange -a n /dev/vg00/debuglogs
lvchange: Logical volume "/dev/vg00/debuglogs" could not be changed:
The supplied lv number refers to a non-existent logical volume.
also when i lvdisplay the said volume group i get
LV Name /dev/vg00/debuglogs
LV Status available/syncd
LV Size (Mbytes) 0
Current LE 0
Allocated PE 0
Used PV 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2005 11:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2005 07:08 PM
09-20-2005 07:08 PM
Re: lvm problem
1. lvremove
2. If there is only one volume in VG then vgexoprt
Regards
Mahesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2005 07:35 PM
09-20-2005 07:35 PM
Re: lvm problem
if you don't mind please send us the full output of the following commands , attach in a file
1. vgdisplay -v /dev/vg00
2. lvdisplay -v /dev/vg00/debuglogs
3. cd /dev/vg00 , ls -il
vikas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2005 09:05 PM
09-20-2005 09:05 PM
Re: lvm problem
As of now your LV exists with Zero PE's. Only problem what you are having is that you are not able to remove the LV. It should be fine by creating another LV with some different name.
But apparently it apears as if your system is not patched properly. Are latest LVM patches applied ?
HTH,
Devender