vSAN encryption was introduced in 6.6 to encrypt the data at both the drive levels i.e., cache and capacity disks that are part of a vSAN datastore. This is so easy to configure, do not require any in guest agents and supports hybrid, all flash , stretched cluster, dedup /
vSAN Quiz
Object Space Reservation
If you are familiar with thin vs thick provisioning disk, this post will help you understand much easier about the OSR (Object Space Reservation). By default, virtual machine storage objects deployed on vSAN are thin provisioned. OSR is one of the storage policy, that specifies the percentage of the logical size
Disk Stripes in vSAN
Striping is not a new word in storage world. In vSan, Striping splits the data of a given object into multiple stripes (drives), also known as segments but not necessarily multiple hosts. Each stripe is accessed simultaneously, potentially increasing performance in hybrid configurations. vSAN allows for up to 12-way striping although 1
Failures to Tolerate (FTT)
RVC Commands – Part 3
In continuation to my previous posts part1 and part2 vsan.support_informationvsan.cluster_change_autoclaim vsan.host_claim_disks_differently vsan.observer_process_statsfile vsan.upgrade_statusvsan.cluster_info vsan.host_consume_disks vsan.ondisk_upgrade vsan.v2_ondisk_upgradevsan.cluster_set_default_policy vsan.host_evacuate_data vsan.perf. vsan.vm_object_infovsan.cmmds_find vsan.host_exit_evacuation vsan.proactive_rebalance
RVC Commands – Part 2
In continuation to the previous post Part 1 vsan.vm_perf_statsvsan.disable_vsan_on_cluster vsan.host_info vsan.proactive_rebalance_info vsan.vmdk_statsvsan.disk_object_info vsan.host_wipe_non_vsan_disk vsan.purge_inaccessible_vswp_objects vsan.whatif_host_failuresvsan.disks_info vsan.host_wipe_vsan_disks vsan.reapply_vsan_vmknic_configvsan.disks_stats vsan.lldpnetmap vsan.recover_spbm
RVC Commands – Part 1
RVC (Ruby Virtual console) is an interactive command-line console user interface for VMware vSphere and Virtual Center. It is bundled with both VCSA and the Windows version of vCenter Server. RVC is becoming one of the primary tools for managing and troubleshooting Virtual SAN environments. Here are some of the RVC commands that
vSan force provisioning
Power shell script to check dedup status
Deduplication and compression: How to check if vSan cluster has dedup enabled, though there are many ways to check it, I would show two ways here: From vCenter GUI: Login to vCenter using web client or HTML client , navigate to cluster > Manage > settings > Virtual San > General Deduplication and Compression
Convert a vSan stretched cluster to 3 node and above
Convert multi node vsan cluster to one node vsan cluster
Manage snapshots using powershell
Snapshots: Connect to VC using any of the below commands Connect-VIServer <vc name> or Connect-VIServer <vc name> -user <username> -password <password> How to take snapshot using powershell? Here is the example I am using to take memory snapshot for a specific vm: get-vm <vm name> | New-Snapshot -Name "snapshot Test" -Description "Taken today" -Memory If you have a