If you have already gone through my earlier post on pod creation and your pod is healthy with no errors, then you can go through next steps for image creation and desktop provisioning.. Login to horizon cloud console using the url given here: Since the domain registration is completed, you will have
Month: September 2019
Horizon cloud on Azure – Pod creation
vCenter HA
vCenter High Availability (VCHA) is the new feature introduced in vSphere 6.5 which is available with only VCSA deployment. It is a multi node architecture with active passive configuration plus a witness node. It is actually designed to reduce downtime during vCenter failures. Soon after the VCHA is configured, a drs
Virtual machine encryption
VMware introduced Native Virtual Machine Encryption in vSphere 6.5. In this post, we will take a look at how vCenter, ESXi Hosts, and KMS work together to encrypt the virtual machines in the environment. This feature not only encrypt the new virtual machines, but also existing ones. Before jumping directly into VM
Self Encrypting Drives (SED)
A SED, or self-encrypting drive, is a type of hard drive that automatically and continuously encrypts the data in it without any user interaction. Most of the drive manufacturing vendors in market are coming up with Full Drive encryption feature and is becoming increasingly common in solid state drives (ssd's) Encryption
dnsmasq in vCenter
Anyone familiar with vCenter services/feature should have heard about dnsmasq, VCSA has this service installed and started by default which is introduced from 6.0. DNSMASQ service is a internal DNS service that aggressively cache lookups far beyond the TTL of the A record. If you are given a task of changing the IP
Identify drives used in vSAN with LED Blinking
vSAN encryption
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