VAAI – What are the features?
April 24, 2017
Configure Netflow for vDS
May 8, 2017
VAAI – What are the features?
April 24, 2017
Configure Netflow for vDS
May 8, 2017

Install VCSA 6.5 in Workstation

There might be a situation where you need to install vCenter Server Appliance in VMware Workstation. But while installing VCSA 6.5 we all know that the installation process will ask for the ESXi host IP, username and password. Then how to install that in Workstation? This post says on the steps to deploy VCSA in workstation.

Extract the VCSA image file.

You could find the OVA file in vcsa folder.

Open Workstation and click File -> Open.

Select the extracted OVA file.

Specify the location and Click Import.

Accept the license.

Wait for the import.

Once done, VM will show up. But dont Power ON.

Open the VM location and edit the vmx file.

Add the following lines in the vmx file.

guestinfo.cis.appliance.net.add.family="ipv4"
guestinfo.cis.appliance.net.mode="static"
guestinfo.cis.appliance.net.add="192.168.1.100"
guestinfo.cis.appliance.net.prefix="24"
guestinfo.cis.appliance.net.gateway="192.168.1.1"
guestinfo.cis.appliance.net.dns.servers="192.168.1.15"
guestinfo.cis.vmdir.password="vmware"
guestinfo.cis.appliance.root.passwd="vmware"

Save it and now Power ON the VM.

VCSA will be up and running.

Leave a Reply

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