Search This Blog

Sunday, April 6, 2014

Mirroring the existing volume

Mirroring the existing volume

id17ux5dev# vxassist -g testdg make testvol 100m
id17ux5dev# vxprint testvol
Disk group: testdg

TY NAME         ASSOC        KSTATE   LENGTH   PLOFFS   STATE    TUTIL0  PUTIL0
v  testvol      fsgen        ENABLED  204800   -        ACTIVE   -       -
pl testvol-01   testvol      ENABLED  204800   -        ACTIVE   -       -
sd disk01-01    testvol-01   ENABLED  204800   0        -        -       -

id17ux5dev# vxassist -g testdg mirror testvol
id17ux5dev# vxprint testvol
Disk group: testdg

TY NAME         ASSOC        KSTATE   LENGTH   PLOFFS   STATE    TUTIL0  PUTIL0
v  testvol      fsgen        ENABLED  204800   -        ACTIVE   -       -
pl testvol-01   testvol      ENABLED  204800   -        ACTIVE   -       -
sd disk01-01    testvol-01   ENABLED  204800   0        -        -       -
pl testvol-02   testvol      ENABLED  204800   -        ACTIVE   -       -

sd disk02-01    testvol-02   ENABLED  204800   0        -        -       -

No comments:

Post a Comment