Operating System - HP-UX
1834532 Members
3259 Online
110069 Solutions
New Discussion

Could make_recovery tape work on another system?

 
SOLVED
Go to solution
Ryan Gu
Frequent Advisor

Could make_recovery tape work on another system?

I have a RP4440 which has two 73GB HDDs. I want to replace 73GB HDD with 146GB HDD. But we don't want to reinstall the applications.

So, we want to do follow these steps:
1. make a make_recovery tape.
2. after replaced internal HDDs, recovery system by make_recovery tape.

OLD.vg00 2x 73GB HDD
NEW.vg00 2x 146GB HDD

Does it work well?
Ryan Gu
8 REPLIES 8
Adisuria Wangsadinata_1
Honored Contributor
Solution

Re: Could make_recovery tape work on another system?

Hi,

Yup, you can follow the steps above :

1. make a make_tape_recovery
2. shutdown the system
3. replace 2x73GB with 2x146GB
4. boot the system from Ignite/UX tape that has been created on steps #1
5. do the necessary change, especially the boot disk

Hope this information can help you.

Cheers,
AW
now working, next not working ... that's unix
Robert-Jan Goossens
Honored Contributor

Re: Could make_recovery tape work on another system?

Hi Jason,

Yes absolutly, this is one of the reasons ignite is designed.

If you restore your VG00 from tape, choose the advanced settings and you can create larger filesystems for your VG00 volume group.

Don't forget to create a very good backup of the rest of your volume groups.

Regards,
Robert-Jan
Adisuria Wangsadinata_1
Honored Contributor

Re: Could make_recovery tape work on another system?

Hi,

Dont forget to assign the appropriate number of extents (Max PE) to accomodate your larger drive.

Check the thread below :

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=856030

Check also the document (docID : KBRC00009564) about 'Replace disk in vg00 with a larger disk using make_tape_recovery' at this url below :

http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000080031449

Hope this info can help you.

Cheers,
AW
now working, next not working ... that's unix
Morcos
Super Advisor

Re: Could make_recovery tape work on another system?

Hi,
you can do it by using make_tape_recovery -A,then replace the disks and boot from tape; if you want to enlarge file systems you can by choosing the advanced option.

Regards,
Ziad
Raj D.
Honored Contributor

Re: Could make_recovery tape work on another system?

Hi Jason,

You can proceed as follows:

1. Create make_tape_recovery
# /opt/ignite/bin/make_tape_recovery -v -I -x inc_entire=vg00 -a /dev/rmt/0mn

[ Assuming /dev/rmt/0mn you tape device ]


2. Confirm make_tape_recovery completed successfully.

# cat /var/opt/ignite/recovery/latest/recovery.log | grep -i successful

3.
# take backup information of all system configurations. You can run print_manifest or cfg2html or nickel

4.
Also take one tar backup of vg00, being safer side.

5. Backup your other vgs other than vg00.

6.
# shudown -h -y 0

7. Replace the 73GB disks with 146 GB disk.

8. Boot from the Ignite tape.

9. Once recovery done, check and restore the other vgs.

Hope this will help.


Cheers,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
Raj D.
Honored Contributor

Re: Could make_recovery tape work on another system?

Jason,

Here is two goodtool , to keep your systems existing config informations:

1. Nickel Script:

http://unixguide.net/scripts/nickel108

2. cfg2html

http://come.to/cfg2html


Both are excellent, generates html file , you can ftp to local windows system and can be viewed, as html format.



Enjoy..
Cheers,
Raj.



" If u think u can , If u think u cannot , - You are always Right . "
Ryan Gu
Frequent Advisor

Re: Could make_recovery tape work on another system?

Thank you for all your reply.

I will do some test next week, and I will post the result.
Ryan Gu
Ryan Gu
Frequent Advisor

Re: Could make_recovery tape work on another system?

I have done it.
The steps I done is blow.
1. do two copies make_recovery tape.
2. shutdown the server.
3. replace the disk from 73GB to 146GB.
4. restart server.
5. boot from tape
my tapes seems cannot bootable, so I boot from CD, and recover from tape.
6. recreate the vg00 mirror.
7. check everything.

other vg, vgdate, had been imported auto.
Ryan Gu