Operating System - HP-UX
1827113 Members
3185 Online
109714 Solutions
New Discussion

software & tools required to recover the faild hard disk

 
KAT_5
Advisor

software & tools required to recover the faild hard disk

I want to orgnize the recovery procedure if a failed disk. I have HP-UX 11 installed in rp5400 system.
What software require to be installed ned to use the recovery in case any disk failiure ( boot or non Boot )?
What commands r useful to find disk failiure & recover the volumes set.

Any suggestion welcomed
5 REPLIES 5
Victor Fridyev
Honored Contributor

Re: software & tools required to recover the faild hard disk

Hi,

I'm not sure that it's possible to repair a disk after PHYSICAL failure.
If you don't see the failed disk with ioscan or diskinfo doesn't provide a normal information or the following command:
dd if=/dev/rdsk/XXXX of=/dev/null bs=32768k
gives a lot of errors, the disk should be replaced by a new one.
Regards
Entities are not to be multiplied beyond necessity - RTFM
KAT_5
Advisor

Re: software & tools required to recover the faild hard disk

Hi Victor,

thanks for suggestion. What software/commands, we must have on the system required to trouble shoot and recover the system . like as i know following required

Diag tool online & offline.
data full back up.
copy of get_config
Ioscan -fn output hard copy
output of /etc/fstab
output of strings /etc/lvmtab

as other software suggestion

melvyn burnard
Honored Contributor

Re: software & tools required to recover the faild hard disk

get the free Ignite/UX software installed, and create a make_recovery_tape archive.
This provides a bootable copy of the system on tape that allows for fast and easy recovery.
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Leif Halvarsson_2
Honored Contributor

Re: software & tools required to recover the faild hard disk

Hi,
make_tape_recovery (Ignite) is a good tool for system backup (volumegroup vg00). Even better is to configure an Ignite server (make_net_recovery).

For other volume groups you can use fbackup or better, Data Protector.
Tony Drake_2
Frequent Advisor

Re: software & tools required to recover the faild hard disk

Ignite make net recovery is really the way to go. It requires you have an ignite server to store the images, but it allows a restoration of the OS pretty easily and quickly over the network.

As far as boot disks (or even non-boot) mirror disk is the tool to use. As long as you don't lose both mirrors, you can always recover.