- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vg00 mirror question.
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
03-30-2001 08:19 AM
03-30-2001 08:19 AM
vg00 mirror question.
Thanks,
ray
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2001 08:29 AM
03-30-2001 08:29 AM
Re: vg00 mirror question.
Yes, your exactly right. Youve worked it out correctly.
The thing to do is add the 3rd disk, break the mirrors for some of the other volumes and remirror them to the 3rd disk, this frees up space on Vol B (Vol A is primary, Vol B is mirror, Vol C is new disk) and allows you to extend /usr from Vol A to vol B then mirror it later to the new Vol C which has plenty of space on.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2001 08:33 AM
03-30-2001 08:33 AM
Re: vg00 mirror question.
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2001 09:06 AM
03-30-2001 09:06 AM
Re: vg00 mirror question.
# bdf /home
Filesystem kbytes used avail %used Mounted on
/dev/vg02/home 524288 504782 18694 96% /home
Make the new volume group on the new pv. Make a logical volume with a file system like /home.new
cd /home
find . | cpio -pdxm /home.new
umount /home
umount /home.new
mount /dev/newlvol /home
edit /etc/fstab to remove modify the entries for /home and /home.new
Remove the old home lvol. Boot in single user mode. Increase the size of var, usr, whatever.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2001 09:12 AM
03-30-2001 09:12 AM