Operating System - HP-UX
1825771 Members
2047 Online
109687 Solutions
New Discussion

Replace root disk with larger disk with RAID 1 configuration and restore from ignite backup tape

 
SOLVED
Go to solution
taics
Advisor

Replace root disk with larger disk with RAID 1 configuration and restore from ignite backup tape

Good Morning,

I have a rx2620 server with only 1 x 73GB root internal HDD and I need to add on the following parts on it.

I need to ****

1) Replace the only internal 73GB root HDD with 300GB HDD. Then restore all to the 300GB HDD. Add on second 300GB HDD

2) Both 300GB HDDs are mirror ( Raid 1 )

May I know that do I do it correcly with the following steps ?

1. Install the new DAT160 tape drive & Smart Array 6402.
2. Perform a make_recovery back up.
3. shutdown the system and replace the 73GB HDD with 300GB HDD and add second 300GB HDD. 4. Power on the system and perform RAID 1 configuration.
5. restore from make_recovery tape.

Part#: Q1574A
Desc: HP DAT160 Ext SCSI Tape Drive
Qty: 1

Part#: AD261AR
Desc: HP intgr 300GB 15K U320 SCSI Rmkt Disk
Qty: 2

Part#: A9890A
Desc: PCI-X 2-channel Smart Array 6402
Ultra320
Qty: 1

Thanks and have a nice day!!!

Best Regards
taics





6 REPLIES 6
Torsten.
Acclaimed Contributor
Solution

Re: Replace root disk with larger disk with RAID 1 configuration and restore from ignite backup tape

Sounds good.

Make sure you use

# make_tape_recovery ...

To restore, you need to boot from install media first (2-step-recovery).

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
melvyn burnard
Honored Contributor

Re: Replace root disk with larger disk with RAID 1 configuration and restore from ignite backup tape

Well you can do this, if you wish to spend the money on ythe new controller, but there is another way of doing this, assuming you have MirrorDisk sogftware.

With an rx2620 server, you are running either HP-UX 11iv2 or 11iv3.
Why not use DRD to accomplish this?
Insert the new 300GB disc while still using the current disk.
Use drd clone to clone the exisiting disc to the new one
Activate the clone and test it boots ok
If it does, remove the origional small disc, insert the second 300GB disc, an dthen perform the standard mirroring steps for an Integrity server.

My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Torsten.
Acclaimed Contributor

Re: Replace root disk with larger disk with RAID 1 configuration and restore from ignite backup tape

If you want to do this, you need to combine both procedures to bring the smartarray into play.

Since the array disks should be in the lower 2 slots, you first need to place the current boot disk in the upper slot and adjust your system to accept this.

Now you can install and configure the smartarray, then continue with DRD.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
taics
Advisor

Re: Replace root disk with larger disk with RAID 1 configuration and restore from ignite backup tape

Hi melvyn burnard,

I do not have the MirrorDisk/Software.

1. But May I know DRD means using dd if=/dev/rdsk/cXtYdZ of=/dev/rdsk/cAtBdC bs=1024k ? And then just perform the normal mirroring steps ?

Hi Torsten,

1. Do you know any document for configuring smart array 6402 with RAID 1 ?

2. Do you know any document for booting Make_recovery tape from EFI shell ? where to find the TAPE DRIVE device path and boot from it ?

Thanks and have a nice day!!!

Best Regards
Taics



Torsten.
Acclaimed Contributor

Re: Replace root disk with larger disk with RAID 1 configuration and restore from ignite backup tape

DRD is dynamic root disk.

http://www.hp.com/go/drd


Regarding the sa6400:

just press ESC followed by 8 when the system asks for prssing F8. Config is easy and guided.


Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Armin Kunaschik
Esteemed Contributor

Re: Replace root disk with larger disk with RAID 1 configuration and restore from ignite backup tape

Another simple way is to use vgmodify (in case you have Mirror/UX).
1. Add 1 300GB disk (pvcreate -b)
2. vgextend vg00
3. mirror all lvols
4. vgreduce vg00
5. replace 73GB disk with second 300GB disk
6. vgextend vg00
7. again mirror all lvols

Follow the known procedure for mirroring boot disks.
Now boot once into maintenance boot with "vmunix -lm" and change max_pe with vgmodify. It may be necessary to free up the first extent of the disk. This might be a little tricky with 11.23, but works fine with extended pvmove features in 11.31. vgmodify has a preview feature, so you can try out what will be done before actually doing it... In the end, check, that all boot volumes are still configured (with lvlnboot) and eventually restore the boot lv. Prepare the possibility to boot from DVD or remote lan, in case something goes wrong here. If you mess up thing completely, you can continue to restore your Ignite-Backup to the new disks.

This is the method with the least necessary downtime, but you need to know what you're doing...

My 2 cents,
Armin
And now for something completely different...