Posted On March 31, 2019

Install vCenter

kimconnect 0 comments
blog.KimConnect.com >> Virtualization >> Install vCenter
– Download VMware-VCSA-all-6.0.0-2656757.iso
– Download VirtualCloneDrive
– Mount VCSA as virtual CD ROM
– Disable antivirus (to unlock hosts file) on local workstation
– Install VMWare-ClientIntegationPlugin-6.0.0.exe from mounted virtual CD ROM
– Create DNs record (vcenter.domain.local) & reserve static IP address for vcenter
– Run vcsa-setup.html: use IP / FQDN from prior step as static networking settings, 0.pool.ntp.org,1.pool.ntp.org,2.pool.ntp.org,3.pool.ntp.org as ntp

Leave a Reply

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

Related Post

PowerShell: Set Virtual Machine Default Paths on Hyper-V Host of a Cluster

$newVirtualMachinePath='D:\VirtualMachines' $newVirtualHardDiskPath='D:\VirtualMachines' function getHyperVHostsInForest{ function includeRSAT{ $ErrorActionPreference='stop' [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 #$rsatWindows7x32='https://download.microsoft.com/download/4/F/7/4F71806A-1C56-4EF2-9B4F-9870C4CFD2EE/Windows6.1-KB958830-x86-RefreshPkg.msu' $rsatWindows7x64='https://download.microsoft.com/download/4/F/7/4F71806A-1C56-4EF2-9B4F-9870C4CFD2EE/Windows6.1-KB958830-x64-RefreshPkg.msu' $rsatWindows81='https://download.microsoft.com/download/1/8/E/18EA4843-C596-4542-9236-DE46F780806E/Windows8.1-KB2693643-x64.msu' $rsat1709 =…

Project Servers Virtualization

Project Scope: The scope of this project is limited to stabilizing production environment by ensuring…

Upgrade Virtual Hardware Version in VMM

The following script will upgrade all guest virtual machines from a lower version to the…