- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Fixing a mirrored boot disk
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-26-2001 11:14 AM
07-26-2001 11:14 AM
I have a D330, and the primary boot disk (c0t4d0) is mirrored to a backup boot disk (c0t10d0). Unfortunately, the mirrored lvols are not mirrored in the correct order (ie, the boot partition is not the first partition on the drive). Also, the backup drive doesn't have the correct LIF information on it to make it bootable.
I want to remove the lvols at the beginning of the backup disk, write the LIF information to the disk, then re-mirror the root, boot and swap partitions in the correct order to the backup drive. Will this work? Can I do it without erasing all the other information on the backup drive? Is there anything I am missing here?
Thanks,
Jason
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2001 11:32 AM
07-26-2001 11:32 AM
Re: Fixing a mirrored boot disk
I'd simply 'lvreduce' (-m 0) each logical volume's mirror; then 'vgreduce' the physical disk in question; and start fresh with a 'pvcreate -B' etc to remirror each logical volume in the correct order. The time to complete this process is relatively short and the liklihood of problems on the primary disk during it very small in my opinion.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2001 12:02 PM
07-26-2001 12:02 PM
Re: Fixing a mirrored boot disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2001 12:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2001 10:32 PM
07-26-2001 10:32 PM
Re: Fixing a mirrored boot disk
U have got the correct answer for JRF...I would like to add one more point.
After all run this command
#lvlnboot -R
Best of luck
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2001 02:31 AM
07-27-2001 02:31 AM
Re: Fixing a mirrored boot disk
A bit from my side..........
First of all you can reduce all the lv's one by one from the mirrored disk. After doing so, you have to do a lvlnboot -R(since alterations had been done on boot, swap and root).
Then you can go ahead for mkboot and lvextending of the filesystems in a normal way and atlast do lvlnboot for boot, dump, swap, root and
onceagain a lvlnboot -R.
But to be on safer side, better ensure a backup of the data in the mirrored disk before starting the activity.
Regards,
N.Harinath