Skip to content

Virtual Machines

The Virtual Machines in Inventory Data Centers provides a centralized view to monitor virtual machines running across the infrastructure. Although VM creation is only supported via API, this section allows users to view, filter, and review VM details that are already registered.

Each VM is linked to a physical device (host), and includes information about resource configuration and GPU usage.

VMs Tab

⚠️ Important

VMs cannot be created using the UI.
All VM entries visible on this page are added programmatically using the API. This page is intended for viewing and managing existing VMs only.


Why use the VMs view?

  • View all virtual machines across the infrastructure
  • Track instance metadata like ID, IP, and CPU/memory allocation
  • Review GPU usage and host device mapping
  • Filter and audit VM usage for capacity planning
  • Assist troubleshooting and operational visibility

VMs List View

The VMs page displays virtual machines in a tabular layout with key details and their corresponding examples:

Field Description Example
Name VM name paas-vm
Instance ID Unique ID of the virtual machine i-abcxyz
Device Host Name of the host physical device qe-server1
IP Address VM's IP address 192.168.1.110
CPU Number of allocated CPU cores 4
GPU Count Number of GPUs assigned to the VM 1
Memory (MB) Memory assigned to the VM (in MB) 8192
Storage (GB) Disk allocated to the VM (in GB) 50

Users can:

  • Click on the required VM to view VM configuration
  • Use filtering options to find VMs by name, host device, or resource usage.
  • Use the Delete icon to remove entries (if needed)

VM Detail View

Selecting a VM displays the following details:

Properties

Provides key information about the VM:

  • ID: Unique VM identifier
  • Name: VM name
  • Instance ID: Cloud instance identifier
  • IP Address: VM’s IP address
  • CPU: Number of cores allocated
  • Memory: Allocated memory (in MB)
  • Storage: Allocated storage (in GB)

VMs Tab

GPU Details (if available)

Provides information about any GPUs attached to the VM:

  • GPU ID: Hardware identifier
  • PCIe ID: PCI Express ID
  • Model No: GPU model assigned to the VM
  • Vendor Code: GPU vendor identifier

VMs Tab

Note: If a VM has no GPUs attached, the GPU section will indicate a count of zero and may not display GPU details.

Device Details

Shows information about the physical host device:

  • Hostname: Name of the host server
  • IP Address: Host’s IP
  • Device ID: Unique ID of the physical device
  • Partner ID: Internal or vendor-specific partner identifier

VMs Tab


Best Practices

  • Ensure API-created VMs are consistently named and tagged
  • Regularly review VM allocations to optimize resource use
  • Monitor GPU usage across VMs
  • Validate device host mappings for performance and isolation