Operating System - HP-UX
1752315 Members
5632 Online
108786 Solutions
New Discussion юеВ

Re: How to clone a HPUX OS by DRD method

 
senthil_kumar_1
Super Advisor

How to clone a HPUX OS by DRD method

Hi All,

 

I heard that we can clone a HPUX OS using DRD method....

 

Could any one please tell me the steps / share the docs...

4 REPLIES 4
Kris_Knigga
Trusted Contributor

Re: How to clone a HPUX OS by DRD method

Torsten.
Acclaimed Contributor

Re: How to clone a HPUX OS by DRD method

First you need an empty disk or LUN (for example c2t0d0), then you basically do

# drd clone -t /dev/dsk/c2t0d0

Now you can for example patch the inactive clone or activate (boot) it by doing a clone activation.

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!   
Ismail Azad
Esteemed Contributor

Re: How to clone a HPUX OS by DRD method

Hi,

 

Adding to Torsten, you can also create a mirror for the clone with the -x mirror_disk option. This will crete a mirror of the clone. It is an important point to remember that DRD which stands for dynamic root disk is a cloning mechanism that is confined to the root volume group. So basically, this can be done only on the root volume group i.e vg00. The mechanism is present for minimizing downtime for planned and unplanned events.

 

Regards

Ismail Azad

Read, read and read... Then read again until you read "between the lines".....
Nighwish
Frequent Advisor

Re: How to clone a HPUX OS by DRD method

Hi ...

 

 

You also can consider using Make_tape_recovery and disk mirror.

 

 

Regards.