Skip to main content

Posts

Powershell script - VMware - Extract the BIOS version of ESXi hosts

 Below script can be used to extract the BIOS version of ESXi hosts in the vCenter farm.  Input file is the list of ESXi hosts in the servers.txt file 
Recent posts

Powershell Scripts - VMware - Extract ESXi Patch ID

 Below script can be used to extract the ESXi patch Id from the vCenter Farm You have to add your input in the list.txt file  - the list of ESXi names.    

Cannot change the password of administrator@vsphere.local from the vSphere Web Client dropdown menu

  Symptoms The Change Password option is greyed out in the dropdown menu when you log in as Administrator@vSphere.local . You cannot change the password as an Administrator. A standard user logging in to the vCenter Single Sign-On (SSO) server from the vSphere Web Client can perform a password change from the dropdown menu. Resolution To resolve this issue, you must change the password for the Administrator. To change the password for the Administrator: Log into the vSphere Web Client with an SSO administrator user Click Administration. Click Users and Groups under Single Sign-On . Right-click Administrator under the Users tab. Click Edit User . Change the password for the Administrator. Note : If the Edit User dialog box for the Administrator@vSphere.local is greyed out, see Cannot change the adm

Configuring the ESXi host with Active Directory authentication

  Purpose This article provides steps to add an ESXi host to an Active Directory domain.  To add an ESXi host using the command line, see  "domainjoin-cli" command to join an ESXi host to an Active Directory Domain Impact / Risks Joining an ESXi hosts to an Active Directory domain with a read-only domain controller (RODC) is unsupported. You can join an ESXi hosts only to an Active Directory domain with a writable domain controller. Resolution To add an ESXi host to the Active Directory using vSphere client : Confirm the ESXi host is synchronizing time with the Active Directory Domain controller. For more information, see Synchronizing ESXi/ESX time with a Microsoft Do

Troubleshooting vpxd service on Windows vCenter Server

  Symptoms You cannot connect to VMware vCenter Server with the vSphere Client. You cannot see the VMware vCenter Server in the inventory in the vSphere Web Client. You see a Microsoft Windows Event error associated with IIS similar to: Event properties - Event 7024, Service Control Manager The VMware VirtualCenter Server service terminated with service-specific error The system cannot find the file specified.. Log Name: System Source: Service Control Event ID: 7024 Level: Error Note : A windows Event ID 1000 may also be reported in relation to this issue.   Connecting to vCenter Server fails with the error: Cannot connect to host server_name : No connection could be made because the target machine actively refused it.   Attempting to start the VMware VirtualCenter Server service fails. You see this error: Windows could not start the VMware VirtualCenter Server service on Local Comput

Resetting the vCenter SSO Administrator Password

 Symptoms SSO administrator is locked or expired. Purpose You must unlock and reset the vCenter Single Sign-On (SSO) password if you have entered an incorrect password for three times and you see the error:   User account is locked. Please contact your administrator. Resolution By default, the account lockout policy is set to unlock after 15 minutes. If the account does not get unlocked even after 15 minutes, you must unlock the account using another session that is still logged into the SSO server or using another user account with SSO administrator privileges.   To unlock/reset the administrator account, see: vSphere 6.x - How to unlock and reset SSO administrator password in vSphere 6.x

Toggling the vCenter Server Appliance default shell

  Purpose This article provides vSphere Administrators steps to toggle between default shells available on the vCentrer Server Appliance (vCSA). Resolution Currently, the vCSA is bundled with these supported shells: BASH Shell Appliance Shell Switching the vCenter Server Appliance 6.x to BASH Shell Log in to the vCenter Server Appliance through SSH. Run this command to enable access the Bash shell: shell.set --enabled true   Type shell and press Enter. In the temporary BASH shell, run this command to permanently configure the default Shell to BASH for Root : chsh -s /bin/bash root   Log out from the BASH Shell. Log in again for the changes to take effect. Note:  For 6.7 please do the below. Log in to the vCenter Server Appliance through SSH. Type shell and press Enter. In the temporary