In this Blog post I will setup a full vCenter with NSX Environment. The Setup is going to contain 1 Domain Controller based on Windows Server 2016 1 RDS Remote Desktop Server used for maintaining the environment 2 Management ESXi hosts 2 Compute ESXi hosts 1 Openfiler iSCSI VM used to provision shared storage to …
Category: ESXi
Feb 08 2017
Random ESXCLI commands
ESXCLI Commands: Here are some random esxcli commands that are useful when working with vSphere and Hosts. The commands also are very good to learn when studying to the VCAP6-DCV Deploy, Vmware Certified Advanced Professional 6 certification. Autodeploy: add-esxsoftwaredepot c:/files/esxi6.0.zip get-esximageprofile new-deployrule -Name ”deployment” -Item ”ESX-image”, ”Staging host” -pattern ”ipv4=192.168.0.10-192.168.0.20” add-deployrule -Deployrule ”deployment” get-deployruleset -active …
Recent Comments