• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

UnixArena

  • Home
  • kubernetes
  • DevOps
    • Terraform
    • Jenkins
    • Docker
    • Openshift
      • OKD
    • Ansible engine
    • Ansible Tower
      • AWX
    • Puppet
  • Cloud
    • Azure
    • AWS
    • Openstack
    • Docker
  • VMware
    • vCloud Director
    • VMware-Guests
    • Vcenter Appliance 5.5
    • vC OPS
    • VMware SDDC
    • VMware vSphere 5.x
      • vSphere Network
      • vSphere DS
      • vShield Suite
    • VMware vSphere 6.0
    • VSAN
    • VMware Free Tools
  • Backup
    • Vembu BDR
    • Veeam
    • Nakivo
    • Azure Backup
    • Altaro VMBackup
    • Spinbackup
  • Tutorials
    • Openstack Tutorial
    • Openstack Beginner’s Guide
    • VXVM-Training
    • ZFS-Tutorials
    • NetApp cDot
    • LVM
    • Cisco UCS
    • LDOM
    • Oracle VM for x86
  • Linux
    • How to Articles
    • Q&A
    • Networking
    • RHEL7
  • DevOps Instructor-led Training
  • Contact

How to Create a Fake SSD on VMware ESXi for Testing VSAN ?

June 21, 2014 By Cloud_Devops 2 Comments

I have been trying to test VMware VSAN on my VMware workstation . One of the important requirement for VSAN is solid state drive. So i have been in such a situation to make the virtual harddrive as SSD. After lot research over the internet , i have found trick which has been shared by william Lam worked perfectly and big thanks to him. Here we will see that how to make the Non-SSD drives as SSD drive on VMware ESXi by creating the new SATP rules.

1. Login to vSphere client and navigate it to ESXi host – > Manage – > Storage -> Storage Devices

Navigate to Storage sub-systems
Navigate to Storage sub-systems

2.In the storage devices section , you can see the connected  disks on ESXi .

Available Disks in ESXi host
Available Disks in ESXi host

Here i would like to make C0T3L0 as Fake SSD disk which is currently as Non-SSD disk.

3. Login to VMware ESXi host where this disk is connected. Run the following command to create a new SATP rule.

~ # esxcli storage nmp satp rule add -s VMW_SATP_LOCAL -d mpx.vmhba1:C0:T3:L0 -o enable_ssd
~ #

4.Check the rule list .

~ # esxcli storage nmp satp rule list |grep enable_ssd                  
VMW_SATP_LOCAL       mpx.vmhba1:C0:T3:L0                                                enable_ssd                  user                     
~ #

5.Claim the storage .

~ # esxcli storage core claiming reclaim -d mpx.vmhba1:C0:T3:L0
~ # esxcli storage core device list -d mpx.vmhba1:C0:T3:L0 |grep -i ssd
   Is SSD: true
~ #

6.Refresh the storage sub-systems.

~ # vim-cmd hostsvc/storage/refresh
~ #

7. Login to vSphere Client again and check the status of the disk.

Disk become Fake SSD
Disk become Fake SSD

We have successfully converted Non-SSD drive as SSD drive using commands. VMware doesn’t recommend this workaround to make the disk as SSD. However you can use this trick to perform the VSAN environment setup on VMware workstation and test the virtual Flash driver setup.

Share it ! Comment it !! Be Sociable !!!

Filed Under: vCenter Server 5.5, VSAN Tagged With: VSAN

Reader Interactions

Comments

  1. Karthik says

    December 16, 2015 at 8:58 pm

    Hi

    Thanks for sharing , very useful information .

    Reply
  2. iwan rahabok says

    January 1, 2015 at 7:28 pm

    Thanks for sharing this.
    I also found this one to be useful @ virtuallyghetto.com

    All the best in 2015!
    e1

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

Follow UnixArena

  • Facebook
  • LinkedIn
  • Twitter

Copyright © 2025 · UnixArena ·

Go to mobile version