- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Alternate 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
01-15-2002 12:40 PM
01-15-2002 12:40 PM
Alternate Boot Disk
Assumptions:
1. server1 and server2 are the same architecture and have the same components
2. Only vg00 needs to be replicated
3. server2 will be functional as a unique server until required to replace server1 (lets say that server2 is a test server which is used a lot, but is expendable when needed)
The requirements are as follows:
1. It needs to be ready at a moments notice, i.e. if server1 goes down, server2 can be rebooted, the boot disk can be changed to something other than server1's pri and alt boot disks, server2 comes up and looks acts as server1 with nobody knowing the difference (except for apps who care about the arp table but that is not a big deal right now)
2. server2 can not go down to complete this altroot process.
3. The altroot process will happen on a weekly basis
I have been thinking about some nfs type of connection to complete this, but this is just theory right now.
Any ideas are welcome.
Thanks,
Craig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 12:44 PM
01-15-2002 12:44 PM
Re: Alternate Boot Disk
Your other choices are to get a hass rack, 12H, VA7100, VA7400, or EMC Symmetrix type of disks - something that can have multiple hosts physically attached to them.
When server A (the main one) dies, then boot the second one (server B) using the boot/root disk server A was using. It would be assumed that both servers are identical though!
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 12:46 PM
01-15-2002 12:46 PM
Re: Alternate Boot Disk
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 12:47 PM
01-15-2002 12:47 PM
Re: Alternate Boot Disk
We were doing a similar excersize in my past company where we used to import the root volume group from the EMC disks onto other systems. Both the disks will be in sync all the time on EMC. If server1 goes down, we split the mirrors and boot server2 through the mirror.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 12:48 PM
01-15-2002 12:48 PM
Re: Alternate Boot Disk
No hardware can be purchased
No ignite servers can be used (because of the location on the network, the two boxes are isolated)
See why I am looking for ideas.
Thanks,
Craig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 12:51 PM
01-15-2002 12:51 PM
Re: Alternate Boot Disk
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 12:52 PM
01-15-2002 12:52 PM
Re: Alternate Boot Disk
http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/rsync-2.5.1/
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 12:52 PM
01-15-2002 12:52 PM
Re: Alternate Boot Disk
Good luck.
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 01:05 PM
01-15-2002 01:05 PM
Re: Alternate Boot Disk
Interesting .. Seems like it's almost same like the old 'Switch Over Unix' software which was running on HP-UX 9.X and no more supported now. Just some few things from that point:
1) Use a common diskstation for both server1 and server2. The alternate root disk should remain in this diskstation. This diskstation should be accessible to server2 through an alternate cable. Also all applications should remain in the common diskstation.
2) The alternate boot disk should be like a mirror copy of the server1's root disk. This mirroring can be done on your convenience.
3) Now, if server1 goes down, restart the server2 and change the boot path to the alternate root disk, which remains in the diskstation. This will boot the server with all applications.
4) Here, the server2 normal jobs/applications will be kept pending during the down time of the server1.
5) Once everything is set back on server1, you can shutdown server2 and mirror back the root disk to the original one. This will be easy if you keep both mirror disks in the common diskstation.
However, I have tried this set up long ago and not sure whether this helps you. Using an HA software will be the best solution.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 01:20 PM
01-15-2002 01:20 PM
Re: Alternate Boot Disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 02:07 PM
01-15-2002 02:07 PM
Re: Alternate Boot Disk
Craig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 03:33 PM
01-15-2002 03:33 PM
Re: Alternate Boot Disk
The command I use, if you are interested is:
/opt/ignite/bin/make_tape_recovery -a /dev/rmt/0mn -I -v -x inc_entire=vg00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2002 08:07 AM
01-16-2002 08:07 AM
Re: Alternate Boot Disk
Blue skying so I don't know if this will work but you asked for ideas...
On server2, do the pvcreate -B, mkboot, lvcreates, etc that you would do for a boot disk. Basically, set up the disk without data.
Then to get the data there, I see 2 possibilities:
server1# dd if=/dev/vg00/lvol3 bs=64k | remsh server2 dd of=/dev/vg##/lvol3 bs=64k
-or-
server1# cd /
server1# find . -depth -xdev -print | cpio -oxcB | remsh
server2 (cd /new;cpio -idumB)
Again, it's an idea, not a tested method.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2002 08:38 AM
01-16-2002 08:38 AM
Re: Alternate Boot Disk
Craig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2002 08:40 AM
01-16-2002 08:40 AM
Re: Alternate Boot Disk
I didn't test the dd copy but I did try the cpio. It didn't work as I first posted.
It will copy a directory structure if changed like this:
server1# cd /dir
server1# find . -print | cpio -oxcB | remsh server2 "cd /dir;cpio -imdcB"
I created /dir on the destination system before running the command.
Darrell