Posted On March 31, 2019

ESXi How To Perform Some Routine Tasks

kimconnect 0 comments
blog.KimConnect.com >> Virtualization >> ESXi How To Perform Some Routine Tasks
Enable SSH on ESXi:
Log onto vSphere Client as root
Home >> Inventory >> Configuration >> click Security Profile >> click Properties under Services >> double-click SSH >> select Start automatically if any ports are open >> OK >> click Properties under Firewall >> check SSH Client >> OK
use Putty to ssh to ESX02 as root
cd /vmimages/tools-isoimages
copy the actual path redirected from the alias (i.e. /vmfs/volumes/55702865-68f879f8-102f-90b11c037f13/packages/6.0.0/vmtools)
Copy to another ESX host:
cd /vmimages/tools-isoimages
scp 9200.16384.WIN8_RTM.120725-1247_X64FRE_SERVER_EVAL_EN-US-HRM_SSS_X64FREE_EN-US_DV5.ISO root@ESX02:{destination_path}
 
Copy from user’s workstation to ESX host:
Method 1:
Download WinSCP: https://winscp.net/eng/download.php
click drag ISO images from local to /vmimages/tools-isoimages
 
Method 2:
Home >> Inventory >> Summary >> right-click datastore{1|2|3}, Browse Datastore >> click new-folder icon >> give new folder a name >> go to new folder >> click upload-file icon >> select upload file >> browse to file on local hard drive >> OK
How to set ESX host to gracefully handle network disconnection
– VirtualCenter (must have VMware HA cluster feature) >> Right-click on the Cluster, and choose Edit Settings >> “Cluster Settings” dialog box, choose VMware HA on the left; In the right hand pane, set the Host Isolation response dropdown to “Leave VM Powered On”
– REG ADD \\KIM\HKLM\System\CurrentControlSet\Services\Disk /v TimeOutValue /t REG_DWORD /d 120 /f
 
 
How to install drivers
1. Download files (e.g. nic card)
2. SSH onto server
Change ESX software acceptance level
     ~# esxcli software acceptance set –-level=CommunitySupported
Download driver from http://www.dlink.com/uk/en/support/product/dfe-580tx-4-port-pci-bus-10-100mbps-fast-ethernet-server-adapter
unzip
use pscp to upload to root@esx01/tmp

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How to Run OpenMediaVault with Pass-through Disks in VMWare ESXi

Assumptions: 1. The ESXi host in this lab is available with three (3) 1TB hard…

Configure VPN from AWS to CPE (Juniper Router)

1. Create VPN connection from AWS portal and download the configuration file2. Import the configuration…

Virtual Machine Manager (VMM) Error ID: 1730

Symptom: $vmName='bad-guestvm' $vm = Get-SCVirtualMachine -Name $vmName Read-SCVirtualMachine -VM $vm Read-SCVirtualMachine : The selected action…
Other project: DragonCoin.com