Operating System - HP-UX
1826055 Members
4429 Online
109690 Solutions
New Discussion

Re: How to create Simultaneous replication of data (up to three copies)

 
Viswanadhan
Regular Advisor

How to create Simultaneous replication of data (up to three copies)

Hi Admin,

Im using Mirrordisk/UX on HP-UX Server B.11.00 E 9000/887 486398211 8-user license

I would like to know how to create Simultaneous replication of data (up to three copies) or check the infomation of Simultaneous replication of data (up to three copies).

Any specific command ?

Regards,
Viswa.
6 REPLIES 6
Nair1980
Frequent Advisor

Re: How to create Simultaneous replication of data (up to three copies)

Hi

You can use lvextend command to create multiple copy .

Eg -:

#lvextend â m 1 â ¦.for firs copy
#lvextend â m2 ..for second copy

Nair
Nair1980
Frequent Advisor

Re: How to create Simultaneous replication of data (up to three copies)

i mean

lvextend -m 1
lvextend -m 2
Viswanadhan
Regular Advisor

Re: How to create Simultaneous replication of data (up to three copies)

Hi Nair,

How to see exiting mirror copies information ?

Regards,
Viswa.
Viswanadhan
Regular Advisor

Re: How to create Simultaneous replication of data (up to three copies)

Hi Nair,

How to see exiting mirror copies information i mean which logical volume is is having mirror information, etc..

Regards,
Viswa.
Viswanadhan
Regular Advisor

Re: How to create Simultaneous replication of data (up to three copies)

Hi Nair,

I hope like this.

lvdisplay -v /dev/vg*/lv*
--- Logical volumes ---
LV Name /dev/vg00/lvol1
VG Name /dev/vg00
LV Permission read/write
LV Status available/syncd
Mirror copies 1


Regards,
Viswa.
Viswanadhan
Regular Advisor

Re: How to create Simultaneous replication of data (up to three copies)

Na