HOW TO: Connect to the VMware vSphere Hypervisor 6.7 (ESXi 6.7) using the vSphere (HTML5 Web) Host Client 6.7 | Experts Exchange (2024)

HOW TO: Connect to the VMware vSphere Hypervisor 6.7 (ESXi 6.7) using the vSphere (HTML5 Web) Host Client 6.7, and perform a simple configuration task of adding a new VMFS 6 datastore.

In my previous Experts Exchange Articles, most have featured Basic and Intermediate VMware and Virtualisation Topics.

If you would like to read my Basic VMware articles, they are listed at the end of this article for your convenience.

This article will show you how to connect and complete some basic configuration of the VMware vSphere Hypervisor 6.7 on a computer. VMware vSphere Hypervisor 6.7 is also known as ESXi 6.7.

If you have missed the first article in the series, it's here:HOW TO: Install and Configure VMware vSphere Hypervisor 6.7 (ESXi 6.7)

1. Download Tools to Manage the ESXi Host Server

(Actually, there are no tools required now to manage ESXi 6.7!) ESXi 6.7 can now be managed by any web browser using the VMware Host Client, which is based on HTML5 technology. In this article, I'm using Google Chrome.

When the VMware vSphere Hypervisor (ESXi 6.7) server is fully BOOTED and started the above screen is displayed. This screen is called the Direct Console User Interface (DCUI). The majority of the management is performed remotely from another computer using a web browser. The VMware vSphere Client based on the programming language C#. is now deprecated, and not supported for use with managing and configuring a VMware vSphere Hypervisor (ESXi 6.7) host.

I'm not going to concentrate on using the VMware vSphere Client in this article or any later articles in this series, because it's about time, we get to grips with using the VMware Host (HTML5 Web) Client 6.7 and a web browser to configure our Hosts and Virtual Machines, as much as we moan, about how we do not like the Web Client.

You cannot manage or install virtual machines from the ESXi 6.7 server console; this must be completed remotely from another computer.

Make a note of the IP Address of the server which is displayed on the console, and using a web browser, browse to the web URL http://192.168.182.128. (This is the IP Address displayed on the console screen; your IP address will be different).

HOWEVER, it's recommended to use the FQDN of the host, so ensure your DNS is working correctly. Also, make sure you have created a DNS A Record for your ESXi host so that you can use its FQDN in your web browser.

The following screen will be displayed. Because VMware's SSL certificate has been "self-signed" the warning is normal. Click Advanced to Proceed to manage the host. In this example, we are using Google Chrome.

After clicking continue, the login screen will be displayed:

Enter the default username root, and the password you have configured. The default username for an ESXi host is always root. From questions which have been posted to Experts Exchange there is always some confusion between direct access and management of an ESXi host, and connecting and managing via VMware vCenter Server.

2. Connecting to the VMware vSphere Hypervisor ESXi 6.7 server

When connecting for the first time to an ESXi 6.5 host, you will be asked to join the VMware's Customer Experience Improvement Program. (CEIP).

Select the Tick Box, and Select OK to continue.

You are now connected to the VMware vSphere Hypervisor ESXi 6.7 Server.

You will notice the ESXi host does not have persistent storage. To store virtual machines (often referred to as Guests or Virtual Machines (VMs), the VMs must be stored and reside on an ESXi host datastore. The VMware vSphere Hypervisor ESXi server has a compatible filing system called VMFS (similar to Microsoft Windows NT/2000/XP/2003/2008/2012/7/8, which has its own filing system called NTFS). There are three versions of VMFS: VMFS-3 for earlier versions of vSphere e.g. 3.x and 4.x, and VMFS-5 for vSphere 5.x and 6.0, and now VMFS-6 for 6.5/6.7.

3. Conducting a simple task using the VMware vSphere Client

In this step, we will complete a simple task using the VMware Host Client, this task is to Create a new VMFS datastore, so we can store VMs. This is the minimum configuration requirement for your ESXi host.

Select and Click Storage

Select New datastore to create a new datastore. (A new datastore is a virgin unformatted or partitioned disk or LUN. Do not use this option if the disk or LUN already has a datastore, which has been created by ESXi. e.g. it has VMFS on it!

At the following screen, selectCreate new VMFS datastore

followed by Next to continue

At the next screen select the actual Disk or LUN, pay special attention to the sizes shown. The size should match the size of the disk, LUN or array size you have created for your VMFS datastore, followed by Next to Continue. In this tutorial, we are going to select the 120GB Disk/LUN, the first entry in the list.

ANDY TIP:- Always start and create small disks or LUNs, they can easily be expanded in the future and it's more difficult to shrink a disk or LUN than increase it! In this tutorial series, we will later use this small datastore to host two virtual machines of 40GB each.

Enter the name for the datastore (do not use / \ * # ! @ (non-alpha numeric characters); it will accept them, but you will have issues later. The dash and underscore are okay.)

The Geeks amongst you may have noticed that I'm using NVMe flash in this ESXi hypervisor! It is supported as a datastore.

Click Next to Continue

There are many different types of naming conventions. We like to use the name of the server followed by an underscore (_) local for local disk, iscsi for iscsi disk, nfs for nfs storage, fibre for fibre channel, a number to indicate disk or LUN id number, followed by VMFS type, e.g. 3, 5 or 6. For example: esx001_local1_vmfs6

Now click Next to Continue

The Current Disk Layout will be shown. If this is a used disk, it could show other partition types. (NTFS, FAT32, Linux, Swap, ext2, ext3) Click Next to Continue. This is a new disk in this tutorial, so a new partition will be created and used.

You have a choice of selecting VMFS-5 (ESXi 5.x and 6.0) or VMFS 6 (6.5 and 6.7 only). If all your Hosts will be 6.5/6.7, select VMFS 6, if you need them to be backward compatible with older hosts select VMFS-5.

Check the Summary screen for the datastore you are about to create and Click Finish to create the datastore.

Select yes, to erase the contents of the disk.

You are now ready to use your ESXi server.

Congratulations you have successfully connected to the VMware vSphere Hypervisor 6.7 (ESXi 6.7) using the vSphere (HTML5 Web) Host Client 6.7, and created your first VMware VMFS-6 datastore ready to store Virtual Machines.

Basic VMware Articles Series:

These articles are also applicable to VMware vSphere Hypervisor ESXi 5.0, 5.5, 6.0.

  • Part 1: HOW TO: Install and Configure VMware vSphere Hypervisor 5.1 (ESXi 5.1)
  • Part 2: HOW TO: Connect to the VMware vSphere Hypervisor 5.1 (ESXi 5.1) using the vSphere Client
  • Part 3: HOW TO: Create an ISO CD-ROM/DVD-ROM image (*.iso), and MD5 checksum signature, for use with VMware vSphere Hypervisor 5.1 (ESXi 5.1)
  • Part 4: HOW TO: Upload an ISO CD-ROM/DVD-ROM image to a VMware datastore for use with VMware vSphere Hypervisor 5.1 (ESXi 5.1) using the vSphere Client, and checking its MD5 checksum signature is correct.
  • Part 5: HOW TO: Enable SSH Remote Access on a VMware vSphere Hypervisor 5.1 (ESXi 5.1)
  • Part 6: HOW TO: Create your first Linux Virtual Machine on a VMware vSphere Hypervisor 5.1 (ESXi 5.1) Host Server
  • Part 7: HOW TO: Create your first Windows Virtual Machine on a VMware vSphere Hypervisor 5.1 (ESXi 5.1) Host Server
  • Part 8: HOW TO: Install VMware Tools for Windows on a VMware Windows virtual machine on a VMware vSphere Hypervisor 5.1 (ESXi 5.1) Host Server
  • Part 9: HOW TO: Install VMware Tools for Linux on a VMware Linux virtual machine on a VMware vSphere Hypervisor 5.1 (ESXi 5.1) Host Server
  • Part 10: HOW TO: Backup (Export) and Restore (Import) virtual machines to VMware vSphere Hypervisor 5.1 for FREE
  • Part 11: HOW TO: Suppress Configuration Issues System logs on host are stored on non-persistent storage
  • Part 12: HOW TO: Configure and Replace the SSL Certificate on a VMware vSphere Hypervisor 5.1 (ESXi 5.1) Host Server
  • Part 13:HOW TO: Configure basic networking on a VMware vSphere Hypervisor 5.1 (ESXi 5.1) Host Server

These articles are applicable to VMware vSphere Hypervisor 6.5.

  • Part 1: HOW TO: Install and Configure VMware vSphere Hypervisor 6.5 (ESXi 6.5)
  • Part 2: HOW TO: Connect to the VMware vSphere Hypervisor 6.5 (ESXi 6.5) using the vSphere (HTML5 Web) Host Client 6.5
  • Part 3: HOW TO: Create an ISO CD-ROM/DVD-ROM image (*.iso), and MD5 checksum signature, for use with VMware vSphere Hypervisor 6.5 (ESXi 6.5)
  • Part 4: HOW TO: Upload an ISO image to a VMware datastore for use with VMware vSphere Hypervisor 6.5 (ESXi 6.5) using the vSphere Host Client, and checking its MD5 checksum signature is correct.
  • Part 5: HOW TO: Enable SSH Remote Access on a VMware vSphere Hypervisor 6.5 (ESXi 6.5)
  • Part 6: HOW TO: Suppress Configuration Issues and Warnings Alert displayed in Summary status for ESXi 6.5 after enabling SSH or ESXi Shell
  • Part 7: HOW TO: Create your first Windows Virtual Machine on a VMware vSphere Hypervisor 6.5 (ESXi 6.5) Host Server
  • Part 8: HOW TO: Install VMware Tools for Windows on a VMware Windows virtual machine on a VMware vSphere Hypervisor 6.5 (ESXi 6.5) Host Server

If you found this tutorial helpful, please do click the Thumbs-Up icon below. This lets me know what is valuable for EE members and provides direction for future articles. Thank you very much! Regards, Andy

HOW TO: Connect to the VMware vSphere Hypervisor 6.7 (ESXi 6.7) using the vSphere (HTML5 Web) Host Client 6.7 | Experts Exchange (2024)
Top Articles
Latest Posts
Recommended Articles
Article information

Author: Domingo Moore

Last Updated:

Views: 5676

Rating: 4.2 / 5 (73 voted)

Reviews: 88% of readers found this page helpful

Author information

Name: Domingo Moore

Birthday: 1997-05-20

Address: 6485 Kohler Route, Antonioton, VT 77375-0299

Phone: +3213869077934

Job: Sales Analyst

Hobby: Kayaking, Roller skating, Cabaret, Rugby, Homebrewing, Creative writing, amateur radio

Introduction: My name is Domingo Moore, I am a attractive, gorgeous, funny, jolly, spotless, nice, fantastic person who loves writing and wants to share my knowledge and understanding with you.