Operating System - HP-UX
1836625 Members
1778 Online
110102 Solutions
New Discussion

Re: Ignite and Mirrored Root Drive

 
SOLVED
Go to solution
John_44
Advisor

Ignite and Mirrored Root Drive

Hello Everyone,

Are there any special considerations when using ignite on a system that has a mirrored root drive? Any help or guidance would be appreciated. Many thanks in advance.

John
7 REPLIES 7
Mark van Hassel
Respected Contributor

Re: Ignite and Mirrored Root Drive

Hi John,

As far as I know there are no special considerations when creating the Ignite tape. However when restoring the tape, the logical volumes will not be mirrored ! You must do this 'manually afterwards'. Also, on systems with multiple SWAP areas I encountered that not all the areas were enabled after recovery/cloning.
The surest sign that life exists elsewhere in the universe is that none of it has tried to contact us
Eileen Millen
Trusted Contributor

Re: Ignite and Mirrored Root Drive

Ignite won't recreate the mirroring, but
you can add the commands to a post recovery configuration file. I think you have to run the make_recovery in preview mode to setup the config file.
James R. Ferguson
Acclaimed Contributor

Re: Ignite and Mirrored Root Drive

Hi John:

If by your question you mean, do you have to do anything special if you have mirrored logical volumes and are making a recovery tape, then "NO" there is nothing special to do or to worry about when you MAKE the recovery tape ('make_tape_recovery'). HOWEVER, if you use the tape to recover/re-install your system, then you WILL need to remirror your logical volumes.

Regards!

...JRF...
Deshpande Prashant
Honored Contributor
Solution

Re: Ignite and Mirrored Root Drive

HI
The make recovery tape will not include the mirror information by default.
If you want the mirror information to be included in tape, first create make_recovery in preview mode and then add the mirror information in /var/opt/ignite/recovery/config.recover file then continue make_recovery.

The advantage of adding mirror information while creating boot tape is that, in case of crash this tape will re-create mirrors for you, but depending upon the data it may take longer to create mirror and that means more down time for system.
I prefer to create the make recovery tape with out mirror information. In case of recovery once machine is made up from tape, mirrors can be established.
Thanks.
Prashant Deshpande.

Take it as it comes.
Deshpande Prashant
Honored Contributor

Re: Ignite and Mirrored Root Drive

You may also want to take a look at
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=3eb2278a0d65823d96/screen=ckiSearchResults?mode=id&searchString=KBAN00000082

Document ID = KBAN00000082.

Prashant.
Take it as it comes.
Magdi KAMAL
Respected Contributor

Re: Ignite and Mirrored Root Drive

Hi John,

You do not need to care about weather vg00 is mirrored or not in order to generate an Ignite-Tape.

If you restaure from Ignite-Tape, you need to apply the mirrored again manually with the command :

lvextend -m 1 -A n /dev/vg00/lvol9 /dev/dsk/c#t#d#

where /dev/dsk/c#t#d# is the mirrored disk.


Magdi
Michael Duthie
Trusted Contributor

Re: Ignite and Mirrored Root Drive

When restoring from the tape, Ignite will add a 2nd disk to the root vg for mirroring but it does not pvcreate it with the "-B" option. Your 2 options are 1,remove it prior to the restore by selection an interactive restore and using the add/remove disks tab or 2, after the restore remove the disk from the vg with vgreduce. Then follow the usual root mirroring procedure.