Operating System - HP-UX
1836987 Members
2120 Online
110111 Solutions
New Discussion

Add Disk to Current Mirrored Volume

 
SOLVED
Go to solution
Zean Wilmot
Occasional Advisor

Add Disk to Current Mirrored Volume

Hi

I am after some advise on how to add a new disk to current mirrored group < VG03 > .

This at present is mirrored across c5t8d0 & c7t8d0.

Can anyone advise me on how to create the new disk and add to current mirror

Thanks Zean
4 REPLIES 4
KapilRaj
Honored Contributor
Solution

Re: Add Disk to Current Mirrored Volume

pvcreate /dev/rdsk/cXtXdX
vgextend vgXX /dev/dsk/cXtXdX

U can mirror logical volumes now ! Note that u have only a single disk and if u mirror it on the same disk ... it does'nt give u redendancy during a drive failure !.

May be we can help you if you come back with disk sizes !

Kaps
Nothing is impossible
Zean Wilmot
Occasional Advisor

Re: Add Disk to Current Mirrored Volume

Hi

Thanks for this so all i need to do after this is issue lvextend -m2

Thanks
Zean
Robert-Jan Goossens
Honored Contributor

Re: Add Disk to Current Mirrored Volume

Yes,

# lvextend -m2 /dev/vg03/lvolx /dev/dsk/cxtxdx

Regards,
Robert-Jan
Zean Wilmot
Occasional Advisor

Re: Add Disk to Current Mirrored Volume

Great

Thanks
Zean