In today’s guide we will be doing the installation of VMware vSphere vCenter 8.0 Server Appliance on ESXi Host. We are performing this setup from an Ubuntu 22.04 Linux system. vCenter Server is an advanced server management solution designed to provide a centralized platform for controlling your VMware vSphere environments, allowing you to automate and deliver a virtual infrastructure across the hybrid cloud with confidence. In our previous article we talked about installation of vSphere ESXi 8 on physical servers in your data center.

You can go through the vSphere 8 notes document to learn about the new features that come with this wonderful virtualization solution trusted by many small to large enterprise companies. VMware vCenter Server 8.0 can be deployed on ESXi host running version 7 or 8.

Some of the key features of VMware vCenter Server 8 include:

  • Enhanced security: vCenter Server 8 includes improved security features such as Secure Boot and enhanced encryption capabilities.
  • Improved scalability: vCenter Server 8 can manage up to 15,000 hosts and 300,000 virtual machines.
  • Enhanced analytics and reporting: vCenter Server 8 includes enhanced analytics and reporting capabilities, including the ability to monitor and optimize performance.
  • Improved integration with vSphere: vCenter Server 8 includes improved integration with vSphere, including enhanced support for hybrid cloud environments.
  • Enhanced support for containers: vCenter Server 8 includes improved support for containers, including the ability to manage containerized applications.

Before you start

Before starting the installation ensure you have a working DNS server and configure both A record and PTR record of your vCenter hostname to be used. See below example:

192.168.10.20 vcenter.example.com # DNS record setting

In my setup I’m using Active directory domain name server. This is my DNS A record creation. Don’t forget to create PTR record as well.

vcenter dns records creation

Creating a datastore for vCenter server appliance

We’ll need a datastore on ESXi host where vCenter instance will be stored. If you don’t have one already create it.

install vcenter server 02

I’ll choose VMFS datastore type.

install vcenter server 03

Give the datastore a name and choose a disk to be use for datastore creation. It should be of size >500GB

install vcenter server 04

Select partitioning format for the datastore.

install vcenter server 05

Confirm settings and hit Finish.

install vcenter server 06

Agree to data erasing and create datastore.

install vcenter server 07

Confirm if the datastore created is available in the list of datastores.

install vcenter server 08

Install vCenter 8 Server Appliance on ESXi Host

With all the basic requirements done it is time to install vCenter 8 Server. But first you need to download the vCenter ISO image from VMware Downloads page.

Once the file is downloaded click on it to mount.

install vsphere vcenter 8 01

Navigate to vcsa-ui-installer directory.

install vsphere vcenter 8 02

On Windows it will look like below:

install vcenter server 10

Then go to lin64 if on Linux system.

install vsphere vcenter 8 03

On windows choose win32 directory.

install vcenter server 11

Click on the installer file to initiate installation of vCenter 8.0 Server Appliance.

Linux:

install vsphere vcenter 8 04 1

Windows:

install vcenter server 12

Choose “Install” option in the next window. If you’re performing an upgrade from an older version of vCenter then choose “Upgrade

install vsphere vcenter 8 05

You’ll get to Stage 1 where deployment of vCenter Instance to VMware Infrastructure is done. Click Next to get started with stage 1.

install vsphere vcenter 8 06

Accept the License Agreement terms to continue with vCenter 8 installation.

install vcenter server 15

Input the IP address of the ESXi host or vCenter Server name where the instance will be deployed to.

install vcenter server 16

Accept certificate warning if you’re using self-signed SSL certificates.

install vcenter server 17

Give your vCenter Instance a name and set root password.

install vcenter server 18

Select a deployment size depending on your managed Infrastructure needs.

install vcenter server 19

Select datastore for vCenter Server.

install vcenter server 20

Choose the network, set IP address, gateway and DNS servers for the vCenter Server. The FQDN provided should be as set in DNS server and should match the IP address that was configured in the DNS Server.

install vcenter server 21

Click Next when done and Stage 1 actual deployment should be started.

install vcenter server 22

Ensure you get Successful installation message for Stage 1 before going to the next step.

install vcenter server 23

If satisfied with the deployment results click “Continue” to initiate Stage 2.

install vcenter server 26

Start the setup of vCenter Server. Validate settings and modify where possible then click “Next“.

install vcenter server 27

Create a new or join existing SSO domain if you another vCenter Server already deployed.

install vcenter server 28

You can choose to join the VMware Customer Experience Improvement Program(CEIP).

install vcenter server 29

Stage 2 configuration is started.

install vcenter server 30

Wait for Stage 2 configuration to finish and take note of vCenter Server Administration URL.

install vcenter server 31

The instance and all services are started automatically after completion. You should be able to login to vCenter Server Appliance Console and check services status. This is on port 5480.

install vcenter server 32

The vCenter Console for vSphere administration is on https port 443.

install vcenter server 33

Login with the SSO username and password you provided earlier in stage 2 configurations.

install vcenter server 34

In our next tutorials we’ll cover creation of Data Center, Cluster, Distributed Switches and Port groups in vCenter. Stay connected for updates.

More on VMware:

LEAVE A REPLY

Please enter your comment!
Please enter your name here