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-VVF Administrator
          • vcp-vvf-2.
        • Close
      • VCP-DCV vSphere 8
          • vcp2024-125.
        • Close
    • Close
  • VMware
    • Configuration Maximums
    • vSphere
      • VVF 9 and VCF 9
      • 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
    • Windows Server 2025
    • 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

VCP-VVF Administrator Study Guide: Objective 2.3 – VMware Storage Fundamentals, Part 4: Configure vSAN Storage Policies

By Vladan SEGET | Last Updated: September 2, 2025

Shares

Welcome back to our VMware Certified Professional – VMware vSphere Foundation Administrator (2V0-16.25) study guide series! This section is part of the upcoming VCP-VVF Study Guide Page, which will be released as a PDF when completed—check it out at https://www.vladan.fr/vcp-vvf-administrator/. We follow the official VMware Blueprint for the exam – VMware vSphere Foundation Administrator (PDF).

While we're tryingt to provide the best studying informations, there might be times where we might not be absolutely correct, so do not rely only on our study guides to pass the exam. Use all documentation set from VMware as well as HOL and other resources.

Today, we’re continuing with Objective 2.3 – VMware Storage Fundamentals, focusing on Given a scenario, configure vSAN Storage policies. vSAN storage policies in VMware vSphere Foundation (VVF) 9.0 define how virtual machine (VM) data is stored, protected, and optimized on a vSAN datastore, ensuring performance, availability, and efficiency. This objective is critical for the 2V0-16.25 exam, testing your ability to create and apply storage policies in real-world scenarios. Building on our previous posts (Objective 2.3, Part 1 on configuring vSphere storage, Part 2 on vSAN ESA/OSA use cases, and Part 3 on deploying a vSAN cluster), we’ll provide detailed steps, practical tips, and exam-focused guidance using a realistic scenario, aligned with VMware’s official vSphere 9.0 documentation https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/vsphere/9-0.html. Let’s get started and configure vSAN storage policies!

Why vSAN Storage Policies Matter

vSAN storage policies are rule-based configurations that control data placement, redundancy, and performance for VMs on a vSAN datastore. They allow administrators to define settings like Failures to Tolerate (FTT), RAID levels, encryption, and thin provisioning to meet specific workload requirements. Objective 2.3, Part 4, evaluates your ability to configure these policies in scenarios involving performance optimization, high availability, or compliance needs. We’ll cover creating, applying, and verifying vSAN storage policies for the Original Storage Architecture (OSA, used in Objective 2.3, Part 3), ensuring you’re prepared for the exam and real-world vSAN administration.

Scenario: Configuring vSAN Storage Policies

Let’s use a typical exam scenario: A medium-sized business with a 4-host vSAN cluster (“New-vSAN-Cluster”) running 8 VMs for a customer relationship management (CRM) application (configured in Objective 2.3, Part 3) needs to optimize storage. The cluster uses vSAN OSA, is managed by vCenter 9.0 (IP: 192.168.1.20, hosts at 192.168.1.14-17), and has vSphere HA enabled with encryption (from Objective 2.2, Part 7). You must: create a storage policy for high-availability CRM VMs, create another policy for performance-sensitive database VMs within the same cluster, apply these policies to the respective VMs, and verify compliance. The vSAN datastore (“vSAN-Datastore-New”) has 1 NVMe SSD (400 GB cache) and 2 SSDs (1 TB each for capacity) per host. This scenario tests vSAN storage policy configuration for the 2V0-16.25 exam.

Configuring vSAN Storage Policies: Step-by-Step

Configuring vSAN storage policies involves creating policies, applying them to VMs, and verifying compliance. Below is a detailed guide with manual steps and considerations for the scenario, using the vSphere Client for VVF 9.0.

1. Create a Storage Policy for High-Availability CRM VMs

Overview: A storage policy for the CRM VMs prioritizes availability and space efficiency, using RAID-1 mirroring and thin provisioning.

Detailed Process:

Access Storage Policies:

  • Log in to the vSphere Client at https://192.168.1.20/ui using SSO credentials (e.g., [email protected]).
  • Navigate to Menu → Policies and Profiles → VM Storage Policies → Create.

Define the Policy:

  • Name: “CRM-High-Availability-Policy”.
  • Description: “Policy for CRM VMs with high availability and thin provisioning”.
  • Select vSAN as the storage type.
  • Configure vSAN rules:Failures to Tolerate (FTT): 1 (ensures data is mirrored across hosts to tolerate one host failure).
  • Failure Tolerance Method: RAID-1 (Mirroring) for redundancy.
  • Thin Provisioning: Enabled to allocate storage on-demand, saving capacity.
  • Encryption: Enabled, using “VVF-KMS” (from Objective 2.2, Part 7) for data-at-rest security.
  • Verify compatibility with “vSAN-Datastore-New” (should show as compliant).

Complete the Policy:

  • Click Finish to create the policy.

Scenario Example: Create “CRM-High-Availability-Policy” with FTT=1, RAID-1, thin provisioning, and encryption for the 6 CRM VMs (e.g., “CRM-VM-01” to “CRM-VM-06”).

Study Tip: Practice creating vSAN storage policies in VMware Hands-On Labs https://labs.hol.vmware.com/. Memorize FTT=1 with RAID-1 for high availability and its impact on storage capacity (doubles space usage).

2. Create a Storage Policy for Performance-Sensitive Database VMs

Overview: A storage policy for the database VMs prioritizes performance with RAID-5 and compression for efficiency.

Detailed Process:

  • Create the Policy:Navigate to Menu → Policies and Profiles → VM Storage Policies → Create.
  • Name: “DB-Performance-Policy”.
  • Description: “Policy for database VMs with high performance and efficiency”.
  • Select vSAN as the storage type.
  • Configure vSAN rules:Failures to Tolerate (FTT): 1 (tolerates one host failure, suitable for a 4-host cluster).
  • Failure Tolerance Method: RAID-5 (Erasure Coding) for better space efficiency (uses ~1.33x storage vs. 2x for RAID-1).
  • Compression: Enabled to reduce storage footprint for database data.
  • Encryption: Enabled, using “VVF-KMS” for consistency with the cluster’s security settings.
  • Verify compatibility with “vSAN-Datastore-New”.

Complete the Policy:

Click Finish to create the policy.

Scenario Example: Create “DB-Performance-Policy” with FTT=1, RAID-5, compression, and encryption for the 2 database VMs (e.g., “CRM-DB-01” and “CRM-DB-02”).

Study Tip: Practice configuring RAID-5 policies in a lab, noting that RAID-5 requires a minimum of 4 hosts. Understand the performance vs. capacity trade-off compared to RAID-1.

3. Apply Storage Policies to VMs

Overview: Apply the created policies to the respective VMs to enforce their storage requirements on the vSAN datastore.

Detailed Process:

  • Apply “CRM-High-Availability-Policy”:Navigate to Hosts and Clusters → New-vSAN-Cluster → VMs.
  • Select “CRM-VM-01” to “CRM-VM-06” (6 VMs, each with a 50 GB disk).
  • Right-click and select VM Policies → Edit VM Storage Policies.
  • Choose “CRM-High-Availability-Policy” and apply to the VM disks.
  • Confirm the VMs are powered on or reapply the policy during a maintenance window if needed.

Apply “DB-Performance-Policy”:

  • Select “CRM-DB-01” and “CRM-DB-02” (2 VMs, each with a 100 GB disk).
  • Right-click and select VM Policies → Edit VM Storage Policies.
  • Choose “DB-Performance-Policy” and apply to the VM disks.

Best Practices:

  • Apply policies to powered-off VMs to avoid disruptions for critical applications.
  • Ensure sufficient vSAN capacity (~2 TB usable after FTT=1) to accommodate all VMs.

Scenario Example: Apply “CRM-High-Availability-Policy” to the 6 CRM VMs and “DB-Performance-Policy” to the 2 database VMs on “vSAN-Datastore-New”.

Study Tip: Practice applying storage policies in a lab, focusing on the vSphere Client workflow. Understand how policies affect VM placement and storage usage for the exam.

4. Verify Storage Policy Compliance

Overview: Verify that VMs comply with their assigned storage policies and that the vSAN cluster meets policy requirements.

Detailed Process:

Check VM Compliance:

  • Navigate to Hosts and Clusters → VM → Summary → Storage Policy.
  • Confirm “CRM-VM-01” to “CRM-VM-06” show “CRM-High-Availability-Policy” and “CRM-DB-01” to “CRM-DB-02” show “DB-Performance-Policy”.
  • Check Policies and Profiles → VM Storage Policies → CRM-High-Availability-Policy → Monitor for compliance status (should be “Compliant”).
  • Repeat for “DB-Performance-Policy”.

Verify vSAN Health:

  • Navigate to Cluster → Monitor → vSAN → Health.
  • Confirm all tests pass (e.g., policy compliance, disk health, encryption).
  • Check Cluster → Monitor → vSAN → Capacity to ensure sufficient space for RAID-1 (CRM VMs) and RAID-5 (database VMs).

Test Performance:

  • Monitor performance in Cluster → Monitor → vSAN → Performance to verify low latency (<1 ms for database VMs, <5 ms for CRM VMs).
  • Address any non-compliance issues (e.g., add capacity if RAID-5 fails due to insufficient hosts).

Scenario Example: Verify that all 8 VMs are compliant with their respective policies, check vSAN health, and monitor performance to ensure the CRM and database VMs meet requirements.

Study Tip: Practice verifying policy compliance and vSAN health in a lab. Understand how to troubleshoot non-compliance (e.g., insufficient hosts or capacity) for exam scenarios.

Exam Scenarios and Tips

Scenarios:

Scenario: A VM shows a non-compliant storage policy. What should you check?
Answer: Verify vSAN cluster health, available capacity, and host count (e.g., RAID-5 needs 4+ hosts).

Scenario: A RAID-5 policy fails to apply. What’s a likely cause?
Answer: Fewer than 4 hosts in the vSAN cluster or insufficient disk capacity.

Scenario: CRM VMs consume excessive storage. How can you optimize?
Answer: Enable thin provisioning or use RAID-5 instead of RAID-1 for better space efficiency.

Study Tips:

  • Practice configuring vSAN storage policies in VMware Hands-On Labs https://labs.hol.vmware.com/.
  • Memorize: FTT settings (0, 1), RAID-1 vs. RAID-5, thin provisioning, and encryption integration.
  • Review VMware vSphere 9.0 documentation https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/vsphere/9-0.html for vSAN storage policy details.
  • Focus on scenario-based questions involving policy configuration, compliance, and capacity planning.

Resources:

  • VCP-VVF Study Guide Page: https://www.vladan.fr/vcp-vvf-administrator/
  • VMware vSphere 9.0 Documentation: https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/vsphere/9-0.html

Sample Exam Questions

Which vSAN storage policy setting ensures one host failure tolerance?
A. Thin Provisioning
B. Failures to Tolerate (FTT)=1
C. Compression Disabled
D. RAID-0
Answer: B. Failures to Tolerate (FTT)=1.

What is the minimum number of hosts required for a RAID-5 vSAN policy?
A. 2
B. 3
C. 4
D. 5
Answer: C. 4.

How do you verify a VM’s storage policy compliance in vSphere 9.0?
A. Check VM Summary → Storage Policy
B. Check Host → Configure → Storage
C. Check Cluster → Configure → vSAN Services
D. Check Networking → vDS
Answer: A. Check VM Summary → Storage Policy.

Final Words

Configuring vSAN storage policies is a important topic to master for the 2V0-16.25 exam and VVF administration. By mastering policy creation, application, and compliance verification, you’ll ensure VMs meet performance, availability, and security requirements. The upcoming VCP-VVF Study Guide Page, available at https://www.vladan.fr/vcp-vvf-administrator/, will be released as a PDF to support your preparation. Stay tuned for the next part of Objective 2.3! Happy studying, and good luck on your VCP-VVF journey!

More posts from ESX Virtualization:

  • 5 New VMware Certifications for VVF and VCF
  • VMware Alternative – OpenNebula: Powering Edge Clouds and GPU-Based AI Workloads with Firecracker and KVM
  • Proxmox 9 (BETA 1) is out – What’s new?
  • Another VMware Alternative Called Harvester – How does it compare to VMware?
  • VMware vSphere 9 Standard and Enterprise Plus – Not Anymore?
  • VMware vSphere Foundation (VVF 9) and VMware Cloud Foundation (VCF 9) Has been Released
  • Vulnerability in your VMs – VMware Tools Update
  • VMware ESXi FREE is FREE again!
  • No more FREE licenses of VMware vSphere for vExperts – What’s your options?
  • VMware Workstation 17.6.2 Pro does not require any license anymore (FREE)
  • Migration from VMware to another virtualization platform with Veeam Backup and Replication
  • Patching ESXi Without Reboot – ESXi Live Patch – Yes, since ESXi 8.0 U3
  • Update ESXi Host to the latest ESXi 8.0U3b without vCenter
  • Upgrade your VMware VCSA to the latest VCSA 8 U3b – latest security patches and bug fixes
  • VMware vSphere 8.0 U2 Released – ESXi 8.0 U2 and VCSA 8.0 U2 How to update
  • What’s the purpose of those 17 virtual hard disks within VMware vCenter Server Appliance (VCSA) 8.0?
  • VMware vSphere 8 Update 2 New Upgrade Process for vCenter Server details
  • What’s New in VMware Virtual Hardware v21 and vSphere 8 Update 2?
  • vSphere 8.0 Page
  • ESXi 7.x to 8.x upgrade scenarios
  • What is The Difference between VMware vSphere, ESXi and vCenter
  • How to Configure VMware High Availability (HA) Cluster

 

Shares
Vote !

| Filed Under: Server Virtualization Tagged With: Configure vSAN Storage Policies Leave a Comment

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.

Leave a Reply Cancel reply

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

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

  • VCP-VVF Administrator Study Guide: Objective 2.3 – VMware Storage Fundamentals, Part 4: Configure vSAN Storage Policies
  • Quick tip and solution How to find older vSphere documentation PDFs
  • VCP-VVF Administrator Study Guide: Objective 4.1 – VVF: Deploy and Configure, Part 1: Identify the Components of a VVF Deployment
  • VCP-VVF Administrator Study Guide: Objective 4.1 – VVF: Deploy and Configure, Part 2: Configure the Deployment of a VMware vSphere Foundation-Based Environment
  • VCP-VVF Administrator Study Guide: Objective 2.3 – VMware Storage Fundamentals, Part 3: Deploy a VMware vSAN Cluster
  • Veeam and XCP-NG Closed Beta Started
  • VCP-VVF Administrator Study Guide: Objective 4.2 – VVF: Manage, Part 4: Manage the Lifecycle of VMware vSphere Foundation
  • VCP-VVF Administrator Study Guide: Objective 2.3 – VMware Storage Fundamentals, Part 1: Configure vSphere 9 Storage
  • VCP-VVF Administrator Study Guide: Objective 2.2 – VMware Compute Fundamentals, Part 7: Secure Workloads and Infrastructure Using Encryption
  • VCP-VVF Administrator Study Guide: Objective 2.2 – VMware Compute Fundamentals, Part 6: Configure Content Libraries to Manage Resources

Get new posts by email:

 

 

 

 

Support us on Ko-Fi

 

 

Buy Me a Coffee at ko-fi.com

VMware Engineer Jobs

VMware Engineer Jobs

YouTube

…

Find us on Facebook

ESX Virtualization

…

Copyright © 2025 ·Dynamik-Gen · Genesis Framework · Hosted with HostColor.com