- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Removing a drive from root 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
09-05-2002 08:00 AM
09-05-2002 08:00 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2002 08:04 AM
09-05-2002 08:04 AM
Re: Removing a drive from root volume group
vgreduce vg00 /dev/dsk/cX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2002 08:05 AM
09-05-2002 08:05 AM
Re: Removing a drive from root volume group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2002 08:05 AM
09-05-2002 08:05 AM
Re: Removing a drive from root volume group
Use vgreduce to reduce the disk from the vg. Do "man vgreduce" for more help with the command.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2002 08:05 AM
09-05-2002 08:05 AM
Re: Removing a drive from root volume group
See man vgreduce. You may want to do a vgdisplay -v first to insure the drive is not still in use (this is especially important if you are going to use the "-f" option of vgreduce).
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2002 08:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 11:23 AM
09-09-2002 11:23 AM
Re: Removing a drive from root volume group
mv /etc/lvmtab /etc/lvmtab.old
vgscan
that will generate a new /etc/lvmtab that has no information about the other drive. Please make sure the drive you removed is not the first boot drive, If you removed the first boot drive, you will need to modify the
/stand/bootconf to have the new primary boot drive path. Otehrwise it will have problem bulding kernel. In addition, check boot path by
setboot
command. if you want to change any of the boot path, you could do
setboot -p x.x/x.x
or setboot -a x.x/x.x
where x.x/x.x is the hardware path you find from ioscan.