- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX 9.1, 9000/400 and alternate boot disks.....
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
Discussions
Discussions
Discussions
Forums
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
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-16-2002 08:39 AM
тАО01-16-2002 08:39 AM
HP-UX 9.1, 9000/400 and alternate boot disks.....
The systems are test stations and ideally shouldn't be down for any longer than they need to. We've narrowed the solutions down to:
1) swap box - pre-setup machine to be swapped in as needed.
2) spare disk- an alternate boot disk ( 1H is the main boot disk, 2H would be the alternate). 2H should be identical ( or as identical as possible given the majority of application data is stored on the network ), so that if the machine's disk dies, the operator reboots, interrupts the sequence, chooses 2H as the boot device and is back up and running.
We're leaning towards 2, and using an external drive. Trouble is, how can I get an EXACT duplicate of the Main boot drive? Even in Single user state, there are open files to contend with, etc.
The ultimate solution I guess is to boot off a third drive, and copy the Main boot to the alternate boot using something like dd or cpio. There's still a make boot issue too to throw in there.
ANY ideas are much appreciated. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2002 08:50 AM
тАО01-16-2002 08:50 AM
Re: HP-UX 9.1, 9000/400 and alternate boot disks.....
You would need to experiment with the setting of blocksize to determine what would be fastest for your environment.
In the end, you should end up with a duplicate disk, and only need to change some values (like hostname, ip address, etc...) before placing a new machine with a duplicate drive on the network
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2002 09:23 AM
тАО01-16-2002 09:23 AM
Re: HP-UX 9.1, 9000/400 and alternate boot disks.....
Question.. will DD pick up the boot stuff so as to make the alternate boot disk ready to go in terms of being immediate bootable? or Will I have to do some tricks re: mkboot and all that?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2002 11:08 AM
тАО01-16-2002 11:08 AM
Re: HP-UX 9.1, 9000/400 and alternate boot disks.....
Also, I dont see an issue with making your copy from the live boot disk onto a 2nd disk. At least as long as there is no other activity happening on the system at the time. Even though files may be "open", that is, referenced in memory, it's unlikely that their contents are going to change in any way. Especially if those open files are binaries. About the only files I could see being updated on an inactive system would be a few log files...maybe....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2002 11:23 AM
тАО01-16-2002 11:23 AM
Re: HP-UX 9.1, 9000/400 and alternate boot disks.....
Thanks for the help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-17-2002 07:15 AM
тАО01-17-2002 07:15 AM
Re: HP-UX 9.1, 9000/400 and alternate boot disks.....
internal drive C2235A (400M)
external drive C2490A_300 (2G)
single user mode
only the internal disk mounted
dd if=/dev/rdsk/cEd6s0 of=/dev/rdsk/cEd4s0 bs=1024
I didn't time it ( started it and left for the day )
the dd was complete this AM, and I rebooted, interrupted the boot, and had 1H (C2235) and 2H (C2490A_300) as bootable devices. Chose 2H and came up nicely.
Had a couple of issues:
1. on boot, the kernal complained of not enough swap available--that I needed to increase MAXSWAPCHUNKS by 328 in order for it to be happy
2. bdf and mount showed my boot device as /dev/root. A quick edit to the 2H /etc/checklist file fixed that issue
3. bdf shows the disk size identical to the internal one--same available, total etc. I think that may be the boot sector info, or some other file/setting.. ideas there?
Otherwise, it's up and working, and appears to be a good copy--full services, etc.. It's looking GREAT!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2003 01:10 AM
тАО10-23-2003 01:10 AM