cancel
Showing results for 
Search instead for 
Did you mean: 

Why does 1 subpath in multipathing use slice 2 and not the other??

manmountain
Level 5
Certified

 

Wondering why disk 2 show slice 2 whereas the other subpaths show only disk? 
Does this mean that this disk has been formatted/labeled differently? They all should be labeled EFI. 
 
[2250]$ vxdisk path
SUBPATH                     DANAME               DMNAME       GROUP        STATE
c0t0d0s2                    disk_0               -            -            ENABLED
c3t500601683EA04599d0       storageunit1         -            -            ENABLED
c3t500601613EA04599d0       storageunit1         -            -            ENABLED
c2t500601603EA04599d0       storageunit1         -            -            ENABLED
c2t500601693EA04599d0       storageunit1         -            -            ENABLED
c3t500601613EA04599d2s2     storageunit2         -            -            ENABLED
c3t500601683EA04599d2s2     storageunit2         -            -            ENABLED
c2t500601693EA04599d2s2     storageunit2         -            -            ENABLED
c2t500601603EA04599d2s2     storageunit2         -            -            ENABLED
c3t500601613EA04599d1       storageunit3         -            -            ENABLED
c3t500601683EA04599d1       storageunit3         -            -            ENABLED
c2t500601603EA04599d1       storageunit3         -            -            ENABLED
c2t500601693EA04599d1       storageunit3         -            -            ENABLED
 
When I attempt to initialise the LUN I get this error.
 
[2318]$ vxdisksetup -i storageunit2
vxedvtoc: No such device or address
 
I can see from this output that  paths are disabled. 
 
[2303]]$ vxdmpadm -v getdmpnode all
NAME                 STATE        ENCLR-TYPE   PATHS  ENBL  DSBL  ENCLR-NAME   SERIAL-NO            ARRAY_VOL_ID        
========================================================================================================
disk_0               ENABLED      Disk         1      1     0     disk         600508B1001C0CB883CB65D7A794AC54  -
storageunit1         ENABLED      EMC_CLARiiON 4      4     0     emc_clariion0 60060160D2202F004C1C9AB085F2E111 1                   
storageunit2         ENABLED      EMC_CLARiiON 4      2     2     emc_clariion0 60060160D2202F00D6FACBE385F2E111 5                   
storageunit3         ENABLED      EMC_CLARiiON 4      4     0     emc_clariion0 60060160D2202F00EE397F2986F2E111 9  

 

1 ACCEPTED SOLUTION

Accepted Solutions

manmountain
Level 5
Certified

Having run below command 'vxdctl enable' to reconfigure DMP with new device database and I now get this output. 

Does this mean that DMP now recognizes the disk as an EMI disk?

 

[2341]$ vxdisk path
SUBPATH                     DANAME               DMNAME       GROUP        STATE
c0t0d0s2                    disk_0               -            -            ENABLED
c3t500601683EA04599d0       storageunit1         -            -            ENABLED
c3t500601613EA04599d0       storageunit1         -            -            ENABLED
c2t500601603EA04599d0       storageunit1         -            -            ENABLED
c2t500601693EA04599d0       storageunit1         -            -            ENABLED
c3t500601613EA04599d2       storageunit2         -            -            ENABLED
c3t500601683EA04599d2       storageunit2         -            -            ENABLED
c2t500601693EA04599d2       storageunit2         -            -            ENABLED
c2t500601603EA04599d2       storageunit2         -            -            ENABLED
c3t500601613EA04599d1       storageunit3         -            -            ENABLED
c3t500601683EA04599d1       storageunit3         -            -            ENABLED
c2t500601603EA04599d1       storageunit3         -            -            ENABLED
c2t500601693EA04599d1       storageunit3         -            -            ENABLED
 

View solution in original post

2 REPLIES 2

manmountain
Level 5
Certified

Having run below command 'vxdctl enable' to reconfigure DMP with new device database and I now get this output. 

Does this mean that DMP now recognizes the disk as an EMI disk?

 

[2341]$ vxdisk path
SUBPATH                     DANAME               DMNAME       GROUP        STATE
c0t0d0s2                    disk_0               -            -            ENABLED
c3t500601683EA04599d0       storageunit1         -            -            ENABLED
c3t500601613EA04599d0       storageunit1         -            -            ENABLED
c2t500601603EA04599d0       storageunit1         -            -            ENABLED
c2t500601693EA04599d0       storageunit1         -            -            ENABLED
c3t500601613EA04599d2       storageunit2         -            -            ENABLED
c3t500601683EA04599d2       storageunit2         -            -            ENABLED
c2t500601693EA04599d2       storageunit2         -            -            ENABLED
c2t500601603EA04599d2       storageunit2         -            -            ENABLED
c3t500601613EA04599d1       storageunit3         -            -            ENABLED
c3t500601683EA04599d1       storageunit3         -            -            ENABLED
c2t500601603EA04599d1       storageunit3         -            -            ENABLED
c2t500601693EA04599d1       storageunit3         -            -            ENABLED
 

TonyGriffiths
Level 6
Employee Accredited Certified

Hi,

Yes, its possible that the *s2 devices have SMI type labels and the *d0 have EFI labels.

 

cheers

tony