How to validate if an EMC DMX device has been configured as a TP (Thin Provisioned) LUN (Solaris Sparc)

book

Article ID: 100002026

calendar_today

Updated On:

Cause


There is a known product defect with regards to "thin/thinrclm" lun handling, which is fixed in Veritas Volume Manager (VxVM) 5.0 MP3 RP1.

Resolution


In this instance, due to a product defect with VxVM, the following EMC DMX TP (Thin Provisioned) devices are shown as "online thin" by "vxdisk list", however, are not reported by VxVM CLI command "vxdisk -o thin list".


# vxdisk list
DEVICE       TYPE            DISK         GROUP        STATUS
disk_0       auto:sliced     -            -            online
disk_1       auto:sliced     50MP1RP5     50MP1RP5dg   online
disk_2       auto:none       -            -            online invalid
emc_clariion0_78 auto:sliced     -            -            online
emc_clariion0_79 auto            -            -            nolabel
emc0_0332    auto:cdsdisk    -            -            online thin
emc0_0333    auto:cdsdisk    -            -            online thin
emc0_0334    auto:cdsdisk    -            -            online thin


# vxdisk -o thin list
VxVM vxdisk INFO V-5-1-14413  No Thin Provisioned disk are attached to the system.


# modinfo | grep vx
28  12f47f8  3e818 270   1  vxdmp (VxVM 5.0MP3: DMP Driver)
30 7be00000 20b158 271   1  vxio (VxVM 5.0MP3 I/O driver)
32 7bfeab08    c78 272   1  vxspec (VxVM 5.0MP3 control/status driv)
209 7b24cfa0    cb0 268   1  vxportal (VxFS 5.0_REV-5.0MP3A25_sol port)
210 7aa00000 1d89e0  20   1  vxfs (VxFS 5.0_REV-5.0MP3A25_sol SunO)


# vxdmpadm listenclosure all
ENCLR_NAME        ENCLR_TYPE     ENCLR_SNO      STATUS       ARRAY_TYPE     LUN_COUNT
===================================================================================
disk              Disk           DISKS                CONNECTED    Disk        3
emc0              EMC            000290300822         CONNECTED    A/A        3
emc_clariion0     EMC_CLARiiON   CK200053300424       CONNECTED    CLR-A/PF    2




Veritas recommends applying the latest rolling patch (Veritas Volume Manaher 5.0 MP3 RP4 "Solaris Sparc" ), due to a series of product incidents resolved in a series of rolling patches.
Please refer to articles 355065 and 355066.

 

Issue/Introduction


This documents attempt to explains how to validate if an EMC DMX device has been configured as a TP (Thin Provisioned) LUN attached to a Solaris server.  

EMC SYMCLI related commands


The following EMC commands can be used to confirm if a specifiec EMC SYMDEV (LUN) device are in fact of a "thin" lun type:
  Examples
  # sympd list | grep TDEV
c1t5006048C5368E580d2* 0332 01C:0  NA:NA  TDEV          N/Grp'd      RW    3072
c1t5006048C5368E580d2* 0333 01C:0  NA:NA  TDEV          N/Grp'd      RW    3072
c1t5006048C5368E580d2* 0334 01C:0  NA:NA  TDEV          N/Grp'd      RW    3072
rdmp/emc0_0332s2       0332 01C:0  NA:NA  TDEV          N/Grp'd      RW    3072
rdmp/emc0_0333s2       0333 01C:0  NA:NA  TDEV          N/Grp'd      RW    3072
rdmp/emc0_0334s2       0334 01C:0  NA:NA  TDEV          N/Grp'd      RW    3072

#  symdev -sid 822 show 0332 | grep -i thin
   Thin Pool Name           : SmartPool
   Mirror Set Type          : [Thin,Thin,N/A,N/A]
       Hyper Type                             : Thin
       Hyper Type                             : Thin


# symdev -sid 822 show 0333 | grep -i thin
   Thin Pool Name           : SmartPool
   Mirror Set Type          : [Thin,Thin,N/A,N/A]
       Hyper Type                             : Thin
       Hyper Type                             : Thin


# symdev -sid 822 show 0334 | grep -i thin
   Thin Pool Name           : SmartPool
   Mirror Set Type          : [Thin,Thin,N/A,N/A]
       Hyper Type                             : Thin
       Hyper Type                             : Thin