Virtual Machine creation

Virtual machines (VMs) are constructs within a cluster that utilize resources and the established infrastructure to carry out tasks and provide users with tools to accomplish these tasks. The resources necessary to instantiate a VM are CPU and memory. Hosts represent these resources and give a quick overview of the Cluster ID, the running VMs, the allocated CPU and memory.

Host List

Using templates

A template is required to instantiate a virtual machine.

Acquiring a template to build a VM can be achieved by a variety of methods:

For this example, the assumption is that the template is already loaded into the datastore and no retrieval will be necessary.

Navigate to the VMs list, and click the Green + Dropdown .

Virtual machine list

Select the desired template from the list to instantiate.

Create VM list

Enter a name and input the require memory, CPUs, and disk space.

VM Wizard

Adding networks

Select the network interface for the VM, then choose a security group to dictate the allowed inbound and outbound traffic.

NIC Selection wizard Security Group Selection

Return to the top of the screen and click the green ‘Create’ button to complete the instantiation process. There is now a pending VM in the list of VM instances. After several moments,the VM will be ready for access.

VM List with New VM

Virtual machine states

ButtonDescription
ShutdownShuts down the virtual machine, but continues to reserve CPU and RAM resources.
UndeployShuts down the virtual machine, and removes the CPU and RAM resource allocation, but keeps the instance in VM Squared including data disks. This is useful as a non-destructive way to save resources.
TerminateEntirely removes the virtual machine entry, including the CPU and RAM resource allocation. Data disks are destroyed.