
This lesson provides an overview of the VMware certification process, focusing on the Data Center Virtualization track, and outlines how this course will help you prepare for the VMware Certified Technical Associate (CTA) exam. It covers various VMware certifications, from foundational to advanced levels, and details the requirements, exam formats, and paths for progressing from the CTA to the VMware Certified Professional (VCP) and beyond.
This lesson provides an overview of virtual networking concepts in VMware, explaining how virtual machines (VMs) connect to other resources through virtual switches, port groups, and VMkernel ports within an ESXi host. It covers key components like virtual network interface cards (vNICs), VLANs, and the flow of network traffic between virtual and physical networks, essential for managing VM connectivity and understanding VMware's networking architecture.
This lesson provides an overview of key features of the vSphere Standard Switch, including NIC teaming methods for network redundancy and load balancing, traffic shaping to control bandwidth usage, and security settings like forged transmits, MAC address changes, and promiscuous mode. It also covers the use of multiple TCP/IP stacks for different types of traffic, such as vMotion and provisioning, enabling more flexible network management in vSphere environments.
This lesson explains the features and benefits of the vSphere Distributed Switch, highlighting its scalability, centralized management via vCenter, and advanced functionalities such as Private VLANs, Load-Based Teaming, and LACP. It contrasts the Distributed Switch with the vSphere Standard Switch, focusing on how it simplifies network management across multiple ESXi hosts and offers enhanced network security and load balancing options.
This lesson demonstrates the step-by-step process of creating a vSphere Distributed Switch (VDS) in vSphere 7, covering the configuration of uplinks, port groups, and the addition of ESXi hosts. It also shows how to migrate virtual machines to the distributed port group and manage hosts associated with the VDS for efficient network administration.
This lesson provides an in-depth guide on configuring a distributed port group in vSphere 7, covering essential settings like port binding methods, VLAN types, and elastic port allocation for dynamic scalability. It explains how to use VLAN tagging and VLAN trunking to control traffic segmentation and routing between virtual machines across different port groups and VLANs within a vSphere distributed switch.
This lesson explains the integration between vSphere 7 and NSX 3.0, highlighting how NSX enables the creation of virtual network elements like routers, firewalls, and switches for advanced network virtualization. It focuses on the seamless integration provided by the vSphere Distributed Switch 7.0, which supports both traditional distributed port groups and NSX segments, simplifying the deployment of features like micro-segmentation without the need for major network reconfiguration.
This lesson explores the advanced features of the vSphere Distributed Switch in vSphere 7, such as Cisco Discovery Protocol (CDP), Link Layer Discovery Protocol (LLDP), Private VLANs, NetFlow, port mirroring, and Health Check, which are unavailable on the vSphere Standard Switch. It also covers Network IO Control for managing bandwidth allocation and prioritization among different types of network traffic, providing practical demonstrations using a hands-on lab built on VMware Workstation.
This lesson demonstrates how to configure the security settings on a distributed port group in vSphere 7, focusing on three key options: Promiscuous Mode, MAC Address Changes, and Forged Transmits. It explains the functionality and security implications of each setting, emphasizing when to enable or reject them based on specific use cases, such as network monitoring or maintaining software licenses tied to specific MAC addresses.
This lesson demonstrates how to configure NIC teaming and failover policies for a distributed port group in vSphere 7, covering different load balancing methods like originating virtual port, source MAC, IP hash, and physical NIC load. It explains network failure detection options such as link status and beacon probing, and provides guidance on settings like notify switches, failback, and managing standby and unused uplinks for effective network management.
This lesson demonstrates how to configure traffic shaping on a vSphere distributed switch port group, allowing for both ingress and egress traffic shaping, which is unavailable on standard switches. It explains how to set average and peak bandwidth limits, and burst sizes, to manage bandwidth usage effectively, ensuring predictable network performance and preventing any single port group from consuming excessive resources.
This lesson demonstrates how to migrate virtual machines to a vSphere distributed switch using vSphere 6.7, which shares the same process as vSphere 7. It shows both methods: migrating VMs in batches by right-clicking a port group and choosing "migrate VMs to another network," and migrating individual VMs by editing their network adapter settings.
This lesson demonstrates how to troubleshoot and verify the networking configuration of a vSphere Distributed Switch in vSphere 7, using the vSphere client to examine virtual switches, VMkernel ports, and TCP/IP stacks on ESXi hosts. It highlights the importance of consistent settings between virtual and physical networks, including MTU, VLANs, and teaming methods, and shows how to use Health Check to ensure alignment between the virtual environment and physical network infrastructure.
This lesson explains Network I/O Control (NIOC) on a vSphere Distributed Switch, which uses shares, limits, and reservations to manage access to physical network bandwidth. NIOC allows for prioritizing traffic types and ensuring sufficient bandwidth allocation during contention, and it integrates with DRS to consider bandwidth availability when migrating virtual machines across hosts.
This lesson demonstrates how to configure Network I/O Control (NIOC) on a vSphere Distributed Switch in vSphere 7, detailing how to set bandwidth reservations, limits, and shares for different types of system traffic. The lesson emphasizes the importance of using a share structure for prioritizing network traffic to ensure flexibility, while also showing how to create and associate network resource pools with specific port groups for more controlled bandwidth management.
This lesson explains how Private VLANs on a vSphere Distributed Switch can be used to isolate traffic within a VLAN by creating secondary VLANs—isolated, community, and promiscuous—that control which virtual machines can communicate with each other. Isolated VLANs only allow communication with promiscuous ports, community VLANs allow communication within the same community and promiscuous ports, while different communities and isolated VLANs remain restricted from each other.
This lesson demonstrates how to configure Private VLANs on a vSphere Distributed Switch in vSphere 7, creating different port groups—isolated, community, and promiscuous—to control communication between virtual machines. The lesson shows how to set up a primary VLAN with multiple secondary VLANs, allowing for specific network isolation rules and segmenting traffic within a single VLAN for enhanced security and control.
This lesson demonstrates how to configure a port mirroring session on a vSphere Distributed Switch in vSphere 7, allowing traffic from one or more distributed ports to be mirrored to a specific destination for analysis. Different types of port mirroring sessions, such as distributed port mirroring, remote mirroring, and encapsulated remote mirroring, are explained to help users understand their use cases and configuration options.
This lessons demonstrates how to configure NetFlow on a vSphere Distributed Switch in vSphere 7 to capture and analyze traffic patterns. By setting up a NetFlow collector and enabling NetFlow on specific port groups, users can monitor network traffic flows for historical analysis and troubleshooting.
This lesson covers storage virtualization concepts in vSphere, discussing different storage architectures and troubleshooting methods. It explains how virtual machines interact with storage through virtual SCSI controllers, the types of virtual disks, and the importance of understanding storage topologies to identify issues effectively.
This lesson compares VMFS (Virtual Machine File System) and NFS (Network File System) storage technologies in vSphere environments, focusing on their differences in handling storage and data management. VMFS is used for block storage like iSCSI, Fibre Channel, or direct-attached storage, requiring ESXi hosts to format raw disk space, while NFS uses a network-based file system managed by the NFS server, allowing shared folder-like data storage without ESXi formatting.
This lesson explains the differences between NFS version 3 and NFS version 4.1, highlighting their implementation, security, and load balancing capabilities. NFS version 3 is unencrypted, requires root access, and uses a single IP address, limiting load balancing, while NFS version 4.1 provides improved security with Kerberos, supports encryption, and allows multipathing with multiple IP addresses for better load balancing.
This lesson demonstrates how to create an NFS data store in vSphere by accessing a pre-existing shared folder on an NFS server and configuring it for use with ESXi hosts. It covers the step-by-step process of setting up the data store, explains the implications of NFS configurations, and shows how to mount, unmount, and manage access to the NFS data store.
This lesson explains the basics of iSCSI storage and its implementation for vSphere virtual machines, covering the iSCSI storage array, associated networking, and the role of iSCSI initiators. It discusses three types of iSCSI initiators—software, dependent hardware, and independent hardware—and their configurations, benefits, and limitations, including the use of dynamic discovery for LUN identification and CHAP authentication for security.
In this lesson, you'll learn how to connect an ESXi host to an iSCSI storage array by adding a software iSCSI adapter and configuring dynamic discovery to detect available LUNs and data stores. The lesson includes troubleshooting steps, such as verifying iSCSI target access and resolving LUN masking issues to ensure successful communication between the ESXi host and the iSCSI storage device.
In this lesson, you'll learn how to create a new VMFS datastore in vSphere 7 by selecting a LUN from an iSCSI storage array, formatting it with VMFS 6, and configuring it for ESXi hosts. The lesson covers the benefits of shared storage, allowing multiple hosts to access the same datastore, and provides cautionary advice on the implications of unmounting or deleting a datastore.
In this lesson, I demonstrate how to configure network port binding and multipathing for VMFS datastores on a vSphere ESXi host, explaining the benefits of redundancy and load balancing for iSCSI storage traffic. The lesson covers different design options, including multiple VMkernel ports and physical adapters, and how to select an appropriate multipathing policy based on storage vendor recommendations.
In this lesson, I demonstrate how to extend the capacity of an existing VMFS datastore by first expanding the underlying LUN on an iSCSI storage array. After increasing the LUN size, I rescan the storage adapters in vSphere and use the newly available space to increase the size of the datastore, maintaining the best practice of a 1:1 relationship between datastores and LUNs.
In this lesson, I explain the dependent hardware iSCSI initiator, a physical storage adapter that helps reduce CPU overhead by handling some of the iSCSI workload, unlike a software-based iSCSI initiator. However, it still requires VMkernel ports created in software and does not fully eliminate CPU usage from the iSCSI host, unlike an independent hardware iSCSI initiator with dedicated Ethernet adapters.
In this lesson, I explain the independent hardware iSCSI initiator, a complete hardware solution that provides direct connectivity from an ESXi host to an iSCSI storage array without requiring VMkernel ports or a software initiator. With built-in Ethernet ports, it offloads storage operations from the host's CPU, ensuring efficient storage management and network connectivity.
In this lesson, we explore Storage Distributed Resource Scheduler (Storage DRS), a feature that uses datastore clusters and storage vMotion to automatically balance storage capacity and I/O latency across multiple datastores in a vSphere environment. We also discuss the use of affinity and anti-affinity rules to control the placement of virtual machine disks and how to manage maintenance tasks by putting datastores into maintenance mode.
In this lesson, I demonstrate how to create a datastore cluster and enable Storage DRS, which automatically balances storage capacity and I/O latency across multiple datastores. We explore configuring automation levels for different scenarios, setting thresholds for space utilization and latency, and using storage policies and affinity rules to manage VM placement effectively within the cluster.
In this lesson, we compare using vSAN for virtual machine storage with the traditional approach of using a dedicated physical storage array. While vSAN leverages the local storage within ESXi hosts to create a shared storage environment, both solutions provide the essential shared storage needed for features like vMotion, high availability, and fault tolerance, making them functionally similar to the virtual machines.
In this lesson, I'll explain the basic architecture of Virtual SAN (vSAN) and how it utilizes a cluster of ESXi hosts with dedicated VMkernel ports for vSAN traffic to enable storage redundancy and high availability. vSAN optimizes storage operations by using a combination of SSDs for caching and traditional hard disks for capacity, ensuring fast read/write speeds and data protection through mirroring across hosts.
In this lesson, I'll introduce the concept of disk groups in vSAN and discuss strategies for optimizing performance and managing capacity within them. By adjusting the ratio of SSD to hard disks and creating additional disk groups, you can improve read cache efficiency, enhance overall storage performance, and increase the capacity of the vSAN datastore, while maintaining balanced hardware configurations across the ESXi hosts for optimal resource management.
In this lesson, I'll introduce virtual volumes (vVols), the next generation of vSphere storage that enables more granular management of virtual machine objects at the storage array level. Unlike traditional VMFS datastores that use LUNs, vVols allow direct interaction with storage containers, supporting more efficient operations like cloning and snapshots by offloading tasks to the storage array, reducing network traffic and enhancing overall storage management.
In this lesson, I'll demonstrate how to configure a vSAN network on a cluster of vSphere 7 ESXi hosts using the VMware Hands-on Labs environment. This includes creating VMkernel ports with vSAN traffic enabled, verifying network configurations, and discussing network policies such as NIC teaming for redundancy and load balancing, ensuring proper communication across all hosts in the vSAN cluster.
In this lesson, I'll demonstrate how to create a vSAN cluster by configuring a group of ESXi hosts to utilize their local storage as shared storage. The process includes enabling vSAN on the cluster, setting up disk groups, and verifying that the hosts are properly configured for vSAN traffic.
In this lesson, I'll demonstrate how to configure Storage I/O Control (SIOC) to prioritize storage bandwidth for virtual machines on a datastore when congestion occurs. I'll also show how to create and apply VM storage policies with different share settings (high, normal, low) to manage storage resources efficiently during times of contention.
In this video, I'll explain how the vSphere CPU scheduler distributes virtual machines (VMs) across multiple physical processor cores and manages CPU resources through processes like strict and relaxed co-scheduling, CPU load balancing, and hyper-threading. I'll also discuss key concepts like CPU affinity, CPU ready, and the importance of right-sizing VMs to optimize performance and reduce contention.
In this video, I'll explain how virtual machines utilize the hypervisor's memory resources through a process of memory mapping and efficient sharing, allowing for memory oversubscription and dynamic allocation based on need. I will also discuss memory reservations, which guarantee a set amount of memory to a VM but can limit the available resources for other VMs on the same host.
In this video, I'll demonstrate how to use the performance charts in vSphere 7 to monitor virtual machine performance, focusing on key metrics like CPU, memory, storage, and network utilization. By examining the performance overview and advanced charts, we can identify potential issues such as high CPU ready values or ballooning memory and dig deeper into specific resource usage over various time spans for better VM performance management.
In this video, I'll introduce ESXTOP, a powerful command-line tool in vSphere for real-time performance monitoring and troubleshooting of ESXi hosts. We'll explore how to use ESXTOP to analyze CPU, memory, storage, and network metrics to identify potential bottlenecks and optimize virtual machine performance.
In this video, I demonstrate how to use ESXTOP to monitor an ESXi host's performance in real-time. By accessing the host via an SSH session, we explore various screens in ESXTOP to analyze CPU, memory, disk, and network metrics, enabling efficient troubleshooting and performance optimization.
In this video, I explain the concepts and components of Single Sign-On (SSO) in vSphere, focusing on identity sources like Active Directory and the process of authenticating users through the vSphere Web client. I also highlight the introduction of federated authentication in vSphere 7, which VMware encourages as a modern approach for enhanced security and management.
In this video, I demonstrate how to configure the Single Sign-On (SSO) service for the vCenter Server Appliance in vSphere 7, including adding Active Directory as an identity source for user authentication. By joining the vCenter Server to an Active Directory domain and assigning roles and permissions, administrators can log in using their domain credentials and manage vSphere environments more effectively.
In this video, we learn about the vCenter 7 Identity Federation feature that integrates Active Directory Federation Services (ADFS) for authentication, enabling the use of multifactor authentication (MFA) and industry-standard protocols like OIDC and OAuth 2.0. Unlike traditional single sign-on (SSO), this setup redirects authentication requests directly to ADFS, allowing for more secure authentication processes and management of roles and permissions within vCenter using Active Directory credentials.
In this video, I'll demonstrate how to configure roles and permissions in vCenter 7, focusing on creating custom roles by cloning existing sample roles and adjusting their privileges. I'll show how to assign these roles to users at different levels within the vCenter inventory, such as the vCenter server or specific hosts, ensuring appropriate access control and minimizing unnecessary administrative rights.
In this video, I'll show you how to secure virtual machines by configuring VM encryption policies and setting up a key management server (KMS) to manage encryption keys. The lesson covers the prerequisites for enabling encryption, such as setting host encryption mode, integrating a third-party KMS with vCenter, and ensuring redundancy to prevent key loss.
In this video, I'll demonstrate how to enable Secure Boot for a virtual machine in vSphere, ensuring only valid signed components are allowed during boot-up to prevent compromises. Additionally, I cover configuring automatic VMware Tools upgrades on VM power-on and setting encrypted vMotion options to secure memory transfers over potentially untrusted networks.
In this video, I'll demonstrate how to configure the ESXi host firewall and manage its services to enhance security. I'll show how to control traffic to the ESXi host itself by setting firewall rules for specific services like SSH and adjusting their startup policies to ensure only necessary services run, minimizing potential vulnerabilities.
In this video, I'll demonstrate how to configure lockdown mode on an ESXi host to ensure that all management access is done through vCenter, enhancing security and providing audit trails. I'll explain the differences between Normal and Strict Lockdown modes and show how to configure exception users, which allow certain users to access the host directly if vCenter is unavailable.
In this video, we'll explore vSphere Lifecycle Manager (vLCM), the successor to Update Manager, which allows for consistent image management across ESXi hosts. vLCM provides a more efficient way to manage ESXi host versions, third-party software, and firmware by maintaining a desired state and remediating any drift to ensure all hosts stay compliant.
In this video, we'll explore the vSphere Update Planner, a tool designed to simplify the upgrade process for vCenter by checking compatibility with other VMware products in your environment. By generating interoperability reports, Update Planner ensures that all registered VMware products, such as NSX, vRealize, and ESXi, are compatible with the new version of vCenter, streamlining the upgrade process compared to manually using update sequence documents and interoperability matrices.
In this video, I'll demonstrate how to assign license keys to a vCenter Server and ESXi hosts using the vSphere client. We'll navigate to the licenses screen under the administration view, add new license keys, and assign them to both the vCenter Server and the ESXi hosts to ensure they are properly licensed and ready for use.
In this video, I'll demonstrate how to install VMware Tools on a virtual machine to enhance its performance and functionality. VMware Tools provide important drivers, such as VMXNET3 and VM Ctl for ballooning, which improve network performance, memory management, and overall virtual machine efficiency.
In this video, I'll demonstrate various methods to upgrade VMware Tools on one or multiple virtual machines, including upgrading directly from the vSphere client or using bulk upgrades via the ESXi host's updates tab. I also cover options like setting auto-updates, scheduling upgrades, and taking snapshots before upgrading to provide a restore point for added safety.
In this video, I'll demonstrate how to upgrade the virtual hardware of a VM in vSphere 7, ensuring it is compatible with the latest ESXi version. I show two methods for upgrading: using the updates tab to upgrade multiple VMs at once or right-clicking an individual VM to schedule an upgrade for the next reboot.
In this video, I'll demonstrate how to upgrade an ESXi 6.7 host to ESXi 7. The process involves using vSphere Lifecycle Manager to manage and automate the upgrade, ensuring minimal downtime and maintaining compatibility with existing virtual machines and configurations.
In this video, I'll demonstrate how to perform an interactive upgrade of an ESXi host from version 6.7 to ESXi 7. The process involves shutting down the host, booting it from the ESXi 7 installation media, and following the installation prompts to upgrade while preserving existing configurations and data.
In this video, I'll demonstrate how to upgrade an ESXi 6.5 host to ESXi 7 using VMware Lifecycle Manager. The process involves creating an upgrade baseline with the ESXi 7.0 image, attaching this baseline to the host, and then remediating the host to upgrade it to the new version.
In this video, I'll demonstrate how to upgrade the vCenter Server appliance from version 6.7 to version 7 using the UI installer. The process involves deploying a new vCenter Server appliance, migrating the data from the existing instance, and then assuming the identity and configuration of the old appliance to complete the upgrade.
In this video, I'll demonstrate how to register and unregister a virtual machine from inventory in vSphere 7. Unregistering a VM disassociates it from an ESXi host without deleting its files from the datastore, allowing it to be registered to the same or a different host later on.
In this video, I'll demonstrate how to modify the VM file for a virtual machine in vSphere 7. After unregistering the VM, I'll show how to download, back up, and edit the VM file, highlighting the importance of keeping a backup to revert changes in case something goes wrong.
In this video, I'll demonstrate how to modify the advanced settings for a virtual machine in vSphere 7. I'll show how to navigate to the VM options, filter for specific parameters, and add new advanced configuration settings, such as setting a limit on memory reclamation by the ballooning process.
In this video, I'll demonstrate how to use vCenter Converter to create a virtual machine by converting an existing physical or virtual machine, such as a VMware Workstation VM, to a vCenter-managed VM. The process involves selecting the source machine, configuring settings like network interfaces and provisioning options, and then converting and importing the VM into the vCenter inventory.
In this video, we'll explore how Assignable Hardware works in vSphere 7, addressing limitations related to PCI device assignment and mobility. Assignable Hardware, using Dynamic Direct Path I/O and NVIDIA Grid profiles, allows for initial placement and high availability (HA) support while maintaining near-bare-metal performance for virtual machines, overcoming previous limitations with direct hardware assignment.
In this video, we explore how Auto Deploy in vSphere 7 can be used to automatically deploy new ESXi hosts by leveraging a DHCP server, TFTP server, and a rules engine to assign specific images and configurations to hosts as they boot. This approach is highly beneficial for environments with numerous ESXi hosts that need consistent imaging and configuration, or for scenarios where ESXi hosts run directly in memory without local storage.
In this video, we learn how to configure reservations and limits for a virtual machine in vSphere 7 to control resource allocation on an ESXi host. Reservations guarantee a minimum amount of CPU or memory for a VM, while limits impose a maximum cap, but both options come with significant trade-offs, such as reduced flexibility and potential issues with VM boot and migration due to admission control.
In this video, we learn how to configure shares for CPU and memory resources on a virtual machine in vSphere 7 to control resource allocation during times of contention. Shares are flexible, only enforced when resource contention occurs, and provide a way to prioritize certain VMs without permanently reserving or limiting resources.
In this video, we learn how to use the CPU and memory hotplug feature in vSphere 7 to dynamically add CPU and memory resources to a powered-on virtual machine. While vSphere supports hotplugging, it's essential that the guest operating system also supports dynamic hardware changes for them to be properly recognized.
In this video, we explore how resource pools in vSphere 7 can be used to manage resources for groups of virtual machines by configuring shares, limits, and reservations. Resource pools allow for hierarchical organization, setting resource allocations, and prioritizing resources for critical workloads, while VMs within these pools can have their entitlements adjusted dynamically based on resource contention.
In this video, we'll explore how scalable shares in vSphere 7 dynamically adjust resource allocation within resource pools to maintain proportional distribution of resources across virtual machines. Scalable shares address the limitations of traditional resource pools by considering the number of VMs in each pool, ensuring that VMs in higher-priority pools consistently receive more resources, even when pool sizes vary.
In this video, I'll demonstrate how to create and manage resource pools in vSphere, showing how to configure CPU and memory shares, reservations, and limits to control resource allocation. I'll also explain the importance of scalable shares in clusters with DRS enabled to maintain balanced resource distribution among virtual machines.
In this video, I'll demonstrate how to configure expandable reservations on a resource pool in vSphere to allow virtual machines to use resources beyond what the pool can provide. With expandable reservations enabled, if a VM's reservation exceeds the available resources in its resource pool, it can "borrow" resources from the parent pool, host, or cluster, allowing the VM to power on despite limited resources in its immediate pool.
In this video, I'll demonstrate how to create a vApp in vSphere, which allows you to control the boot and shutdown order of multiple virtual machines (VMs) within a container. By organizing VMs into groups and configuring delays and power actions, a vApp ensures that dependent VMs start up and shut down in a specific sequence to maintain proper functionality.
In this video, we'll explore the enhancements in vSphere 7's Distributed Resource Scheduler (DRS), which shifts from a cluster-wide utilization model to a VM-centric approach. The new DRS calculates a "VM DRS score" for each virtual machine based on factors like CPU and memory usage, VM headroom, and vMotion cost, aiming to optimize the execution efficiency of individual VMs by dynamically migrating them to the best-performing hosts.
In this video, I demonstrate how to create a Distributed Resource Scheduler (DRS) cluster in the vSphere client, enabling DRS to automatically manage and balance VM workloads across multiple ESXi hosts. I cover different DRS automation levels—manual, partially automated, and fully automated—and explain how to configure settings like migration thresholds and predictive DRS to optimize cluster performance.
In this video, I demonstrate how to configure additional Distributed Resource Scheduler (DRS) settings in the vSphere client, including VM distribution to evenly spread VMs across hosts to minimize impact during host failures, and setting maximum CPU overcommitment ratios to control the number of virtual CPUs per physical CPU in the cluster. Additionally, I discuss the benefits and constraints of these settings, as well as the scalable shares feature, which normalizes share values on a per-VM basis within a cluster.
In this video, I demonstrate how to configure Distributed Power Management (DPM) in the vSphere client to optimize power consumption by consolidating virtual machines onto fewer hosts during low utilization periods and placing unused hosts in standby mode. I explain the different automation levels for DPM, recommend settings for most scenarios, and discuss the prerequisites for enabling DPM, such as configuring IPMI or iLO for wake-on-LAN functionality to ensure hosts can be powered back on as needed.
In this video, I demonstrate how to add standalone ESXi hosts to a DRS cluster in the vSphere client, highlighting the options to either merge existing resource pools into the cluster's resource pool or maintain the original resource pool hierarchy. I explain that while moving hosts into a DRS cluster can affect pre-existing resource pool configurations, it's a good opportunity to reevaluate and adjust the resource pool structure for optimal performance and balance within the cluster.
In this video, I demonstrate how to monitor a DRS cluster in the vSphere client, focusing on key metrics like the cluster DRS score, VM placement recommendations, and task history to observe DRS activity. I also show how to configure DRS automation levels, review DRS faults and recommendations, and verify host readiness for vMotion to ensure optimal performance and load balancing across the cluster.
In this video, I demonstrate how to configure DRS affinity rules, DRS groups, and VM overrides in a DRS cluster to control virtual machine placement and behavior. These settings allow you to customize VM automation levels, enforce affinity or anti-affinity rules to keep VMs together or apart, and create host and VM groups to manage which VMs run on specific hosts or clusters, ensuring optimal resource usage and high availability.
In this video, I demonstrate how to use DRS to automatically migrate virtual machines off an ESXi host when putting it into maintenance mode, minimizing downtime. Additionally, I show how to configure DRS and Update Manager to work together for zero-downtime patching of ESXi hosts in a cluster.
In this video, I demonstrate the Cluster QuickStart feature in vSphere, which simplifies creating and configuring a cluster with consistent VMkernel ports, networks, and settings for features like vSAN, DRS, and HA. This tool helps ensure a standardized setup across multiple ESXi hosts, making it easier to quickly deploy and manage a new cluster environment.
In this video, I demonstrate how to troubleshoot issues using ESXi management agents, focusing on restarting and managing services like 'hostd', 'vpxa', and other key agents. These agents are crucial for maintaining communication between the ESXi host and vCenter Server and restarting them can resolve common connectivity and performance problems.
In this video, I demonstrate how to export system logs from the vSphere client, focusing on selecting specific objects like ESXi hosts and vCenter server logs for export. This process is typically done for VMware support requests, and the logs can be downloaded and directly uploaded to a service request from within the vSphere client.
In this video, I demonstrate how to export log files from an individual ESXi host using the host client, especially in scenarios where vCenter is down and the vSphere client is unavailable. I show the steps to generate a support bundle, extract its contents, and review what is included in these logs, which are often sent to VMware support for further analysis.
In this video, I demonstrate how to configure high availability (HA) in vSphere 7, explaining the various settings that can be adjusted, such as host failure responses, host isolation responses, and VM restart priorities. The lesson covers how to manage cluster behaviors during host failures, network isolation, and storage connectivity issues, ensuring virtual machines are properly managed and restarted as needed.
In this video, I demonstrate how to configure Admission Control on a vSphere HA cluster to ensure sufficient resources are reserved for virtual machines in case of host failures. The lesson covers different admission control policies, such as Cluster Resource Percentage, Slot Policy, and Dedicated Failover Hosts, and explains why the Cluster Resource Percentage method is often the most practical and recommended approach for most environments.
In this video, I demonstrate how to configure heartbeat datastores for a vSphere HA cluster to improve host monitoring and failure detection. The lesson explains how heartbeat datastores provide an additional layer of availability by allowing hosts to communicate their status through shared storage when network communication is lost.
"Very well explained and so far, better than previous training taken online." - Gareth
"Excellent info, down to Earth and easy to understand. Rick, you are extremely knowledgeable. Thanks for the inside tidbits and 'why' stuff happens on a vm." - Paul
Are you looking for VMware vSphere Training? Do you want to learn from an experienced trainer who makes complex concepts simple and easy to understand? Do you need to prepare for the VMware vSphere 2021 Datacenter Virtualization (DCV) exam?
I am a VMware Certified Instructor who has taught thousands of hours of live training directly for VMware. Most lectures in this course are 5 - 15 minutes long. A few deeper topics are slightly longer. There are over 50 real-life demos of tasks being performed in a vSphere 6.7 environment using the new HTML5 vSphere Client.
VMware vSphere is everywhere. Non-virtualized datacenters are a thing of the past, and in order to stay relevant you must understand vSphere. This course builds off my "Clear and Simple vSphere Foundations" videos and gives you a deeper understanding of vSphere.
Topics covered in this course include (but are not limited to):
Microservices, Containers, and Kubernetes
Networking
Configure vSphere Standard and Distributed Switches
NIC Teaming and failover
Port Mirroring
Network IO Control
Traffic Shaping
Private VLANs
TCP/IP Stacks
NetFlow
Storage
VMFS and NFS
iSCSI
FC and FCoE
vSAN
VVOLs
Storage Multipathing and failover
Security
Single Sign-On
Hardening VMs and Hosts
Encrypted vMotion
Roles and Permissions
Updates and Upgrades
Lifecycle Manager
Upgrade VMware Tools and VM Hardware
Upgrade ESXi
Upgrade vCenter
Deploying Virtual Machines and Hosts
Templates and Cloning
Auto Deploy and Host Profiles
Content Libraries
vCenter Converter
Working with VMX Files
Resource Management
Configuring DRS Clusters
DRS Affinity Rules, Overrides, and advanced settings
Shares, Limits, and Reservations
Resource Pools
Troubleshooting
Restart ESXi Management Agents
Collect Diagnostic Data
Generate Log Bundles
Backup and Recovery
vSphere Data Protection
vSphere Replication
High Availability (HA)
Virtual Machine Component Protection (VMCP)