- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Split Root Volume Group and Boot
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-09-2005 03:47 AM
09-09-2005 03:47 AM
Split Root Volume Group and Boot
I split each lvol in the root volume group so that I have all the standard lvols on the disk which has the primary boot path, and all the split volumes on the disk which has the alternate boot path.
I checked each split lvol, by running fsck and then mounting under /altroot.
I edited /altroot/etc/fstab to use the alternate volumes.
I tried re-booting from the alternate path. I had hoped that it would use all the backed up lvols, but it used all the standard ones.
What do I need to do to ensure that I can choose which set of lvols gets used according to which disk I boot from?
I need to upgrade several servers. I will make a tape recovery as well, but a fast reboot would really help me in case I need to back out changes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2005 04:01 AM
09-09-2005 04:01 AM
Re: Split Root Volume Group and Boot
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2005 04:05 AM
09-09-2005 04:05 AM
Re: Split Root Volume Group and Boot
Try this link from ITRC. The itrc doc id is KBRC00010661.
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000080061911
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2005 07:43 AM
09-09-2005 07:43 AM
Re: Split Root Volume Group and Boot
It is a tedious process and the first time though it is somewhat difficult but if scripted it could be a fail safe way for us to recover servers during outages. Recovery time is the time it would take to reboot the server (about 10 minutes) as compared to the time to re-ignite (1 to 2 hours - depending on size of vg00 and sometimes doesn't work). The trick is to have two BDRAs and for this you need to take one of the disks out of the vg00, put it in a different VG (vgroot in this scenario) while making it a bootable copy of the primary disk. In short - you simply lvremove the split mirrors LVs, vgreduce the split mirror disk out of vg00, lvcreate the split mirrors into a different VG (this is achievable because the LV data is still on the split mirror disk), issue your lvlnboot commands against the split mirror VG, alter the fstab/lvmtab and with a couple other steps your there.
Example:
root@svr3003 /newroot/etc[187]> lvlnboot -v
Boot Definitions for Volume Group /dev/vg00
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c2t2d0 (0/0/2/0.2.0) -- Boot Disk
Boot: lvol1b on: /dev/dsk/c2t2d0
Root: lvol3b on: /dev/dsk/c2t2d0
Swap: lvol2b on: /dev/dsk/c2t2d0
Dump: lvol2b on: /dev/dsk/c2t2d0, 0
Boot Definitions for Volume Group /dev/vgroot
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c1t2d0 (0/0/1/1.2.0) -- Boot Disk
Boot: lvol1 on: /dev/dsk/c1t2d0
Root: lvol3 on: /dev/dsk/c1t2d0
Swap: lvol2 on: /dev/dsk/c1t2d0
Dump: lvol2 on: /dev/dsk/c1t2d0, 0
The svr3003 server is set to boot off both internal disks (/dev/dsk/c2t2d0 - /dev/dsk/c1t2d0) without any intervention other than issuing the setboot command or interrupting the boot sequence and booting from whichever disk.
Make sure you have an Ignite tape/network backup just in case!
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2005 09:11 PM
09-09-2005 09:11 PM
Re: Split Root Volume Group and Boot
As a user of the European site I cannot follow the link (why can't HP put us all in one support site?).
I tried searching by document ID on the Europe site but it does not find the document. Is there another way to find it?
Another option for me would be to find out if the changes worked or not, and then either lvmerge the volumes back, or remove the redundant volumes and re-mirror.
Are there any documents on the best way to achieve this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2005 09:54 PM
09-09-2005 09:54 PM
Re: Split Root Volume Group and Boot
This document discuss both syncing and reverse syncing. Attached are the contents of the document as I was able to open it from India.
HTH,
Devender