Skip to main content Link Search Menu Expand Document (external link)

ESXi Management

Table of contents

  1. License
  2. Time
  3. Storage
  4. Networking
  5. Virtual Machines

Access ESXi from https://x.x.x.x

License

Host -> Manage -> Licensing -> Assign license -> Check License -> Assign License

Time

# Time is key important for all systems

# Enable and start ntpd service
Host -> Manage -> Services -> ntpd -> Start
Host -> Manage -> Services -> ntpd -> Actions -> Policy -> Start and stop with host

# Setup NTP
Host -> Manage -> System -> Time & Date -> Edit NTP Setttings -> Use Network Time Protocol (enable NTP client) -> NTP Servers -> Save

Storage

# Add NFS datastore
Storage -> New datastore -> Mount NFS datastore -> Name / NFS server / NFS share / NFS version -> Next -> Finish

# NFS mount details
Name: My nfs
NFS Server: x.x.x.x
NFS Share: /nfs
NFS Version: NFS 3

Networking

# There is default virtual switch named by "VSwitch0"
# There is default port group (management) named by "Management Network" (Function: Management, vMotion, Provisioning, Fault tolerance logging, etc)
# There is default port group (Virtual Machine) named by "VM Network"

# Add new port group as needed
Networking -> Add port group -> Name / VLAN ID / Virtual switch -> ADD

Virtual Machines

# Create new virtual machine from scratch
Virtual Machines -> Create / Register VM -> Create new virtual machine -> Name / Compatibility / Guest OS family / Guest OS version -> Next -> Select storage -> Next -> Hardware customize settings -> Next -> Finish

# We could also "Deploy a virtual machine from an OVF or OVA file" or "Register an existing virtual machine"