ESX Virtualization

VMware ESXi, vSphere, VMware Backup, Hyper-V... how-to, videos....

Nakivo Backup and Replication - #1 Backup solution for Virtual, physical, cloud, NAS and SaaS

Menu
  • Certification
      • VCP-DCV vSphere 8
          • vcp2024-125.
        • Close
    • Close
  • VMware
    • Configuration Maximums
    • vSphere
      • vSphere 8.0
      • vSphere 7.0
      • vSphere 6.7
      • vSphere 6.5
      • vSphere 6.0
      • Close
    • VMworld
      • VMware EXPLORE 2024
      • VMware EXPLORE 2023
      • VMware EXPLORE 2022
      • VMworld 2019
      • VMworld 2018
      • VMworld 2017
      • VMworld 2016
      • VMworld 2015
      • VMworld 2014
      • VMworld 2013
      • VMworld 2012
      • VMworld 2011
      • Close
    • Close
  • Microsoft
    • Windows Server 2012
    • Windows Server 2016
    • Windows Server 2019
    • Close
  • Categories
    • Tips – VMware, Microsoft and General IT tips and definitions, What is this?, How this works?
    • Server Virtualization – VMware ESXi, ESXi Free Hypervizor, VMware vSphere Server Virtualization, VMware Cloud and Datacenter Virtualization
    • Backup – Virtualization Backup Solutions, VMware vSphere Backup and ESXi backup solutions.
    • Desktop Virtualization – Desktop Virtualization, VMware Workstation, VMware Fusion, VMware Horizon View, tips and tutorials
    • How To – ESXi Tutorials, IT and virtualization tutorials, VMware ESXi 4.x, ESXi 5.x and VMware vSphere. VMware Workstation and other IT tutorials.
    • Free – Free virtualization utilities, ESXi Free, Monitoring and free backup utilities for ESXi and Hyper-V. Free IT tools.
    • Videos – VMware Virtualization Videos, VMware ESXi Videos, ESXi 4.x, ESXi 5.x tips and videos.
    • Home Lab
    • Reviews – Virtualization Software and reviews, Disaster and backup recovery software reviews. Virtual infrastructure monitoring software review.
    • Close
  • Partners
    • NAKIVO
    • StarWind
    • Zerto
    • Xorux
    • Close
  • This Web
    • News
    • ESXi Lab
    • About
    • Advertise
    • Archives
    • Disclaimer
    • PDFs and Books
    • Close
  • Free
  • Privacy policy

How To Install VMware VCSA 6 in VMware Workstation

By Vladan SEGET | Last Updated: November 9, 2022

Shares

You could have read my detailed post How-to Install VMware VCSA 6.0 on ESXi hypervisor already. Today we'll show you how from the installation ISO you deploy VCSA by using VMware Workstation or Player. This is not supported by VMware, but it might be useful for home lab testing or “vSphere-in-a-box” demos.

I have a 32 Gb box (previously used for ESXi) which has some SSDs and which I'm using to demo VMware VSAN with VMware Workstation. vCenter was until now configured in Windows VM, but after today's post, I will also be able to quickly spin VMware VCSA to show clients Linux version of vCenter server. The 32 Gb of RAM is really necessary for nested VSAN environments running on the top of Windows client OS. But it allows demoing VSAN with 3-4 hosts as well as running your DC, DNS… and vCenter server.

How To Install VMware VCSA 6 in VMware Workstation. Let's get started.

Step 1: If you haven't done yet, download VMware VCSA ISO > Mount it (natively since W8, if you're still on W7 you'll have to use third party tool like daemon tools for example) > Go to the vmware-vcsa folder where you'll find a file without extension > Do a right click and Extract. Choose some temp folder on your hard drive.

How to install VMware VCSA 6 in VMware Workstation

Step 2: Right click the “VMware-vCenter-Server-Appliance-6.0.0.20000-3634791_OVF10.ovf” file and select Open with VMware Workstation. (Note that you can also double click the OVF file and the pop-up asking which tool you want to open it with should appear…

How to install VMware VCSA 6 in VMware Workstation

This opens up an import assistant.

Step 3: Name the new VM as you like (VCSA6 in my case) and let VMware Workstation to import this VM to the desired location (in my case it's fast NVMe drive from Samsung (The Samsung 950 pro). Do not power On the VM just yet. Open Windows explorer and locate the VCSA6.vmx file (you have to have file view with extensions On) > Add those lines to the end of the file…

How to Install VCSA 6 in VMware Workstation

As you can see the config adds static IP address, gateway, DNS servers and root passwords…

guestinfo.cis.appliance.net.addr.family = “ipv4”
guestinfo.cis.appliance.net.mode = “static”
guestinfo.cis.appliance.net.addr = “10.10.2.9”
guestinfo.cis.appliance.net.prefix = “24”
guestinfo.cis.appliance.net.gateway = “10.10.2.1”
guestinfo.cis.appliance.net.dns.servers = “10.10.7.2”
guestinfo.cis.vmdir.password = “Mysuperpassword007”
guestinfo.cis.appliance.root.passwd = “Mysuperpassword007”

The whole file then looks like this…. Click Save and exit the notepad.

How to install VCSA 6 in VMware Workstation

Step 4: Edit your network settings on the VM through VMware Workstation. In my case, my nested lab runs on VMNET2 and is isolated from the outside world. (I certainly do not want to interfere with other VMs in my home network, but rather create a separate “bubble” for the nested lab) … I know that many of you know your way, but I prefer to show this for folks which struggle…

How to install VCSA 6 in VMware Workstation

And those are my network settings (my VMnet2 network) when you go to Workstation Menu Edit > Virtual Network Editor…

How to install VCSA 6 in VMware Workstation

Step 5: Boot the VM > Go for a cup of coffee -:) as the process takes good 10 min to install…

How to install VCSA 6 in VMware Workstation

You can hit the Esc button to see the details, but that's all you can do. Just wait….

It takes a lot of time even on running the very fast (see the “fastest” Samsung 950 Pro consumer SSD). If your motherboard does not have M.2 slot you can use an adapter (ex. Lycom DT-120). Samsung has 2 models of different capacity. Mine is just 256Gb.

Samsung 950 Pro (256Gb) | Samsung 950 Pro (512 Gb)


———————————————————————–

Lycom DT-120 Adapter M.2

That's all folks… The final screen looks like this…

VMware VCSA 6 How to install in VMware Workstation

There are quite a few posts quite similar detailing this. I found the config on this blog, but there are other resources I'm sure as many folks tried to run the VCSA directly in Workstation without any configuration options and they failed.

Another option would perhaps be also to deploy the VCSA as nested VM on already nested ESXi, but I think that the performance would suffer. I might try in one of my future posts, just to see if it's possible to do some work actually.

I recorded a small video where you can see all the steps:

Update: You no longer need to use those tweaks. Just download the latest VMware Workstation 2017 Tech Preview and you can do that without any tweaks of VMX files. Check Deploy VMware vCSA 6.5 in VMware Workstation 2017 (Tech Preview)

Enjoy…-:)

Other VCSA Posts:

  • How to install VCSA 6.0
  • VMware VCSA – 3 Ways to Activate SSH
  • VMware VCSA – How to check running services?
  • VMware VCSA – How to Join Domain
  • VMware VCSA – IP Address Change
  • vSphere 6 Page
  • VMware VCSA – Configure NTP
Shares
4.8/5 - (5 votes)

| Filed Under: How To, Videos Tagged With: How To Install VMware VCSA 6 in VMware Workstation

About Vladan SEGET

This website is maintained by Vladan SEGET. Vladan is as an Independent consultant, professional blogger, vExpert x16, Veeam Vanguard x9, VCAP-DCA/DCD, ESX Virtualization site has started as a simple bookmarking site, but quickly found a large following of readers and subscribers.

Connect on: Facebook. Feel free to network via Twitter @vladan.

Comments

  1. Kelvin Cheung says

    May 17, 2016 at 7:48 pm

    hi,Vladan

    i would like to know how to install External Platform Service Controller under VCSA 6 in VMware Workstation 12 for my lab.is it editing parameter of VCSA VMX file or uninstall VCSA mainly service for using External PSC in the Workstation?

    Please advise

    Thank you!

    • Vladan SEGET says

      May 18, 2016 at 7:54 am

      Kevin,

      You may want to check this post which provides scripting options… http://www.vladan.fr/vcenter-appliance-6-0-simplified-scripted-installation/

      ++
      Vladan

      • Andes says

        May 18, 2016 at 12:40 pm

        I saw the above link, it describes the method to deploy the PSC from Jason file to ESXi host.
        But is it possible to deploy the PSC to VMware Workstation???

        Because once we open the OVF file, it seems using the “Tiny” environment and using embedded mode by default when the first time boot-up. Is there any way to change the mode?

        • Vladan SEGET says

          May 18, 2016 at 1:28 pm

          No the above link isn’t for Workstation.

          The Workstation How-to deploys the PSC allong with VCSA – in the same VM.

    • Anthony Hill says

      March 24, 2018 at 4:47 am

      If you want to deploy just the PSC of the VCSA then use VM Workstation 14, it has native support for both VCSA 6 and VCSA 6.5 and will allow you to do this.

  2. Alfonso Lopez says

    September 16, 2016 at 2:47 pm

    To everyone doing copy/paste from the lines in this post:

    Beware. You’ll end up with “ipv4” instead of “ipv4” for example.
    This means that your .vmx file will have the wrong characters and VMware Workstation won’t recognize those lines, so you’ll end up with DHCP and who knows what password in your VCSA 6.0 appliance.

    • Vladan SEGET says

      September 17, 2016 at 12:18 pm

      Alfonzo,

      to be truth I’m not quite getting what you are pointing at. Your example shows the exact same characters… Please explain.
      Vladan

    • Slobodan says

      September 23, 2016 at 9:52 pm

      Thanks Alfsonso,

      I didn’t understood why the deployment failed 🙂

      Vladan, try to past your code on Notepad++, you’ll see “” are different.

      it needs to be replaced.

      • Vladan SEGET says

        September 23, 2016 at 10:11 pm

        Thanks for the help guys. I’m taking few weeks OFF so, not so much online right now… -:)
        Cheers.
        Vladan

  3. mohamamd says

    October 6, 2016 at 9:02 am

    hi
    when we deploy vCSA in this way, how we can update this vCSA??

  4. vikrant says

    October 6, 2016 at 2:23 pm

    the way you explain each and every thing is really a very good . I follow your steps and my VMware VCSA 6 has been installed on VMware Workstation. thanks

  5. Justin Mercier says

    November 15, 2016 at 4:40 am

    Thanks! This helped me test a VCSA upgrade in Workstation. Any chance you might extend this to also include how you set up VSAN within Workstation? I’ve never done VSAN before but we’re deploying it soon and would like to experiment with it before we receive all the equipment.

  6. Leonid says

    December 14, 2016 at 2:30 pm

    Thanks for the great post!

    Two lessons I’ve learned:
    1. Use a complex password (CAPS + small + numbers). If using a simple password, you will not be able to login and will have to redeploy.
    2. If using DNS, make sure you create the A record before attempting to submit the installation wizard. Otherwise, you will have to redeploy:
    https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2115142

  7. Steve says

    August 10, 2017 at 12:12 am

    Hi Vladan,

    great post on the vCSA on ESXi 6.5
    btw, the reunion b&b looks fantastic , do you live there now ..

    • Vladan SEGET says

      August 11, 2017 at 9:59 pm

      Thanks. Yes, we live at 1st floor. Downstairs is for tourists…. -:)

  8. Akshay More says

    May 13, 2019 at 2:41 am

    Hey guys I am trying to install the esxi 5.5 on My Vmware workstation pro 14 but i am not able to install it . The screen say to accept accepting the EULA press f11 but whenever i tried to press f11 it is not accepting in vmware workstation. I have tried to windows server on vmware workstation it got successful. My system configuration is as below
    Ram 8 GB
    Processor intel I5 2.3 ghz
    1 TB hdd
    Windows 10

Private Sponsors

Featured

  • Thinking about HCI? G2, an independent tech solutions peer review platform, has published its Winter 2023 Reports on Hyperconverged Infrastructure (HCI) Solutions.
  • Zerto: One Platform for Disaster Recovery, Backup & Cloud Mobility: Try FREE Hands-On Labs Today!
Click to Become a Sponsor

Most Recent

  • Veeam Backup & Replication v13 Beta: A Game-Changer with Linux
  • What is Veeam Data Cloud Vault and how it can help SMBs
  • Nakivo Backup and Replication – Malware Scan Feature
  • Zerto 10 U7 released with VMware NSX 4.2 Support
  • XorMon NG 1.9.0 Infrastructure Monitoring – now also with Veeam Backup Support
  • Heartbeat vs Node Majority StarWind VSAN Failover Strategy
  • Vulnerability in your VMs – VMware Tools Update
  • FREE version of StarWind VSAN vs Trial of Full version
  • Commvault’s Innovations at RSA Conference 2025 San Francisco
  • VMware ESXi FREE is FREE again!

Get new posts by email:

 

 

 

 

Support us on Ko-Fi

 

 

Buy Me a Coffee at ko-fi.com

Sponsors

Free Trials

  • DC Scope for VMware vSphere – optimization, capacity planning, and cost management. Download FREE Trial Here.
  • Augmented Inline Deduplication, Altaro VM Backup v9 For #VMware and #Hyper-V – Grab your copy now download TRIAL.

VMware Engineer Jobs

VMware Engineer Jobs

YouTube

…

Find us on Facebook

ESX Virtualization

…

Copyright © 2025 ·Dynamik-Gen · Genesis Framework · Log in