- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- can this be done with root mirror ...
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-26-2003 02:56 PM
09-26-2003 02:56 PM
can this be done with root mirror ...
I have mirror root volume group on an hp-ux, now if I pull off the primary root drive (swap included) while the server is runing, will the mirror root drive transparently take over (the server would continue running)? Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2003 03:15 PM
09-26-2003 03:15 PM
Re: can this be done with root mirror ...
As long as your disks are hotswapable you will be ok.
Follow these steps:
1. Restore the LVM config/headers onto the replaced disk with
vgfgrestore.
2. Reactivate the volume group.
3. Notify the volume group about the the replaced drive by
running vgchange:
vgchange -a y /dev/vg00
Note: This step will cause LVM to know that the disk is available
again and will do a resync.
4. Synchronize the PEs that are most likely marked as stale:
vgsync /dev/vg00
Note: This process might take a while depending on the vg size
and data size.
Here is a doc about common misconceptions with regard to mirrored root disks
HTH
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2003 03:18 PM
09-26-2003 03:18 PM
Re: can this be done with root mirror ...
Pulling off your disk is just the same as the disk fail!
-ux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2003 03:22 PM
09-26-2003 03:22 PM
Re: can this be done with root mirror ...
You'll need to make sure that both disks are boot disks, use the lvlnboot -v command to find out!
Hope this help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2003 03:27 PM
09-26-2003 03:27 PM
Re: can this be done with root mirror ...
Here is the docId.
http://www5.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062683870
HTH
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2003 03:27 AM
09-27-2003 03:27 AM
Re: can this be done with root mirror ...
I have not shutdown a machine to replace a failed or flaky drive in over 5 years --- I just yank 'em and do the LVM stuff to replace the failed/flaky drive --- all 'on the fly'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2003 05:19 AM
09-27-2003 05:19 AM
Re: can this be done with root mirror ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2003 12:45 PM
09-27-2003 12:45 PM
Re: can this be done with root mirror ...
I have all LV(include lvol2) mirrored.
Maybe a lvlnboot -v will help more for us to decide!
-ux