- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: unable to delete logical volume
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
07-09-2007 01:42 AM
07-09-2007 01:42 AM
unable to delete logical volume
I am working on HP-UX 11.11 platform.i am unable to delete a logical volume the error message diplayed:
lvremove: Couldn't delete logical volume "/dev/vgp_bhu_a1/lvol_var_env161gm":
The specified logical volume is open, or
a sparing operation is in progress.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2007 01:48 AM
07-09-2007 01:48 AM
Re: unable to delete logical volume
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2007 01:49 AM
07-09-2007 01:49 AM
Re: unable to delete logical volume
Did you unmount the lvol first ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2007 04:21 PM
07-09-2007 04:21 PM
Re: unable to delete logical volume
If not it is recommended to umount the filesystem and deactivate the VG.
# umount
# vgchange -a n VGtest
If still not successful, review this patch as it might be due to known issue CR:JAGae04912. Install when necessary.
PHKL_34805 s700_800 11.11 JFS3.3 patch; mmap
(take note there are dependencies for this patch). You may use http://www.itrc.hp.com to further check.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2007 08:50 PM
07-09-2007 08:50 PM
Re: unable to delete logical volume
vxfs mount: Cannot open /dev/vgp_bhu_a1/lvol_var_env161gm: No such device or address. I can see the lvol when i run the command vgdisplay.We dont use online JFS .
Thank You
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2007 02:11 AM
07-10-2007 02:11 AM
Re: unable to delete logical volume
Cannot open /dev/vgp_bhu_a1/lvol_var_env161gm: No such device or address.
please post the o/p of ll /dev/vgp_bhu_a1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2007 02:16 AM
07-10-2007 02:16 AM
Re: unable to delete logical volume
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2007 03:31 AM
07-10-2007 03:31 AM
Re: unable to delete logical volume
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2007 04:36 AM
07-10-2007 04:36 AM
Re: unable to delete logical volume
Is there any process hung for creation/extension etc for the logical volume?
ps -eaf | grep 'var_env161gm'
The size is 0 for the lvol, thus it seems that there was some activity carried out related to this lvol, unless the size was 0 already.
Check /var/adm/syslog/syslog.log if any operations related to lv were carried out on this lvol. Please share more information on a bit of history of this problem.
Regards,
Ninad