- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX 11.00 Mirror boot disk for new Server
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
02-25-2008 09:59 AM
02-25-2008 09:59 AM
I have to build a new rp5470 (PA-RISC) that needs to be identical to an existing rp5470 running HP-UX 11.00. For various business related reasons Ignite-UX is out of the question.
We have decided that the best method then is to take the OS down, pull out one of the existing mirrored disks, put a new disk in it's place, and create a new mirror on that for use in the new box. I have done this before, but only on newer boxes with a newer OS.
Any help on an exact procedure on how to do this would be greatly appreciated. 10 pts to anyone that can help. Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2008 10:10 AM
02-25-2008 10:10 AM
SolutionIf all cards, and all things are in the same place as the main server - just use "dd" and make a copy of that disk on tape.
$> dd if=/dev/rdsk/xxxxx of=/dev/rmt/0m bs=32k
do a tape for both the main and the mirror disk.
Then, take one of the drives and put in the scsi chain, and dd back to it. You can use any server which yields relatively easy access to the scsi chain.
$> dd if=/dev/rmt/0m of=/dev/rdsk/xxxxxx bs=32k
repeat for other disk.
Remembering which is the primary and which is the alternate, put them in the other server and boot up.
You can use most any Unix computer for this, even a PC box running Linux.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2008 11:03 AM
02-25-2008 11:03 AM
Re: HP-UX 11.00 Mirror boot disk for new Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2008 11:31 AM
02-25-2008 11:31 AM
Re: HP-UX 11.00 Mirror boot disk for new Server
Submitted Date: 1/8/01
Title: How to create a Mirrored Boot Disk on PA-RISC Systems - Cookbook
Document ID: LVMKBRC00005103
Last Modified Date: 9/2/05
Thanks for the help out there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2008 11:36 AM
02-25-2008 11:36 AM