HomeVirtualizationHow to Deploy vCenter 8 in VMware Workstation

How to Deploy vCenter 8 in VMware Workstation

In this article, we will guide you through the steps to deploy VMware vCenter 8.0 on VMware Workstation. The VMware vCenter Server Appliance (VCSA) is used for centralized management of the vSphere infrastructure. This guide is tailored for those looking to set up a home lab or development environment without needing an ESXi host server.

Prerequisites

Before beginning the deployment, ensure that you have created the necessary DNS records for your vCenter Server. Specifically, you need to create a Host (A) and PTR record in your Active Directory DNS server. Failure to create these records could cause the auto-configuration of the vCenter 8 virtual machine to fail.

Steps to Deploy vCenter 8 in VMware Workstation

1. Create DNS Records

  1. Open DNS Manager Console.
  2. Expand the DNS (DC2022) node.
  3. Expand Forward Lookup Zones, right-click on your domain (e.g., jamiltec.local), and select New Host (A or AAA).
  4. Enter a unique name and IP address for the vCenter Virtual Machine.
  5. Select the box Create associated pointer (PTR) record, and click Add Host.

2. Download VMware vCenter 8.0

  1. Download the latest vCenter Server Appliance 8.0 ISO from VMware’s official website.
  2. Mount the ISO as a virtual CD/DVD drive.
DNS manager

Enter a unique name and IP address that you wish to assign to the vCenter Virtual Machine, Select the box “Create associated pointer (PTR) record”, and then click the Add Host button.

Add new host record

3. Deploy vCenter 8.0 Appliance

  1. Open VMware Workstation.
  2. Go to the File menu and select Open.
  3. Browse to the OVA file inside the mounted or extracted ISO file (located in the vcsa folder).
  4. Click Open.
  5. In the Import Virtual Machine window, accept the license agreement and click Next.
  6. Enter a unique name for the appliance and specify the path where the virtual server appliance files will be saved. Click Next.
  7. Choose the deployment option based on your environment. For a home lab, select the Tiny vCenter Server with Embedded PSC option, which configures a virtual machine with 2 vCPUs, 14 GB of memory, and a thin disk of 579 GB capacity.
  8. Configure additional properties such as the IP address, network mode, DNS settings, and SSO domain.
  9. Enter the root password for the appliance, which will be used for accessing the console for troubleshooting.
  10. Click Import to start the deployment process. This may take some time.
  11. Once the deployment is complete, the vCenter Server Appliance will power on. Wait for the Direct Console User Interface (DCUI) to appear, confirming the successful initialization.
Mount VMware VCSA ISO file

Run the VMware workstation. Click on the File menu, and then select Open.

VMware Workstation file menu

Choose the ISO image (VMware-vCenter-Server-Appliance 8.0) OVA file and then choose open.

VMware vCenter Server Appliance OVA

In the Import Virtual Machine window, choose the box “I accept the terms of the license agreement” and then choose Next.

Import VM End User License Agreement

Enter a unique name for the appliance, provide a path where you wish to save the virtual server appliance files, and then click next.

Import virtual machine VM name and path

In the deployment option, select the vCenter virtual machine size (CPU, memory, and disk). I am selecting the Tiny vCenter server with Enclosed PSC, which will install vCenter a tiny virtual machine configured with 2 vCPUs and 14 GB of memory and a thin disk of 579 GB capacity. This option includes a vCenter server with an included platform services controller for managing 100 virtual machines. It is suitable for my home lab.

Deploy vCenter deployment options

Import VCSA virtual appliance properties options that ask for additional properties for this VM.
IP Address You can either use IPv4 or IPv6.
Network mode
Host Network IP Address
Network prefix length
Default gateway
Network DNS Servers
Network Identity

VCSA 8.0 Network Configuration

SSO Configuration

We need to enter the SSO password that we will use to further configure the appliance.

vCenter SSO password configuration

On the System Configuration page, we need to enter the root appliance password; this one is needed when connecting to the console’s appliance for troubleshooting.

Root password configuration

Miscellaneous page.

VCSA Miscellaneous

On the Import virtual machine networking properties page, we need to enter the FQDM domain name, the “domain search path” and then click the Import button.

Network properties Domain Name

The import vCenter 8.0 process is in progress; it will take some time to complete the vCenter 8.0 OVA.

Importing vCenter appliance

All the VCSA VMware properties provided above will take some time to take effect after the vCenter appliance is powered on, so please wait and don’t shut down the appliance. Let the vCenter server virtual appliance initiate and wait for DCUI to appear to confirm all is going well.

VMware PHOTON Version 3.0

If you would like to reconfigure your vCenter appliance settings, then press F2.

Deploy vCenter 8 in VMware Workstation

Ping the vCenter server IP.

Command prompt

How to Configure vCenter in VMware Workstation

To configure VCSA 8.0 Appliance as a new vCenter Server in VMware Workstation.
Open your favorite web browser and then enter the FQDN address of the VCSA followed by port 5480 (for instance, https://vcenter.jamiltech.local:5480) and then hit enter.

Your connection isn’t private

Enter the root password, and then choose LOGIN.

Login to vCenter server appliance

Once the VCSA installation is completed successfully, select the Setup option to configure this vCenter appliance as a new vCenter server.

Getting started vCenter server

Install – Stage 2: Set Up vCenter Server Introduction; choose next.

Set up vCenter server setup wizard

4. Configure vCenter Server in VMware Workstation

  1. Open a web browser and enter the FQDN of the VCSA followed by port 5480 (e.g., https://vcenter.jamiltech.local:5480).
  2. Enter the root password and click Login.
  3. Select the Setup option to configure the vCenter appliance as a new vCenter server.
  4. Proceed through the setup wizard by configuring time synchronization, SSH access, and SSO domain settings.
  5. Review the configuration summary and click Finish to start the final configuration stage.
  6. The installation will now complete. Once done, click on the vCenter Server Getting Started link.

Click on Launch vSphere Client, and log in using the [email protected] credentials.

vCenter Appliance configuration

Choose the box “Create a new SSO domain”, enter a single sign-on domain name and an administrator account password, and then click next.

Set up vCenter SSO configuration

Configure vCenter Server, configure CEIP, and choose next.

Configure VCSA CEIP configuration

Review the vCenter Server 8.0 configuration summary and then choose Finish to start the configuration.

Ready to complete VCSA setup

Click ok

vCenter Server appliance setup warning

vCenter server 8.0 installation starts (it will take some time).

vCenter server setup is in progress

Install – Stage 2: Complete. The vCenter Server appliance configuration has been completed successfully. Now click on the vCenter Server Getting Started link.

vCenter server getting started page

Click on advanced, and then continue the link.

Your connection isn’t private

Enter the root password, and then click login.

Login to vCenter server appliance

Enter the VMware vCenter Server username and password, then click login.

VMware vCenter server management

vCenter server management summary.

vCenter server management

Now click on Launch vSphere Client.

Launch vSphere client

Enter the [email protected] username and password, and then click LOGIN.

VMware vSphere Login

We have now successfully installed the vCenter server on the VMware Workstation.

Install vCenter 8.0 in VMware Workstation

Conclusion

Following these steps, you have successfully deployed VMware vCenter 8.0 on VMware Workstation. This setup is ideal for testing and development environments, allowing you to manage your vSphere infrastructure without needing an ESXi host. For more detailed information, refer to VMware’s official documentation.

Refer to this article to learn more.

Jamil
Jamilhttp://jamiltech.com
A Professional Technology Blog Writer | An energetic professional with more than 20+ years of rich experience in Technology, Planning, Designing, Installation, and Networking.
RELATED ARTICLES

1 COMMENT

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments

Aluminium recycling tracking on How to Add Hyper-V Server Altaro VM Backup
تيشرتات اوفر سايز 2025 on How to Add NAS Backup Repository Veeam
화곡동출장마사지 on How to Backup and Restore IIS Configuration
what is cryptocurrency and bitcoin on How to Backup and Restore IIS Configuration
경기광주출장안마 on How to Backup and Restore IIS Configuration
영등포출장마사지 on How to Backup and Restore IIS Configuration
Twalsu light mirror for vanity on How to Backup and Restore IIS Configuration
fitspresso analysis on How to Reset Microsoft 365 Password
historical landmarks tours for history buffs on How to Add Hyper-V Server Altaro VM Backup
9780443186882 PDF download on How to Migrate Active Directory 2012 to 2022
Shaik Mohammad Jaheer on How to Enable Night Light on Windows 11