- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- split root vg
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
05-17-2001 04:56 AM
05-17-2001 04:56 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2001 08:16 AM
05-17-2001 08:16 AM
Re: split root vg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2001 08:18 AM
05-17-2001 08:18 AM
Re: split root vg
You should pick whichever drive has / (root), /stand, and your primary swap on it. Then use the pvmove command to re-locate the lvols off of the other disk onto the one you have chosen.
For the sake of having to administer it in the future, try to make sure each lvol has contiguous physical extents, and that when you mirror them, that they mirror up in the same order.
This is a BAD time to use SAM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2001 08:21 AM
05-17-2001 08:21 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2001 08:22 AM
05-17-2001 08:22 AM
Re: split root vg
It would be helpful if you would describe which logical volumes are where. In the absence of this information, I'll offer several comments for consideration:
> One way to consolidate everything on one physical disk and afterwards mirror to a second is to make an Ignite 'make_tape_recovery' tape and cold-install your vg00. You would also have the advantage of being able to resize each logical volume according to your needs at that time.
> Depending on where logical volumes exist, it might be possible to 'pvmove' some of the extents form one disk to the other. Before doing this, however, I would make a good 'make_tape_recovery' tape too.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2001 08:50 AM
05-17-2001 08:50 AM
Re: split root vg
After doing an lvdisplay -v /dev/vg00, the only mountpoint of concern would be lvol4, which was swap with 0% utilization. It isn't needed and we were thinking that just removing it and then mirroring would be the answer, but are not sure of whether or not it would cause any problems.