
VMware vCenter centralizes the management of a virtual infrastructure by uniting hypervisor hosts, networking, and storage into a single pane for scalable, reliable data center operations.
Contrast traditional infrastructure with virtualization by showing physical servers running a single os and storage. Show how virtualization centralizes management and enables multiple operating systems per hardware.
Explore how a VMware virtual infrastructure uses a hypervisor to run Windows and Ubuntu on a single hardware platform, delivering hardware independence, cost savings, scalability, and centralized management.
Discover how VMware vCenter coordinates ESXi hosts and virtual machines, enabling live migration with vMotion, distributed resource scheduling, fault tolerance, and centralized management of storage, networking, and patches.
Access and download the course installation scripts and documentation from the kit hub and GitHub, clone the repository, and install kit to run the VMware vCenter 6.7 setup.
Explore ESXi as a hypervisor that runs on bare metal, enabling multiple operating systems to share hardware via virtualization.
Check ESXi host health by using the monitoring view to assess memory usage, network performance, and latency, and inspect hardware health and logs for troubleshooting.
Learn the ESXi host boot sequence from restart to driver loading, script execution, and reaching the management interface, enabling configuration and joining hosts to vCenter.
Learn to upgrade an ESXi host from 6.5 to 6.7 by attaching the ISO, configuring a baseline, performing pre remediation, staging the upgrade, and remediating in maintenance mode.
Discover how storage datastores organize virtual machine files, ISO images, and folders across vCenter clusters, enabling centralized data management for multiple hosts.
Explore how vSAN provides software-defined, hyper-converged storage by pooling hosts into a scalable cluster, using SSD caching with HDD capacity, and policy-based management in vCenter.
Build a vSAN storage cluster with cache and capacity tiers, using SSDs for cache and SSD or hybrid for capacity, and configure vmkernel.
Create and remove folders, and upload and download files using the UI to manage objects and file structures.
Learn to create and remove directories via command line, manage the storage system and local store in VMware vCenter, and automate directory operations with scripts for efficient storage management.
deploy a new vm from a template using an ansible playbook in vCenter 6.7, configuring IP, credentials, datacenter, VM name, folder, datastore, networking, and power on after provisioning.
Learn to deploy multiple VMware vCenter 6.7 virtual machines with an Ansible playbook, using structured configuration and templates, plus a GitHub-based workflow to clone and deploy.
Configure ESXi host DNS settings with an Ansible playbook, including hostname, domain name, and DNS servers, and run the playbook to apply Google DNS and other parameters.
Configure ESXi hosts with an Ansible playbook by managing a central configuration file, inventory, and role file; apply one-shot deployments across clusters with proper credentials and SSL settings.
Learn to enable or disable IP v6 support on ESXi hosts via vCenter, using a simple playbook to configure the IP v6 feature across clusters and hosts.
https://www.nakivo.com/blog/most-useful-esxcli-esxi-shell-commands-vmware-environment/
Log into the SSA server and use ESXCLI to view the system configuration, including the version, hostname, DNS settings, and install-time information, ensuring correct configuration.
Learn to manage storage with the ESXCLI command line, log in to vcenter or hosts, and view storage information, datastores, and VM-related storage operations with CLI for troubleshooting and configuration.
Learn how to manage VMware vCenter users with the ESXCLI command line, including creating a sysadmin user, assigning permissions, and removing accounts, with console steps and reference to official documentation.
Set up ESXi host SNMP configuration via ESXCLI command line, including checking current settings, configuring SNMP parameters such as port 161, location, contact, and restarting the SNMP service.
Explore how to create and remove data centers and their clusters in VMware vCenter 6.7, treat data centers as folders, and organize staging and production clusters.
Add a new ESXi host to a data center cluster by configuring IP and DNS and supplying credentials. Ensure accessibility through vCenter with proper lockdown and SSL settings.
Learn how to migrate an ESXi host to another cluster by putting the host into maintenance mode, moving it, and reconfiguring vCenter for the new cluster.
Learn how to remove an ESXi host from a vCenter cluster by putting it into maintenance mode, then removing it from inventory along with its resources after confirmation.
Learn how to put an ESXi host into maintenance mode and how to remove it, using simple right-click steps, migration considerations, and quick execution.
Learn how to add and configure a standard switch in vcenter, including adding ports, editing settings, and removing the switch to manage networking effectively.
Learn to create a distributed switch in a data center, set up distributed groups, and safely remove the distributed switch along with its groups.
Learn how to create and remove a distributed switch port group in vCenter 6.7, configure uplinks and port groups, and enable LACP redundancy.
Enable jumbo frame on standard and distributed switches and the VMkernel adapter by configuring an MTU of 9000 bytes to prevent fragmentation.
Configure speed and duplex on the physical adapters to ensure full duplex communication and reduce latency. Match interface speed to the physical specifications to avoid performance issues.
Create a VMkernel adapter on the ESXi host to enable host-to-host communication via the distributed switch, specifying the network name, VLAN ID, and subnet.
Understand switch load balancing policies in VMware vCenter 6.7, including origin-based, IP hash based on source or destination IP, and explicit failover guided by uplink order.
Explore how network failover detection reports link status, detects when a switch cable is pulled, and differentiates simple link health checks from IP hash balancing policy considerations.
Analyze how to handle network failures in VMware vCenter 6.7, including switch notifications, fallback behavior, and failover order between active and standby adapters.
Configure port mirroring on a distributed switch to copy vm traffic for debugging and analysis, mirroring between VMs on the same or different hosts, and analyze with WesTrac.
Create a Linux VM in vCenter 6.7 by attaching an ISO image, booting, and installing the operating system; configure memory, CPU, and network, then remove the ISO after installation.
Learn to create a Windows virtual machine in VMware vCenter 6.7 by attaching an ISO image, configuring memory and storage, and completing the OS installation.
Configure the virtual machine's networking by setting the ip address and gateway, verify dns and interface status, and validate connectivity on centos 7 using the central console.
Learn to disable SELinux and the firewall on a Linux VM by setting enforcing to 0, editing the config, stopping the firewall, and rebooting with verification commands.
Access a virtual machine in VMware vCenter 6.7 using remote login or console, configure networking and IP settings, and troubleshoot with the machine’s IP information.
Learn how to update and change VM templates in VMware vCenter 6.7, including cloning, library usage, and configuring IP, DNS, and network settings to deploy customized virtual machines.
Learn how to clone a virtual machine in vCenter 6.7, including selecting the source, creating the clone, and updating IP addresses and ISO settings after cloning.
Remove a vm from inventory and then delete its physical files from the center cluster, ensuring permissions are handled and accounting for space impact.
Learn how to create and remove VM snapshots to preserve a virtual machine's state before edits, enabling safe rollback if configurations fail.
Learn how to choose the appropriate virtual network adapter type in VMware vCenter 6.7, comparing e1000e and vmxnet3 options for Windows and Linux VMs, and how this affects performance.
Power on and off virtual machines in vCenter 6.7 using the vim-cmd cli, and manage vm information from the console when the user interface is unavailable.
Explore how to create a local repository in vCenter 6.7 to prevent internet access by virtual machines, standardize packaging, and harden deployments for consistency and automation.
This lecture guides you through creating a VM in vCenter 6.7 for CentOS 7, including storage, ISO attachment, IP configuration, and setting up Apache for a local repo.
Learn to create a CentOS 7 yum local repo in a VMware vCenter 6.7 environment by mounting the ISO and hosting the repo with Apache.
Learn to create an Ubuntu 16.04 local repo in a VM by attaching the iso, installing the system, configuring a mirror, copying data, and updating repo metadata for local use.
Learn how to install VMware Tools on a Windows VM within vCenter 6.7, including mounting the ISO, running the installer, and verifying the VM IP after setup.
Complete guidance for Learning VMWare vCenter infrastructure. If you're thinking to become VMWare vSphere vCenter 6.7 Administrators, or you want to start to understand vSphere vCenter, then this course is perfect for you. You will watch video after video, from beginner level with explanations that are easy to understand. Also this course will provide many examples that make it easy for you to follow and understand.
And this course will use Ansible to help you making an automation deployment such as VM creation, DNS and SNMP configuration etc.
This course has 21 sections, 144 lectures, and 13 hours 15 minutes duration. Most videos are about how to do configuration and creating dashboard/panel by example. You will follow step by step how to use vCenter 6.7 component to manage virtual data center.
In this course, you will learn how to:
Installing vCenter 6.7
Managing vSphere vCenter 6.7
Managing(creating and removing) Standard and Distributed switch
Creating datacenter and cluster
Managing(adding and removing) ESXi host
Configuring ESXi Host firewall
Managing vCenter HA/vSphere HA/vMotion/DRS/Fault Tolerance
Managing affinity rules
Managing ESXi upgrading/HealthCheck
Forwarding log/NTP/DNS configuration on ESXi Host
Managing(creating/removing/snapshot/Clonning) Linux and Windows VM (Virtual Machine)
Creating/Updating VM template
Installing VMWare tools
Managing VMWare using ESXCLI command line
Using Ansible to automate a deployment
Managing vCenter security access
Backup and restore vCenter
Create CentOS 7 and Ubuntu 16.04 local repository
Managing(building/removing) VMWare VSAN cluster
Monitoring vCenter components using Zabbix
Creating Grafana dashboard for ESXi Host/VM/VSAN storage
etc.
After you finished this course, you will have confident to use and manage VMWare vCenter infrastructure.