- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Removing logical or Volume group
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
04-23-2006 11:33 PM
04-23-2006 11:33 PM
Removing logical or Volume group
I have a HPUX server with vg00,01 and 02 created.
Now I dont require vg02 and hence to free up the space I removed all the logical volme groups associated with this VG vg02 and removed vg02.
Now if I issue the command vgdisplay or lvdisplay it is displaying the error that "could find the id xxx ..yy..etc ..system is now up and working but I am not sure If I reboot system will comeup..
COuld some someone suggest how to fix this
Gurumurthy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2006 11:37 PM
04-23-2006 11:37 PM
Re: Removing logical or Volume group
would this not be the normal behaviour?
You have removed the lvols and vg, so if you now try to display the removed vg it says, it can not find them.
Please clarify the error message.
Perhaps a list of your commands may help.
If uncertain about command line use, I always recommend SAM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2006 11:48 PM
04-23-2006 11:48 PM
Re: Removing logical or Volume group
Thanks for the response.
I understand that it would be the normal behaviour,but as I said earlier I had three voume groups vg00,01 and 02,I removed only 02 and its LVMs.
Now question is ,it would have displayed other two vgs and lvms assocaited info right?
Guru.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2006 11:56 PM
04-23-2006 11:56 PM
Re: Removing logical or Volume group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2006 12:36 AM
04-24-2006 12:36 AM
Re: Removing logical or Volume group
I sed lvremove /dev/vg02/lvol1...3
means there were three lvms,since they were mounted I used -f option as switch.
After that I used vgremove /dev/vg02.
Thats all I used,I feel after this it should show the free space added freed up from removing the vg02 .but not happening.
Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2006 12:51 AM
04-24-2006 12:51 AM
Re: Removing logical or Volume group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2006 01:12 AM
04-24-2006 01:12 AM
Re: Removing logical or Volume group
Please give exact steps - command syntax followed - step by step.
Also post the following outputs - better to attach.
strings /etc/lvmtab
vgdisplay -v
ls -l /dev/vg*/*
grep vg02 /var/adm/syslog/*syslog.log
Then only we would be able to understand a bit more.
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2006 07:52 AM
04-24-2006 07:52 AM
Re: Removing logical or Volume group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2006 08:00 AM
04-24-2006 08:00 AM
Re: Removing logical or Volume group
one. using vgdisplay will not let you view the freed up space because you have remove any reference to the vg group. Do a pvdisplay and see which disk do not belong to a vg and that will be your free space.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2006 08:25 AM
04-24-2006 08:25 AM
Re: Removing logical or Volume group
My guess is that the user removed the lv's while they were still being used / mounted using 'lvremove -f" and then did a vgremove. Now the system is confused about the status of the PV's / LV's that were part of the old VG "vg02".
My suggestion would be to forcibly reboot the server, if necessary.
Hope this helps.
regds