This Week I Learned - Week #15 2021
This Week I Learned - * One view to the question "Has the cloud datacenter (Azure) achieved a tier 3 (or higher) classific…
This Week I Learned - * One view to the question "Has the cloud datacenter (Azure) achieved a tier 3 (or higher) classific…
There is a nice Google Cloud developer’s cheat sheet describing Google Cloud products in 4 words or less. There are short & …
This Week I Learned - * The ASM-based deployment model for Cloud Services has been renamed Cloud Services (classic). Cloud Servi…
This Week I Learned - * Hyper-Converged Infrastructure (HCI) is a software-defined, unified system that combines all the dispara…
Entire content and images are from VMware blog articles, paraphrased to capture essential points. Even if an organization never a…
* Tanzu is the Japanese word for containers * With "the biggest rearchitecture of vSphere in a decade", VMware is mak…
This Week I Learned - * Azure Backup uses Geo-redundant storage (GRS) by default. * Azure Backup can install a workload backup…
VMware Update or Recover root password using Host Profiles.Create the Host Profile 1. Right click any host in your inventory (it …
This article explains how to use performance collection tools to gather data for analysis of faults such as: Unresponsive ESX…
This table lists the default Queue Depth values for QLogic HBAs for various ESXi/ESX versions: The default Queue Depth value for …
To resolve this issue, extract the log file from a vmkernel-zdump file using a command line utility on the ESX or ESXi host. This…
ESXi 4.x, 5.x and 6.0 To power on a virtual machine from the command line: List the inventory ID of the virtual machine with …
1. Open the vSphere PowerCLI command-line. 2. Run the command:Get-VM | Get-HardDisk -DiskType "RawPhysical","Raw…
To identify RDMs using the vSphere Client: 1. Connect to vCenter Server or a host using the vSphere Client.2. Select a virtual ma…
Below script can help you to get the count of all vMotion events that has happened in the past 24 hrs. If you want to calculate t…
ESXTOPESXTOP is the utility only for ESX host to examine real-time resource usage for ESX and resxtop for ESX & ESXi hosts.es…
TO INSTALL VMWARE TOOLS FROM X WITH THE RPM INSTALLER: 1. Choose VM > Install VMware Tools.The guest operating system mounts t…
Use the below script to achieve : # Just paste the code in text file and rename with .ps1 # Purpose : List all orphaned vmdk on a…
Rescan All HBA of all ESXI in a simple way. For a Specific Cluster: get-cluster -name “MY CLUSTER” | get-vmhost | Get-VMHostStora…