ESX Virtualization

VMware ESXi, vSphere, VMware Backup, Hyper-V... how-to, videos....

Nakivo Backup and Replication - #1 Backup solution for Virtual, physical, cloud, NAS and SaaS

Menu
  • Certification
      • VCP-DCV vSphere 8
          • vcp2024-125.
        • Close
    • Close
  • VMware
    • Configuration Maximums
    • vSphere
      • vSphere 8.0
      • vSphere 7.0
      • vSphere 6.7
      • vSphere 6.5
      • vSphere 6.0
      • Close
    • VMworld
      • VMware EXPLORE 2024
      • VMware EXPLORE 2023
      • VMware EXPLORE 2022
      • VMworld 2019
      • VMworld 2018
      • VMworld 2017
      • VMworld 2016
      • VMworld 2015
      • VMworld 2014
      • VMworld 2013
      • VMworld 2012
      • VMworld 2011
      • Close
    • Close
  • Microsoft
    • Windows Server 2012
    • Windows Server 2016
    • Windows Server 2019
    • Close
  • Categories
    • Tips – VMware, Microsoft and General IT tips and definitions, What is this?, How this works?
    • Server Virtualization – VMware ESXi, ESXi Free Hypervizor, VMware vSphere Server Virtualization, VMware Cloud and Datacenter Virtualization
    • Backup – Virtualization Backup Solutions, VMware vSphere Backup and ESXi backup solutions.
    • Desktop Virtualization – Desktop Virtualization, VMware Workstation, VMware Fusion, VMware Horizon View, tips and tutorials
    • How To – ESXi Tutorials, IT and virtualization tutorials, VMware ESXi 4.x, ESXi 5.x and VMware vSphere. VMware Workstation and other IT tutorials.
    • Free – Free virtualization utilities, ESXi Free, Monitoring and free backup utilities for ESXi and Hyper-V. Free IT tools.
    • Videos – VMware Virtualization Videos, VMware ESXi Videos, ESXi 4.x, ESXi 5.x tips and videos.
    • Home Lab
    • Reviews – Virtualization Software and reviews, Disaster and backup recovery software reviews. Virtual infrastructure monitoring software review.
    • Close
  • Partners
    • NAKIVO
    • StarWind
    • Zerto
    • Xorux
    • Close
  • This Web
    • News
    • ESXi Lab
    • About
    • Advertise
    • Archives
    • Disclaimer
    • PDFs and Books
    • Close
  • Free
  • Privacy policy

How to tag disk as SSD VMware esxi 5.x and 6.0

By Vladan SEGET | Last Updated: March 18, 2015

Shares

The vSphere 6.0 web client allows easier possibility. Through a GUI if you have vCenter installed.

So How to Mark local disk as SSD disk ?

Connect to your vCenter > Go to Hosts and clusters > Select a Host > Manage > Storage > Select disk which you want to tag as SSD. You can click to enlarge.

tag local disk as SSD disk

This brings a small warning window saying that you might deteriorate the performance of datastores and services that use them, but if you're sure on what you're doing, then go ahead and validate on Yes button.

tag a disk as ssd

As a result, after few seconds (without even refreshing the client's page) the disk turns into a SSD disk… It's magic, no?

How to tag a disk as SSD in VMware vSAN 6.0

It works also the other way around!

When you need to tag a disk recognized as SSD disk back to HDD, you can. The icon is not the same… check this out.

TAG disk as HDD in VMware VSAN

So when selecting the SSD disk and clicking the HDD button, you'll get another warning window telling you this

TAG disk as HDD in VMware VSAN

And again, you'll wait few seconds and the disk became a “normal” HDD… very convenient when creating a lab environment. But I'm pretty sure that the VMware folks did not enable this feature to play with it in the lab but to save precious time during deployments!

One of VCAP topics which lays on the blueprint and which is also necessary if your SSD you just bought for your brand new whitebox lab is not recognized as SSD but as Non-SSD. It can happen for locally attached SSD or also for LUNs accessed via iSCSI. The only remediation is to tag that disk/lun as SSD via the CLI and that's why this post.

You'll need a local SSD in place in case you want to test VMware VSAN. It's probably not in everyone's reach to get 3 ESXi hosts to play with, so there is a possibility to play with nested ESXi hosts and enable the SSD for nested hypervizors. The step by step config for VSAN in nested environment can be found here.

how to tag disk as ssd vmware esxi 5.x

How to tag disk as SSD VMware esxi 5.x – the steps:

1. Connect via Putty to your ESXi host and run this command in order to identify the hardware id of the drive and note also the SATP (storage araty type plugin), the VMW_SATP_ALUA cause you'll need it.

esxcli storage nmp device list

how to tag disk as ssd vmware esxi 5.x

2. Then run this command to enable the SSD:

esxcli storage nmp satp rule add -s SATP_TYPE -d naa.ID -o enable_ssd

so in our case…

esxcli storage nmp satp rule add -s VMW_SATP_ALUA -d naa.600144f09fa4050000005280a6c80001 -o enable_ssd

how to tag disk as ssd vmware esxi 5.x

3. Then one more command and you're done. For our case the command looks like this:

esxcli storage core claiming reclaim -d naa.600144f09fa4050000005280a6c80001

how to tag disk as ssd vmware esxi 5.x

And magically the drive changes from Non-SSD to SSD…

how to tag disk as ssd vmware esxi 5.x

The different options (-s -d -o) can be found if you run just the command without the switches:

esxcli storage nmp satp rule add

how to tag disk as ssd vmware esxi 5.x

As being said, the process tags the local (or remote LUN) as SSD, but it's also possible to do the other way around, as in the future the SSDs will replace the spinning disks anyway, or you are so rich that for your home lab you run only SSDs and VSAN requirement needs to have magnetic (spinning) disks present inside of the disk group. So you will have to basically tag the SSD to became MD for the ESXi hypevisor. But we might see it in one of our future posts.

Source: vSphere Online Documentation

Shares
Vote !

| Filed Under: Server Virtualization Tagged With: how to tag disk as ssd vmware esxi 5.x

About Vladan SEGET

This website is maintained by Vladan SEGET. Vladan is as an Independent consultant, professional blogger, vExpert x16, Veeam Vanguard x9, VCAP-DCA/DCD, ESX Virtualization site has started as a simple bookmarking site, but quickly found a large following of readers and subscribers.

Connect on: Facebook. Feel free to network via Twitter @vladan.

Comments

  1. Martin says

    January 29, 2014 at 11:57 am

    Thanks for this post Vladan! I used a different way that I found on the web to tag my SSD-backed iSCSI LUNs during ESXi kickstart, which issued an unclaim – load – run sequence. That basically worked, but caused an error in the unclaim step, so it always appeared to me that this was not the right way to do this. Reclaiming makes much more sense. 🙂
    Cheers,
    Martin

    • Ivan Grafutko says

      November 4, 2016 at 11:30 pm

      Entering maintance mode and rebooting resolved the unclaim issues on my ESXi

  2. Lesley Maddock says

    April 8, 2014 at 5:15 pm

    Thank you for the post, very useful.

  3. David Palmer says

    June 2, 2014 at 6:31 pm

    Thank you very much!!! I love getting it right the first time and you helped me do exactly that!

  4. Ken says

    July 2, 2014 at 11:07 pm

    Thanks for the post, saved me a few hours… Just had to reboot the server after the last step to make it work 😉

    -Ken

  5. Cyril Azoulay says

    June 13, 2016 at 7:43 am

    Seems like using the GUI you have to set the SSD on every single hosts. It’s not like you are doing it once and you are done. Also I had to delete and recreate my lun in order to switch to flash otherwise it wasn’t working with some data on it. Am I doing something wrong?

    • Vladan SEGET says

      June 13, 2016 at 8:04 am

      The article went out when VSAN 6.0 was released. Things have changed for VSAN 6.2 with the new assistant allowing to group per model (or capacity)when creating VSAN cluster http://www.vladan.fr/vmware-vsan-6-2-new-assistant-check/

  6. Ivan Grafutko says

    November 4, 2016 at 11:33 pm

    I am assuming by what I heard that main use is for ESXi to use HDD datastore as SSD cache.
    However is there anyway to add this disk to a VM and have it be recognized as an SSD by lets say ubuntu16?

  7. ganesh says

    March 27, 2017 at 12:06 pm

    HI,
    I am using esxi 6 and i have followed above steps noe my disk is showing as unknown disk

    [root@d25:/dev/disks] esxcli storage core claiming reclaim -d naa.600605b006e90e901f6f14c11d63ecf2
    Unknown Device name naa.600605b006e90e901f6f14c11d63ecf2

  8. haris minanda says

    May 11, 2018 at 1:35 pm

    hello,, i have tried your tips.
    but, now my device is gone, i cannot find my naa. address..
    any advice ?

  9. Kenneth Blansette says

    May 12, 2019 at 9:29 pm

    Same thing has happened to be. I tried this procedure and the device now appears to be gone, even after reboot.

  10. EnragedReader says

    January 23, 2020 at 3:19 pm

    Yep, this fucked my datastore.
    Guess I’ll take this dudes advice with a grain of salt.

    • Vladan SEGET says

      January 23, 2020 at 6:51 pm

      It’s an old post bro…

Private Sponsors

Featured

  • Thinking about HCI? G2, an independent tech solutions peer review platform, has published its Winter 2023 Reports on Hyperconverged Infrastructure (HCI) Solutions.
  • Zerto: One Platform for Disaster Recovery, Backup & Cloud Mobility: Try FREE Hands-On Labs Today!
Click to Become a Sponsor

Most Recent

  • Veeam Backup & Replication v13 Beta: A Game-Changer with Linux
  • What is Veeam Data Cloud Vault and how it can help SMBs
  • Nakivo Backup and Replication – Malware Scan Feature
  • Zerto 10 U7 released with VMware NSX 4.2 Support
  • XorMon NG 1.9.0 Infrastructure Monitoring – now also with Veeam Backup Support
  • Heartbeat vs Node Majority StarWind VSAN Failover Strategy
  • Vulnerability in your VMs – VMware Tools Update
  • FREE version of StarWind VSAN vs Trial of Full version
  • Commvault’s Innovations at RSA Conference 2025 San Francisco
  • VMware ESXi FREE is FREE again!

Get new posts by email:

 

 

 

 

Support us on Ko-Fi

 

 

Buy Me a Coffee at ko-fi.com

Sponsors

Free Trials

  • DC Scope for VMware vSphere – optimization, capacity planning, and cost management. Download FREE Trial Here.
  • Augmented Inline Deduplication, Altaro VM Backup v9 For #VMware and #Hyper-V – Grab your copy now download TRIAL.

VMware Engineer Jobs

VMware Engineer Jobs

YouTube

…

Find us on Facebook

ESX Virtualization

…

Copyright © 2025 ·Dynamik-Gen · Genesis Framework · Log in