- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX Mirroring Disk (Clone a HDD into another HDD...
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
тАО03-28-2007 04:17 PM
тАО03-28-2007 04:17 PM
I am new to HP-UX. I have B2600 machine which is running a very critical application. I would like to mirror it on other additional disk. Luckily, in the machine, there are 2 SCSI ports inside. All info i could find regarding mirroring was related to only using HP Software MirrorDisk/UX.
I have the Paul Randall steps in my bag. However, if I weren't wrong, unfortunately it should be used with MirrorUX since using -m switch.
Can anyone help me with the other way to do the HPUX disk cloning? Perhaps by using "DD command" step-by-step (I am not really understand what DD is using for) or creating an image in advance,save it into DVD, then extract it into the new HDD like we did GHOST image for Windows.
Appreciate much for any helps.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-28-2007 04:38 PM
тАО03-28-2007 04:38 PM
SolutionLet's suppose that your boot disk is /dev/rdsk/c0t6d0 and that your lifeboat disk is /dev/rdsk/c1t5d0.
dd if=/dev/rdsk/c0t6d0 bs=256k of=/dev/rdsk/c1t5d0
This will create a lifeboat. If you ever have to use the lifeboat, you remove the boot disk and insert the lifeboat disk in its place and possibly set jumpers to match the scsi id of the original boot disk. In any event, the lifeboat must now match the original address and hardware path so that it is /dev/dsk/c0t6d0 (or whatever the original boot device was). Ideally you create the lifeboat during a quiescent period. When the lifeboat is actually used, automatic fsck's are done on the filesystems.
Man dd for details.
I do this task on all of my boxes each weekend -- in addition to mirroring and making Ignite images. You should really think of lifeboats as a supplement to rather than a replacement for mirroring because lifeboats protect you from two things that mirrors do not: 1) Really, really bad patches 2) your own stupidity (rm -r *).
- Tags:
- Mirror Disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-28-2007 05:56 PM
тАО03-28-2007 05:56 PM
Re: HP-UX Mirroring Disk (Clone a HDD into another HDD)
Base on your explaination, the best solution (for me) would be proceeding to the DD "lifeboat" option. I will test this within 15 minutes and see how.
Is there any command to finish the creating the "lifeboat" process?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-28-2007 08:33 PM
тАО03-28-2007 08:33 PM
Re: HP-UX Mirroring Disk (Clone a HDD into another HDD)
I did the process well. The result of the process is as below:
I/O Error.
34714+0 records in.
34713+1 records out.
After take out the original disk and replace with the mirrorred disk. The system work like a charm.
Many thanks for the ideas.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-28-2007 08:35 PM
тАО03-28-2007 08:35 PM
Re: HP-UX Mirroring Disk (Clone a HDD into another HDD)
I did the process well. The result of the process is as below:
I/O Error.
34714+0 records in.
34713+1 records out.
After take out the original disk 36Gb (HP) and replace with the mirrorred disk 9Gb (Compaq). The new disk system works like a charm.
Many thanks for the ideas.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-28-2007 08:46 PM
тАО03-28-2007 08:46 PM