1827207 Members
2426 Online
109716 Solutions
New Discussion

Re: Disk Image

 
SOLVED
Go to solution
irbaboon
Advisor

Disk Image

Hi folks,

A Happy New Year for all.


Well, let's go on....

I have an E class (E35) with HP-UX 10.20.
How to move the system (HP-UX) for another disk.

Thanks for now.
9 REPLIES 9
G. Vrijhoeven
Honored Contributor

Re: Disk Image

Hi,

If you have the license you can use mirrorux.
Add the second disk in the volume group( do not forget to make the disk bootable).
Mirror the lvols and reduce the first disk.

If you do not have mirrorux and you have a tape drive. You can install ignite ux and create an ignite image ( make_recovery) and restore it on the second disk.

Gideon
John Carr_2
Honored Contributor

Re: Disk Image

Hi

im not sure exactly what you wish to do but if you wish to make an image and replace the disk and recover you can use ignite s/w command make_tape_recovery

perhaps you could explain a little more what you wish to achieve :-) John.
John Carr_2
Honored Contributor

Re: Disk Image

and here is the link for the gnite s/w i forgot to post

http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=IGNITEUX

:-) John.
irbaboon
Advisor

Re: Disk Image

People, i'm using raw disks, I need to migrate my HP-UX for another HD.

I'll to switch my boot HD (2.GB) for other (4.GB)

Thanks
G. Vrijhoeven
Honored Contributor

Re: Disk Image

Hi,

You can restore it with ignite, but you need to alter the vgconfig. If you boot go for the advanced installation. go to the LVM tab and select advanced. Now you can half the number of pv per vg. Now you can restore the tape.

Gideon
irbaboon
Advisor

Re: Disk Image

Hi Gideon,

I'm not using LVM.....

How to do??
G. Vrijhoeven
Honored Contributor

Re: Disk Image

Hi,

I am not sure since i never did anything like this without LVM but you can try a dd.

dd if=/dev/rdsk/<2GBdisk> of=/dev/rdsk/<4gbdisk> bs=1024k

Again i am not sure if this works, but you can give it a risk free shot as long as you do not mix up the disks.

Gideon

irbaboon
Advisor

Re: Disk Image

Hi Gideon....


the dd command doesn't works....the system don't boot with newer HD.


Thanks
John Carr_2
Honored Contributor
Solution

Re: Disk Image

Hi

I dont think it matters how or what your boot disk is configured with if it has hpux on it and ignite simply run make_tape_recovery -A
shut the system down /etc/shutdown -hy now
replace the disk with the new larger one
boot the system and interrupt by pressing keyboard in 1st ten seconds
type SEA for list of boot devices
select tape drive by left column number P0 or P2..
type BO P2

this will boot the system from teh tape and restore your system to the new disk

:-) John.