VMware vSphere

 View Only
  • 1.  What is RDM and SDM in detail...?

    Posted Jan 24, 2017 10:43 AM

    Hi Friends,

    Can you explain me what is RDM and SDM in detail...

    your input will help me out to understand in better way than googling......!



  • 2.  RE: What is RDM and SDM in detail...?

    Posted Jan 24, 2017 01:02 PM

    Hi,

    An RDM is a LUN you present from your storage directly to your VM. => Deep Dive – Raw Device Mapping (RDM) | Virtualization Deep Dive

    The filesystem will not be VMFS but the one used by the Guest OS.

    It can be used for clustering solutions (Microsoft SQL Cluster, Oracle RAC, etc.. ) so two VMs can share the same LUN for high availibility.

    About SDM, never heard about it. Is it VMware related?

    Regards,



  • 3.  RE: What is RDM and SDM in detail...?

    Broadcom Employee
    Posted Dec 25, 2017 05:01 AM

    RDM is a mapping file and is used to map a LUN directly to VM bypassing VMFS layer. This LUN can be formatted using any File System (NTFS or FAT32) without the need to format it using VMFS and placing VMDK file on top of it.

    The mapping file is located with the virtual machine directory.

    RDM has two compatibility modes:

    1. Virtual Mode:Physical Mode
      1. In this mode all SCSI commands from the VM to LUN will pass through VMFS layer except READ & WRITE. Those will be passed directly to the LUN.
      2. If you check the device manager of the VM you will see the RDM LUN listed as VMware Virtual Disk SCSI Disk Device. This is exactly the same as VMDK Drive added to the VM. The physical characteristics of the LUN are hidden from the VM.
      3. The advantage of vMode is that you can still use Distributed Locking Mechanism of VMFS as well as snapshots of RDM LUN drives.
      1. In this mode all SCSI commands are passed to RDM LUN directly from the VM expect REPORT command virtualized by VMkernal.
      2. If you check the device manager of the VM you will see the RDM LUN listed based on the physical name/characteristics of the storage array.
      3. The advantage of the full exposure of the LUN characteristics to the VM can be seen when using SAN Management Tools and MSCS services. Also, RDM LUNs in physical mode can have a size greater than 2TB.



        As far as your question about SDM, there is nothing called SDM in VMware, if you mean SVM - Storage VMotion of a VM with RDM. Refer the below link:

    VMware Knowledge Base    Migrating virtual machines with Raw Device Mappings (RDMs)



  • 4.  RE: What is RDM and SDM in detail...?

    Posted Dec 25, 2017 09:47 AM

    There is no such thing as SDM in VMware.. and RDM is already explained by above comments



  • 5.  RE: What is RDM and SDM in detail...?

    Posted Dec 26, 2017 04:24 AM