1833873 Members
3116 Online
110063 Solutions
New Discussion

Replacing boot disks

 
SOLVED
Go to solution
Yvonne Butler
Regular Advisor

Replacing boot disks

I need to replace the boot disks of an N-class server from 36GB disks to 72GB disks. The process I was going to use to achieve boot disk replacement was this:

1. Take full vg00 ignite backup
2. Shutdown server, remove both old disks, insert both new bigger disks
3. Recover vg00 ignite backup
4. Setup alternate boot disk to with LIF and mirror to primary boot disk

Is there anything else that's needed in this process to achieve the same vg00 setup on the new bigger disks?
6 REPLIES 6
Steven E. Protter
Exalted Contributor
Solution

Re: Replacing boot disks

Shalom

Steps 1-3 are fine.

You can manually intervene in the Ignite process and set up vg00 to utilize increased space if you wish.

Then do step 4.

Ignite make_tape_recovery will back up and restore mirror boot disk configuration as well.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Vishu
Trusted Contributor

Re: Replacing boot disks

Appreciated....
do exactly what you wrote...but like Steve said, intervene during recovery process to utilize your full disk space.

Rgds
Vishu
Tim Nelson
Honored Contributor

Re: Replacing boot disks

If you do not need to change the sizes of any vg00 vols you can replace the disk on the fly.

reduce the mirror, replace the disk with bigger disk, re-add the bigger disk to vg00, follow the root vol mirroring procedure.

When done repeat the process for the other disk.

Yvonne Butler
Regular Advisor

Re: Replacing boot disks

Tim,

Really? I didn't think this process you mention would allow me to fully utilise the bigger disk. I was always under the impression that a volume group has to be created with the biggest disk first, if you therefore add a larger disk later on it will only recognise the initial disk size, the rest will be ignored. Or am I wrong?
kuldeep saroha
Frequent Advisor

Re: Replacing boot disks

You can utilize the full space of hard disk by using the Tim suggested procedure. but you can not increase the size of root volume abd stand volume but you can increase the size of remaining volumes after mirroring it with 73 GB HDD.
Sachin Rajput
Advisor

Re: Replacing boot disks

Kuldeep is absolutely right.
You may not be able to change the size of the stand and root logical volumes because they need the contiguous free PEs due to contiguous allocaction policy.

BUt as you do not need to extend the size of the lvols of vg00 . you can simply go form mirroring and replacing the smaller disk with the large one.


Sachin Rajput
================