You first need to enable SSH via vsphere web client.
Basic commands for ESXi :
Basic commands helps in performing the basic operations which can be done in ESXi console such as listing the directories, changing the directory, checking the date etc.
Finding the ESXi version & updates:
This will help you to find the ESXi version with build numbers
Monitoring the ESXi load:
Start or Stop the services:
Basic commands for ESXi :
Basic commands helps in performing the basic operations which can be done in ESXi console such as listing the directories, changing the directory, checking the date etc.
Code:
ls #listing the directory.
Code:
ls -l #to check the directories with details.
Code:
pwd #finding the present working directory.
Code:
cd #change the working directory.
Code:
date #finding the date & time.
Code:
hostname #For finding the hostname
Finding the ESXi version & updates:
This will help you to find the ESXi version with build numbers
Code:
vmware -l #For ESXi version
Code:
vmware -v #For ESXi version with build
Code:
esxcli software vib list #For checking installed VIB.
Monitoring the ESXi load:
Code:
esxtop
Start or Stop the services:
Code:
services.sh