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

VCP6.5-DCV Objective 3.5 – Set up and Configure Storage I/O Control (SIOC)

By Vladan SEGET | Last Updated: March 7, 2018

Shares

Today we'll cover another chapter from the upcoming VCP6.5-DCV Study guide. There is no particular order when those chapters are published, but each chapter is a single blog post. Whether it is enough to cover everything or not, this is the way we proceed.

As you know, the latest vSphere 6.5 has now its certification exam. (since April). Not many guides are online so far, so we thought that it might be (finally) perhaps, a good idea to get things up.

I think the majority of new VCP candidates right now will go for the VCP6.5-DCV even if the VCP6-DCV seems less demanding. There are fewer topics to know.

Exam Price: $250 USD, there are 70 Questions (single and multiple answers), passing score 300, and you have 105 min to complete the test.

Tip: Check our How-to, tutorials, videos on a  dedicated vSphere 6.5 Page. (work in progress).

Check our VCP6.5-DCV Study Guide Page.

You can download your free copy via this link – Download Free VCP6.5-DCV Study Guide at Nakivo.

VCP6.5-DCV Study guide PDF

VCP6.5-DCV Objective 3.5 – Set up and Configure Storage I/O Control (SIOC)

  • Describe the benefits of SIOC
  • Enable and configure SIOC
  • Configure/Manage SIOC
  • Monitor SIOC
  • Differentiate between SIOC and Dynamic Queue Depth Throttling features
  • Determine a proper use case for SIOC
  • Compare and contrast the effects of I/O contention in environments with and without SIOC
  • Understand SIOC metrics for Datastore Clusters and Storage DRS

Describe the benefits of SIOC

Storage IO Control (SIOC) only kicks in when there is a contention. SIOC makes sure that every VM gets its fair share of storage resources. Storage I/O control can “heal” part of your storage performance problems by setting a priority at the VM level (VMDK). You know the “noisy neighbor story”.

When you enable Storage I/O Control on a datastore, ESXi host starts to monitor the device latency that hosts observe when communicating with that datastore. When device latency exceeds a threshold, the datastore is considered to be congested and each VM that accesses that datastore is allocated I/O resources in proportion to their shares.

By default , ll VMs are set to Normal (1000). You set shares per VMDK. You can adjust the number for each based on need. The default is 1000.

VCP6.5-DCV Storage IO control

Quote from VMware:

Storage I/O Control operates as a “datastore-wide disk scheduler.” Once Storage I/O Control has been enabled for a specific datastore, it will monitor that datastore, summing up the disk shares for each of the VMDK files on it. Storage I/O Control will then calculate the I/O slot entitlement per ESXi host based on the percentage of shares virtual machines running on that host have relative to the total shares for all hosts accessing that datastore.

Few limitations and requirements:

  • NFS v4.1 isn't supported (it is for NFS v3).
  • Storage I/O Control does not support datastores with multiple extents.
  • SAN with auto-tiering has to be certified for SIOC.
  • Datastores that are Storage I/O Control-enabled must be managed by a single vCenter Server system.
  • Must be disabled before removing a datastore.
  • Raw Device Mapping (RDM) is not supported. (it is on iSCSI NFS and FC).

Activate at the datastore level via vSphere Client or vSphere Web client.

Enable and configure SIOC

Configuring Storage I/O Control is a two-step process

1. Enable Storage I/O Control for the datastore

In the vSphere Client > select a datastore > Configuration tab > Properties > Storage I/O Control, select the Enabled check box.

Storage I/O control

The advanced settings – Threshold – default value there. Check if the value is 30ms.

2. Set the number of storage I/O shares and an upper limit of I/O operations per second (IOPS) allowed for each virtual machine. Those settings are per-VMDK so you could possibly prioritize (or limit) the virtual disk where you important production DB sits!

Set the threshold. More the VM is important, greater the number…… You can use the drop-down or the custom and enter your value…

  • Shares – select relative amount of shares (low, normal, high or custom)
  • Limits – enter the upper limit of storage resources to allocate to your VM (to your VMDK).

IOPS are the number of I/O operations per second. By default, IOPS are unlimited. You select Low (500), Normal (1000), or High (2000), or you can select Custom to enter a user-defined number of shares.

VCP6.5-DCV Set the SIOC shares and IOPS limit on VMDK

In case you're getting an error on activating SIOC this can be due to 2 reasons:

  • Not having proper licensing – VMware vSphere Enterprise Plus is required. Yes, Storage I/O Control (SIOC) requires Enterprise Plus licensing. Without this license, the option to enable SIOC is grayed out.
  • Check that the host is installed with ESXi 4.1 or higher.

TIP: What's the difference between vSphere Standard and Enterprise Plus.

If you select a storage policy, do not manually configure Shares and Limit – IOPS.

Configure/Manage SIOC

Covered above.

VCP6.5-DCV Objective 3.5: Monitor SIOC

There is a Performance TAB to monitor Storage I/O. How Storage I/O Control handles the I/O workloads of the virtual machines accessing a datastore based on their shares.

Datastore performance charts allow monitoring:

  • Average latency and aggregated IOPS on the datastore.
  • Latency among hosts n Queue depth among hosts.
  • Read/write IOPS among hosts.
  • Read/write latency among virtual machine disks n Read/write IOPS among virtual machine disks.

Where?

vSphere Web client > Datastore > Monitor tab > Performance tab > View drop-down menu > select Performance.

SIOC - Storage IO control monitoring

The datastore Performance tab is used to monitor how Storage I/O Control handles the I/O workloads of the virtual machines accessing a datastore based on their shares.

Datastore performance charts allow you to monitor:

  • Average latency and aggregated IOPS on the datastore
  • Latency among hosts
  • Queue depth among hosts
  • Read/write IOPS among hosts
  • Read/write latency among virtual machine disks
  • Read/write IOPS among virtual machine disks

Differentiate between SIOC and Dynamic Queue Depth Throttling features

Dynamic Queue depth throttling aka “Adaptive Queue Depth”, is able to adjust the LUN queue depth. The algorithm which is used kicks in when storage I/O congestion returns QUEUE FULL or BUSY status codes.  When these codes are received, the queue depth is cut in half.

Storage I/O Control uses proportional shares when there is congestion to allow for a proportional amount of I/Os.  Much in the same way share values can be assigned to CPU or RAM within DRS resource groups.

Determine a proper use case for SIOC

First, as I already invoked, make sure that you have Enterprise Plus license. The SIOC can be configured making sure that all VMs get a correct allocation of storage resources.  With SIOC enabled on a datastore, you prevent the other VMs from “noisy neighbor” situation where a single VM takes all the resources.

The device's latency is monitored. If latency is higher than configured values, SIOC kicks in and reduces the latency by throttling back VMs that are exceeding their consumption of IOPS.

VCP6.5-DCV Objective 3.5: Compare and contrast the effects of I/O contention in environments with and without SIOC

SIOC enabled, no VM can take over the datastore's resources by exhausting them. With SIOC, reservations, shares and limits, you can control the storage IO on the datastore. Without SIOC you can use shares, limits, but you can't control the over-all datastore performance because you don't have a hand on the threshold value (30ms by default).

Understand SIOC metrics for Datastore Clusters and Storage DRS

There are few metrics which are important and are available on the datastore performance tab;

  • Average latency and aggregated IOPS on the datastore
  • Latency among hosts
  • Queue depth among hosts
  • RW (Read/write) IOPS among hosts
  • RW (Read/write) latency among virtual machine disks
  • RW (Read/write) IOPS among virtual machine disks

Well, this is it for SIOC today. I think a very useful chapter. Important to know as well, that SIOC isn't available for VMware vSAN datastores (as of vSAN 6.6.1). This is an important fact as the only way to limit the VM's consumption on vSAN datastore is through VM storage policy. (there is an option to enter IOPS limit per object).

VM storage policy within vSAN cluster is able to define IOPS limit for a disk. IOPS is calculated as the number of IOs using weighted size. By default, the system is using a base size of 32KB, then a 64KB IO will represent 2IO.

More from ESX Virtualization:

  • How-to check Queue Depth Of Storage Adapter or Storage Device
  • What is VMware vMotion?
  • What is VMware Cluster?
  • What is VMware Storage DRS (SDRS)?
  • Ditch Your HDDs For ACloudA Gateway

Stay tuned through RSS, and social media channels (Twitter, FB, YouTube)

Shares
Vote !

| Filed Under: Server Virtualization Tagged With: VCP6.5-DCV, VCP6.5-DCV Objective 3.5 - Set up and Configure Storage I/O Control (SIOC), VCP6.5-DCV Study Guide

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. sena says

    November 30, 2017 at 7:58 am

    I have DRS enabled in my vsphere 6.5, Can I use SIOC? any limitation or conflict inbetween?
    also how “SAN with auto-tiering has to be certified for SIOC”, I need a reference or KB please. thanks

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