- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- LVM : disk1 is not able to remove from vg00.
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-21-2004 06:17 AM
07-21-2004 06:17 AM
LVM : disk1 is not able to remove from vg00.
I am having two disk
/dev/dsk/c0t0d0
/dev/dsk/c0t5d0
I had vg00 , and later added c0t5d0 to this vg. Now my c0t5d0 gone bad and i have removed the HDD . Now i have booted the system and booted fine. [given error for c0t5d0]
But vgscan shows error , can not query /dev/vg00/c0t5d0.
and # strings /etc/lvmtab shows this entry.
/dev/vg00
/dev/dsk/c0t0d0
/dev/dsk/c0t5d0
My question , can i remove the entry of c0t5d0 from my system.
Any help is highly appreciated .
Thanks ,
Raj D.
------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 06:20 AM
07-21-2004 06:20 AM
Re: LVM : disk1 is not able to remove from vg00.
then
mv /etc/lvmtab /etc/lvmtab.old
vgscan -av
man vgreduce.
man vgscan
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 06:36 AM
07-21-2004 06:36 AM
Re: LVM : disk1 is not able to remove from vg00.
Complete them carefully.
Also note, even if you totally trash the lvmtab file, your system will continue running.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 06:55 AM
07-21-2004 06:55 AM
Re: LVM : disk1 is not able to remove from vg00.
Till then bye ,
Thanks ,
Raj D.
------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 10:52 AM
07-21-2004 10:52 AM
Re: LVM : disk1 is not able to remove from vg00.
Alternative way would be to reboot the system in maintenance mode, export vg00 and import it back with only /dev/dsk/c0t0d0.