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 Create a Stand-Alone Image File device in StarWind VSAN

By Vladan SEGET | Last Updated: December 18, 2018

Shares

Creating Image file device in StarWind VSAN has some options that we'll discuss today. In this post, you'll learn How To Create a Stand-Alone Image File device in StarWind VSAN.

Image device can be configured with or without cache. The cache is used to speed up the processing of disk requests using a faster intermediate storage memory, which holds frequently used data.

What StarWind does, is that it creates a fully fault-tolerant and high-performing storage pool built specifically for the virtualization workloads. It basically mirrors the existing server’s storage and RAM between the participating cluster nodes. And creates shared storage via iSCSI export.

There are two cache policies you can choose from (Write-Back and Write-Through). The third option is No caching. Also, there is a First level cache (L1) and second level cache (L2). The L1 is RAM, so StarWind uses that fastest medium to accelerate and absorb writes. L2 cache uses Flash devices.

The cache configuration and Image file device creation are done through StarWind management console.

What's happening inside the cache is interesting too. There are data which are written into a cache, but when the cache is full, an algorithm chooses which items are obsolete and needs to be refreshed by new ones. StarWind uses Least Recently Used (LRU) algorithm for that.

Cache states are “Empty“, “Dirty” and “Clean“. Let' quote a few sentences about that:

In general, three cache states can be singled out depending on the level of the cache exhaustion: dirty, clean, and empty. At the beginning, all cache blocks are “empty” – the allocated memory holds no data, and cache blocks are not associated with disk blocks. They start being loaded with data during the working process. The cache block is considered “dirty” if user data was written to it, but has not been flushed to disk yet. In this case, the cache memory contains actual data while the disk stores irrelevant and older version of the data. The cache block is considered “clean” if the data it holds was also flushed to the disk (or the cache block was filled up as a result of disk read operations). In this case, the cache block and the corresponding disk store the same data.

It means that the cache is constantly updated with new data where old data are discarded.

StarWind Management Console

StarWind Management Console

For all flash scenarios, you don't need to assign any L1 cache.

If you're using write-back with L1, you should have a UPS in order to configure a proper shutdown your StarWind nodes.

StarWind recommends using L1 cache in writeback mode and L2 in the write-through mode respectively in order to achieve high performance and additional protection.

The Image Device File creation Wizard

Basically, you must use the Add Device (Advanced) in order to create this file. From the StarWind console, chose Add Device (Advanced) and then follow the wizard which will guide you through the whole process.

You'll be creating a new Hard Disk Drive > Virtual Disk > Chose storage > Virtual Disk Options (Thick/Thin etc) > Policy choice. (see image below).

When adding the new image file (advanced), you have a possibility to define flash cache policy and size if necessary.

Specifify Cache parameters

Specify Cache Parameters

Note: we won't go through the full config, as it's been detailed step-by-step at StarWind blog article. You can also download a PDF document from the same page there. Here are the sources.

Source: You can follow the full guidance on creating Stand-Alone image file device and the relation with L1 and L2 caches, in this post here.

Also worth to read: StarWind Virtual SAN L1 and L2 Caches

StarWind stand-alone image file device can be converted to Highly Available (HA) device. The guide on how to create HA device via StarWind VSAN can be found by following this link.

StarWind has also a Free version which can be used in production environments, did you know?

StarWind VSAN free version. Check below.

StarWind Virtual SAN FREE Version Features:

StarWind Virtual SAN Free is completely unrestricted: it is allowed for production use, supports all usage scenarios of the commercial version, has a perpetual license, and is not feature- or functionality-limited version of StarWind VSAN.

  • No Capacity Restrictions – you can use as many capacities for your mirrors, as you like (previously restricted)
  • No Scalability Restrictions – as many nodes as you like. (previously limited to 2-nodes only)
  • No Time Limit on License – The Free license if for life. After 30 days, the only management option you’ll have is PowerShell or CLI.
  • Production use – can be used in production, but if anything goes wrong, you will only find support through community forums.
  • PowerShell Scripts – StarWind Virtual SAN Free is shipped with a set of ready to use PowerShell scripts allowing users to quickly deploy the Virtual SAN infrastructure.
  • No StarWind Support – only community-based support.
  • StarWind HA – The shared Logical Unit is basically “mirrored” between the hosts, maintaining data integrity and continuous operation even if one or more nodes fail. Every active host acts as a storage controller and every Logical Unit has duplicated or triplicated data back-end.
  • No virtual tape library VTL as on the paid version.

StarWind allows creating tailored solution adapted on different hardware and architecture. It is a really flexible solution. However, there is a lot to know in order to follow best practices for different scenarios. I'd recommend getting in touch with StarWind folks through their forums in order to get help, or buy support when you're trying to implement your own solution.

More posts about StarWind on ESX Virtualization:

  • Hybrid IT With Active-Active Cloud Storage – StarWind Solution
  • StarWind Supports SMB3 – Did you Know?
  • Veeam 3-2-1 Backup Rule Now With Starwind VTL
  • StarWind and Highly Available NFS
  • StarWind Storage Appliance Protects up to 4 disk failures
  • How-To Install Hyper-V Cluster 2-Node Windows Server 2016 With StarWind Virtual SAN
  • VMware VSAN Ready Nodes in StarWind HyperConverged Appliance

More from ESX Virtualization

  • How VMware HA Works?
  • What is VMware Cluster?
  • VMworld 2018
  • Free Tools
  • Install and Configure VMware vCSA 6.7

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

Shares
Vote !

| Filed Under: Featured, Free Stuff, Server Virtualization, Tips Tagged With: Stand-Alone Image File device in StarWind VSAN

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.

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

  • 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!
  • Installation of StarWind VSAN Plugin for vSphere
  • Protect Mixed environments with Nakivo Physical Machine recovery (bare metal)
  • No more FREE licenses of VMware vSphere for vExperts – What’s your options?
  • Tails – Your Private OS on USB Stick
  • StarWind V2V Converter Now has CLI
  • Veeam VHR ISO v2 – 2025 Download and Install
  • Deployment OVA and Installation of Nakivo Backup and Replication for VMware

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