cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to mirror a volume

lafo
Level 4

Hi

We are trying to mirror a volume without success.

Got this error :VxVM vxassist ERROR V-5-1-1080 Unexpected inconsistency in configuration

After some searching on the net we found that the problem could  be this (in BOLD)

vxprint -g sybase15_mlc15_dg -m |grep da_name
        da_name=emc_clariion1_38
        last_da_name=emc_clariion1_38
        da_name=emc_clariion1_39
        last_da_name=emc_clariion1_39
        da_name=emc_clariion0_56
        last_da_name=emc_clariion0_56
        da_name=emc_clariion1_91
        last_da_name=emc_clariion1_91

        da_name=emc_clariion2_20
        last_da_name=emc_clariion2_20
        da_name=emc_clariion3_40
        last_da_name=emc_clariion3_40
        da_name=emc_clariion1_38
        da_name=emc_clariion1_39
        da_name=emc_clariion0_56
        da_name=emc_clariion2_20
        da_name=emc_clariion3_40
 

This disk does not exists in 'vxdisk list'

How do we delete this disk-entry ? (emc_clariion1_91)

vxdisk list
DEVICE       TYPE            DISK         GROUP        STATUS
disk_0       auto:sliced     rootdg02     rootdg       online
disk_1       auto:sliced     rootdg01     rootdg       online
emc_clariion0_25 auto:cdsdisk    sybase_mxg_data01_cx4a  sybase_mxg_dg online
emc_clariion0_26 auto:cdsdisk    sybase_mxg_log01_cx4a  sybase_mxg_dg online
emc_clariion0_28 auto:cdsdisk    mxg_sybdump02_cx4a  sybase_mxg_dg online
emc_clariion0_31 auto:cdsdisk    mxg_sybdump01_cx4a  sybase_mxg_dg online
emc_clariion0_56 auto:cdsdisk    sybase15_mlc15_dg05  sybase15_mlc15_dg online
emc_clariion1_18_1 auto:cdsdisk    sybase_mxg_log01_cx4b  sybase_mxg_dg online
emc_clariion1_21 auto:cdsdisk    sybase_mxg_data01_cx4b  sybase_mxg_dg online
emc_clariion1_30 auto:cdsdisk    mxg_sybdump02_cx4b  sybase_mxg_dg online
emc_clariion1_35 auto:cdsdisk    mxg_sybdump01_cx4b  sybase_mxg_dg online
emc_clariion1_38 auto:cdsdisk    sybase15_mlc15_dg02  sybase15_mlc15_dg online
emc_clariion1_39 auto:cdsdisk    sybase15_mlc15_dg03  sybase15_mlc15_dg online
emc_clariion2_15 auto:cdsdisk    -            -            online
emc_clariion2_16 auto:cdsdisk    -            -            online
emc_clariion2_19 auto:cdsdisk    -            -            online
emc_clariion2_20 auto:cdsdisk    sybase15_mlc15_dg08  sybase15_mlc15_dg online
emc_clariion3_32 auto:cdsdisk    -            -            online
emc_clariion3_33 auto:cdsdisk    -            -            online
emc_clariion3_40 auto:cdsdisk    sybase15_mlc15_dg09  sybase15_mlc15_dg online

Thanks

Lasse Forslund

1 ACCEPTED SOLUTION

Accepted Solutions

lafo
Level 4

Hi

Thanks for all help.

We solved th problem with vxconfigd -k

vxdg -g <diskgroup> rmdisk <DM_name> gave us this error:

VxVM vxdg ERROR V-5-1-555 Disk emc_clariion1_91 not found in configuration

//Lasse

View solution in original post

5 REPLIES 5

Marianne
Moderator
Moderator
Partner    VIP    Accredited Certified

Which SF version?

Which OS?

 See if this TN helps: http://www.symantec.com/docs/TECH57018

 

 

Gaurav_S
Moderator
Moderator
   VIP    Certified

Do you see that 1_91 disk in "vxdisk list" output ?

also, need to know what is the volume structure ..

# vxprint -qthg <diskgroup> <volume>

What are contents of /etc/defaults/vxassist ?

 

Gaurav

Har-D
Level 4
Employee Certified

Hello Lasse,

 

Did you try removing the disk (vxdg rm)? If yes, what error it gives?

 

If you are sure that the disk is no more in the configuration, could you try removing it :

# vxdg -g <diskgroup> rmdisk <DM_name>

** There must be a DM name associated with the disk. Find the DM name corresponding to *1_91 disk in

# vxprint -htg <DG> output. Or  # vxprint -g tt -m | egrep '^dm|da_name'

 

lafo
Level 4

Hi

Thanks for all help.

We solved th problem with vxconfigd -k

vxdg -g <diskgroup> rmdisk <DM_name> gave us this error:

VxVM vxdg ERROR V-5-1-555 Disk emc_clariion1_91 not found in configuration

//Lasse

Marianne
Moderator
Moderator
Partner    VIP    Accredited Certified

vxconfigd -k is one of the steps in the TN that I've posted 2 days ago...