What is VxRail Appliance ? It’s a Dell EMC VxRail is a hyper-converged appliance. Like VSPEX™ BLUE, the Dell EMC product that it replaces, and other hyper-converged infrastructure systems, VxRail…
Category: VMware
Get WWPN of the hosts FiberChannel HBA
What is worldwide port number (WWPN) . A worldwide port number (WWPN) is unique identifier for each FC port of any Fibre Channel device. For server, we have a WWPN…
Virtual Machine’s Boot status (booting to the Guest OS or being forced to boot into BIOS ) by Power CLI sctipts .
Virtual Machine’s Boot status : <# .NOTES **************************************** Created by: Rajiv Pandey Web URL: www.vthesis.wordpress.com **************************************** .DESCRIPTION It will display the VM’s boot status , either VM’s booting to…
ESXi host installation date via Power CLI scripts .
ESXi host installation date : <# .NOTES **************************************** Created by: Rajiv Pandey Web URL: www.vthesis.wordpress.com **************************************** .DESCRIPTION It will display the installation date of an ESXi host . #> Function…
Outdated VM-tools VM list with version by power CLI scripts .
VMware Tools ? VMware Tools is a suite of utilities that enhances the performance of the virtual machine’s guest operating system and improves management of the virtual machine. … You…
Proactive HA-Redundancy health update .
What is Proactive HA ? Proactive HA is a new feature integrated with server vendor monitoring systems. … For example, Proactive HA can help you when there is a problem…
Reset SSO Password on vSphere 6.0
What is SSO ? VMware single sign-on (SSO) with Active Directory. After installing VMware vCenter Server Appliance (VCSA) 6.5, we only have a “vSphere.local” single sign-on (SSO) domain where we…
Get VM’s Cluster Host and Data Store Information with Powercli script
VM’s Cluster Host and Data Store Information with Powercli script : we can able to get the desired output . Get-VM -Name (Get-content c:\vmname.txt)| Select Name, @{N=”Cluster”;E={Get-Cluster -VM $_}}, @{N=”ESX…
View installed patches ,Vibs on ESXi host via Powercli
powerCLI script : $List = @() $VMHosts = Get-Cluster <Clustername> | Get-vmhost foreach ($VMHost in $VMHosts) { $VMHostName = $VMhost.Name $Cluster = $VMhost.Parent $esxcli = $VMHost | Get-EsxCli $List +=…
Purple Screen of Death (PSOD) Analyze .
1) What is PSOD ? A Purple Screen of Death (PSOD) is a diagnostic screen with white type on a purple background that is displayed when the VMkernel of an…