Forum Discussion

Karim_Raslan's avatar
11 years ago

vxassist multiple volume of a same subdisk

Hi, I will need to migrate from one array to another array. but i have this dg that have multiple volume using the same subdisk. using this command (vxassist -g klcdsctcrsyb019g1_syb...
  • Gaurav_S's avatar
    11 years ago

    Hi,

    First you need to add the new disk into veritas diskgroup, currently you have only 1 disk in diskgroup & hence you run above mentioned command now, it will fail saying no such disk found.

    If emc1_01ba is the disk from new array, you can add in to existing dg using below command

    # vxdisksetup -i emc1_01ba    (assuming that new disk was not initialized in veritas)

    # vxdg -g klcdsctcrsyb019g1_sybasedg adddisk klcdsctcrsyb019g1_sybasedg02 = emc1_01ba

    With this command successful, once you run the vxprint command as you ran above, you should see 2 "dm" records in diskgroup i.e 2 disks in diskgroups.

    Now you can run the mirror command you mentioned in your post & it will succeed


    G