![](http://3.bp.blogspot.com/-dfZOfnSZzIs/WCFrq3RKBMI/AAAAAAAAL4g/4K_uR7BOiYI8npxajCmyrjHbznZLlkwEQCLcB/s1600/VMware-vCenter-6.5.png)
In VMware vSphere 6.5, the VCSA deployment has changed from a "Single" monolithic stage where a user provides all of the information up front and the installer goes and deploys the VCSA OVA and then applies the configurations. For example, If you had a DNS entry or wanted to change the IP Address before applying the actual application configurations, it would not be possible and you would have to re-deploy which was not an ideal user experience.
STAGE-1 Initial OVA deployment which includes basic networking
![](http://1.bp.blogspot.com/-QWXsiowAeYw/WCFnjBXypfI/AAAAAAAAL4M/mLvKso2KKdkMzf5mEyFDgq3bqZS83kkpgCLcB/s640/vCenter-6.5-installer-1.png)
STAGE-2 Applying VCSA specific personality configuration
![](http://1.bp.blogspot.com/-B_ZRzLWoseM/WCFnjcW1eUI/AAAAAAAAL4U/lN8xk7PM5iMyGpGCXA4dGjtZPlr-NYZmQCLcB/s640/vCenter-6.5-installer-2.png)
The UI translates the user input into specific OVF properties which are then passed into the VCSA guest for configuration. This means that if you wish to deploy VCSA 6.5 running Fusion or Workstation, you will have two options to select from. You either deploy VCSA and complete both Stage 1 and 2 or just Stage 1 only. If you select the latter option, to complete the actual deployment, you will need to open a web browser to the VAMI UI (https://[VCSA-IP]:5480) and finish configuring the VCSA using the "Setup vCenter Server Appliance" option as shown in the screenshot below.
![](http://2.bp.blogspot.com/-IvPLFdXrxBE/WCFnjbLBK5I/AAAAAAAAL4Q/MWTvUO9fRVsf1Mbnyj5fHt4gXJonlCg6wCLcB/s640/vCenter-6.5-installer-3.png)
If you want to quickly get the VCSA 6.5 up and running, then choosing Option 1 (Stage 1 & 2 Config) is the way to go. If you want to explore new VCSA UI Installer, then you can start with Option 2 (Stage 1 Config) and this way you can step through Stage 2 using the native UI installer.
In the below steps I am going to deploy VCSA 6.5 using either VMware Fusion or Workstation, whatever suits your environment.
- Download the VCSA 6.5 ISO from VMware Website and extract it
- Import the VCSA OVA which will be located in vcsa/VMware-vCenter-Server-Appliance-6.5.0.5100-XXXXXX_OVF10.ova using either VMware Fusion or Workstation (you can either double click or just go to File->Open) but make sure you do NOT power it on after deployment. (this is very important)
- Locate the directory in which the VCSA was deployed to and open up the VMX file and append one of the following options (make sure to change the IP information and passwords based on your environment):
OPTION-1 (Stage 1 & 2 Configuration):
guestinfo.cis.deployment.node.type = "embedded"guestinfo.cis.appliance.net.addr.family = "ipv4"
guestinfo.cis.appliance.net.mode = "static"
guestinfo.cis.appliance.net.pnid = "192.168.1.190"
guestinfo.cis.appliance.net.addr = "192.168.1.190"
guestinfo.cis.appliance.net.prefix = "24"
guestinfo.cis.appliance.net.gateway = "192.168.1.1"
guestinfo.cis.appliance.net.dns.servers = "192.168.1.1"
guestinfo.cis.appliance.root.passwd = "VMware1!"
guestinfo.cis.appliance.ssh.enabled = "True"
guestinfo.cis.deployment.autoconfig = "True"
guestinfo.cis.appliance.ntp.servers = "pool.ntp.org"
guestinfo.cis.vmdir.password = "VMware1!"
guestinfo.cis.vmdir.site-name = "virtuallyGhetto"
guestinfo.cis.vmdir.domain-name = "vsphere.local"
guestinfo.cis.ceip_enabled = "False"
OPTION-2 (Stage 1 Only Configuration):
guestinfo.cis.deployment.node.type = "embedded"
guestinfo.cis.appliance.net.addr.family = "ipv4"
guestinfo.cis.appliance.net.mode = "static"
guestinfo.cis.appliance.net.pnid = "192.168.1.190"
guestinfo.cis.appliance.net.addr = "192.168.1.190"
guestinfo.cis.appliance.net.prefix = "24"
guestinfo.cis.appliance.net.gateway = "192.168.1.1"
guestinfo.cis.appliance.net.dns.servers = "192.168.1.1"
guestinfo.cis.appliance.root.passwd = "VMware1!"
guestinfo.cis.appliance.ssh.enabled = "True"
guestinfo.cis.deployment.autoconfig = "False"
guestinfo.cis.ceip_enabled = "False"
guestinfo.cis.appliance.net.addr.family = "ipv4"
guestinfo.cis.appliance.net.mode = "static"
guestinfo.cis.appliance.net.pnid = "192.168.1.190"
guestinfo.cis.appliance.net.addr = "192.168.1.190"
guestinfo.cis.appliance.net.prefix = "24"
guestinfo.cis.appliance.net.gateway = "192.168.1.1"
guestinfo.cis.appliance.net.dns.servers = "192.168.1.1"
guestinfo.cis.appliance.root.passwd = "VMware1!"
guestinfo.cis.appliance.ssh.enabled = "True"
guestinfo.cis.deployment.autoconfig = "False"
guestinfo.cis.ceip_enabled = "False"
Once you have saved your changes, go ahead and power on the VCSA. At this point, the guestinfo properties that you just added will be read in by VMware Tools as the VCSA is booting up and the configuration will begin. Depending on the speed of your hardware, this can potentially take up to 15min+ as I have observed it.
If you wish to check the progress of the deployment, you can open a browser to https://[VC-IP]:5480 and you should see some progress or you can periodically connect to the Hostname/IP Address and once it is done, you should be taken to the vCenter Server's main landing page.