Operating System - HP-UX
1834379 Members
2263 Online
110066 Solutions
New Discussion

Mirrored boot disk replacement

 
David Gullage
Occasional Contributor

Mirrored boot disk replacement

I'm looking for up to date documentation regarding the replacement procedures for a mirrored boot disk on hpux 11.i.
5 REPLIES 5
Pete Randall
Outstanding Contributor

Re: Mirrored boot disk replacement

David,

The best source I know of is HP's "Software Recovery Handbook":
http://www2.itrc.hp.com/service/iv/enterService.do?NODEID=English_SHW%3A%3ADE_SW_UX_swrec_EN_01_E%2FQ1&ANSWER=HP-UX+Software+Recovery+Handbook&FROMID=English_SHW&admit=-1335382922+1075144000307+28353475
-or-
http://www2.itrc.hp.com/service/iv/node.do?node=prodITRC%2FWW_Start%2FN1%7C16

You'll want to check out Chapter 16 on LVM. There's a whole section on disk recovery, including mirrored boot disk replacement.


Pete

Pete
Helen French
Honored Contributor

Re: Mirrored boot disk replacement

David Gullage
Occasional Contributor

Re: Mirrored boot disk replacement

I'm having difficulty getting to the link Pete provided. Is there another way to obtain the Software Recovery Guide???
Hoefnix
Honored Contributor

Re: Mirrored boot disk replacement

Pete Randall
Outstanding Contributor

Re: Mirrored boot disk replacement

David,

I was afraid of that - you need a support contract linked to your handle in order to access the TKB. Here's the nutshell version:

Replace the disk

Check with ioscan that you can see it

Restore the lvm configuration with "vgcfgrestore -n VG /dev/rdsk/cXtXdX

Activate with "vgchange -a y vg00

Configure the LIF/BDRA:
. mkboot -l /dev/rdsk/cXtXdX
. mkboot -a 'hpux -lq' /dev/rdsk/cXtXdX
. install the ODE files if desired

Sync using "vgsync vg00 &"


Pete

Pete