- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- LVs are not getting removed
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
10-01-2002 07:45 AM
10-01-2002 07:45 AM
I'm deleting and resetting up a volume group , but I'm getting the following
message on removing the LV.
The logical volume "/dev/vg_rac/rspfile" is not empty;
do you really want to delete the logical volume (y/n) : y
lvremove: Can't get lv number of logical volume "/dev/vg_rac/rspfile".
Volume Group configuration for /dev/acom has been saved in
/etc/lvmconf/vg_rac.conf
The LV does not get removed. I can still run a lvdisplay against it and it
still appears under vgdisplay. Could someone please let me know what wrong & how can I get rid of them ?
All this started when I unsucessfully tried to create a RAC database (Oracle Real Application Cluster). The DBCA gave some error saying that not enough space is alloted to some of the data files (all Data files are Raw LVs) and hence I thought of deleteing all the LVs and recreate them with a new size.
Thanks in advance for your quick response,
Karthik
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2002 07:49 AM
10-01-2002 07:49 AM
Re: LVs are not getting removed
ls -laR /dev/vg_rac/
try vgexport vg_rac
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2002 07:50 AM
10-01-2002 07:50 AM
Re: LVs are not getting removed
# vgexport -v /dev/vgXX
Cheryl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2002 07:55 AM
10-01-2002 07:55 AM
Re: LVs are not getting removed
vgexporting vg_rac would be your best bet,
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2002 08:01 AM
10-01-2002 08:01 AM
SolutionDocID=KBRC00002441
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063200464
The "vgexport" is the fastest way to get rid of it but I thought you might want to know the explanation to the error you're getting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2002 08:17 AM
10-01-2002 08:17 AM
Re: LVs are not getting removed
Thanks for your great input. I recreated the raw device file using mknod command specifying the corresponding minor number for that LV. And after that I could delete the LV.
PS: Exporting the VG will not solve my purpose since I have data on other LVs.
Thanks
Karthik