Getting Started Guide
Calculation
Virtual Machine Management
The interface for managing your virtual machines is available in the Console under the 'IaaS' menu located on the green bar on the left side of the screen.
List of Virtual Machines
In the 'Virtual Machines' section, you have access to the list of your virtual machines hosted on your trusted Cloud.
For each virtual machine, you can access the following information:
- its name,
- the tags assigned to it,
- its status (off, on, in progress, host disconnected, or invalid),
- its manager (in a VMware environment, the associated vCenter),
- its operating system,
- the number of virtual CPUs (vCPU),
- the amount of virtual memory (vRAM).
Virtual Machine Actions
The following actions are available from this interface:
- Refresh the list of virtual machines;
- Export the list in CSV format;
- Filter the list;
- Search for a virtual machine by name;
- Create a new virtual machine.
An alert banner may appear at the top of the list: it indicates that critical alarms have been triggered on one or more of your virtual machines.
The 'View' button allows you to check the virtual machines affected by this notification.
When you click the green dropdown arrow on the right side of the list for a virtual machine:
You access all information related to that machine:
A quick action bar enables you to perform the following actions:
- Power on the virtual machine;
- Power off the virtual machine;
- Restart the virtual machine;
- Modify guest OS power settings;
- Open the console;
- Mount an ISO;
- Unmount an ISO;
- Clone the virtual machine;
- Move the virtual machine (vMotion);
- Rename the virtual machine;
- Delete the virtual machine.
A quick view provides a visualization of the virtual machine’s storage, CPU, and RAM.
In the 'General Information' tab, you find detailed information about your virtual machine, such as its OS, physical location (datacenter, datastore, etc.), RAM, CPU, IP addresses, logs, and more.
From this view, you can perform the following actions:
- Change the operating system (the virtual machine must be powered off),
- Update the hardware version (the virtual machine must be powered off),
- Modify RAM or CPU settings.
An 'Advanced' tab allows you to view more specific information, such as "VMware Tools" details, hardware version, manager, and so on.
Editing the RAM or CPU of a virtual machine
Go to the 'Virtual Machines' tab, display the details of a virtual machine, select the 'General Info' tab, and click the edit button for the variable you want to modify:
Disk Modes
You can add different disk modes:
- Persistent: Changes are immediately and permanently written to the virtual disk. This is the recommended mode.
- Non-persistent independent: Changes made to the virtual disk are recorded in a new log file and deleted upon shutdown. Not affected by snapshots. Not supported by backup.
- Persistent independent: Changes are immediately and permanently written to the virtual disk. Not affected by snapshots. Not supported by backup.
Virtual Machine Controller Management
You can modify the disk controller type for your virtual machine.
Virtual machines can be equipped with SCSI and NVMe controllers, with a limit of 4 controllers of each type. Each controller can manage up to 15 disks.
A SCSI controller can be configured with different subtypes: Para Virtual, Bus Logic, LSI Logic, or LSI Logic SAS.
The Para Virtual controller stands out due to its enhanced capabilities. It can support up to 64 disks when the virtual machine's hardware version is compatible with ESXi 6.7 or later.
Important: If you want to change the type of a Para Virtual controller that has more than 15 disks, you must first detach the disks from the affected slots.
Virtual Machine Console
The console of a virtual machine is accessible from the list of virtual machines by clicking the 'Console' icon:
A new tab opens in your browser, displaying the console of your machine, based on a VNC client:
In the VNC menu, you can:
- request the transmission of specific keys,
- force a keyboard mapping (in case we were unable to correctly identify your keyboard),
- open a text field that can be sent to the machine. This method replaces the previous non-functional clipboard,
- switch to full-screen mode.
Note: Window scaling is automatic.
Keyboard Layout Support
The input entered in the console depends on the keyboard language of your web browser, the keyboard language of the virtual machine, and whether the 'enforce keyboard' option on the left side of the screen is enabled. Below is a summary of the possible scenarios:
| Physical Machine Keyboard Language (input) | Virtual Machine Keyboard Language | 'Enforce Keyboard' Option Selected | Result (output) |
|---|---|---|---|
| French | French | No | ✅ |
| French | French | Yes | Not recommended |
| French | English | No | English |
| French | English | Yes | ✅ |
| English | French | No | French |
| English | French | Yes | ✅ |
| English | English | No | ✅ |
| English | English | Yes | Not recommended |
Note:
- If certain characters do not appear during manual input, you may try using the clipboard.
Clipboard Functionality
This feature allows you to send an entire string of characters to your virtual machine. It is important to note that the "enforce keyboard" option affects how this string of characters is transmitted to your virtual machine. If you notice during console input that the "enforce keyboard" option is required, make sure to enable it before using the clipboard.
This functionality can be used to send a password, a command, or the content of a configuration file, for example:
Upon clicking the "Paste" button, the content of your text field is sent to your virtual machine.
Cloud Temple Virtual Machine Catalogs
Cloud Temple provides you with a catalog of Templates that is regularly enriched and updated by our teams.
To date, the catalog includes dozens of Templates and images ready to be deployed on your virtual machines.
To publish an ISO/OVF, navigate to the 'Catalogue' view and click the 'Publish Files' button at the top of the page:
You can also convert a virtual machine into a template and export it to the catalog. To do so, select a virtual machine and use the 'Clone' action button:
Select 'Export as vm-template':
Then fill in the required information. Once completed, you’ll be able to deploy a new VM from the template using the 'New Virtual Machine' button or from the 'Catalogues' page. It is also possible to export the VM in OVF format.
Pro tip: It is possible to convert between OVA and OVF formats.
The most common method uses VMware Converter, but a simple alternative exists using the tar command:
Extracting an OVA file:
tar -xvf vmName.ova
Creating an OVA file from an OVF:
tar -cvf vmName-NEW.ova vmName.ovf vmName-disk1.vmdk vmName.mf
Advanced Virtual Machine Configuration: Extra Config
Extra Config provides a flexible way to include key=value pairs in a virtual machine's configuration. The keys and values are interpreted by the system when the virtual machine is deployed.
You can now directly modify Extra Config properties in the advanced options of a virtual machine:
You can add a property from a predefined list of keys. Additionally, you can modify the value of a key you have added yourself. Pre-existing key=value pairs cannot be modified.
Please contact support for any requests to add new keys.
Note: To enable GPU usage by the virtual machine, it is mandatory to enable the key 'pciPassthru.use64bitMMIO' and allocate the required MMIO (Memory-mapped I/O) space via 'pciPassthru.64bitMMIOSizeGB'. It is strongly recommended to refer to the official NVIDIA documentation.
Advanced Virtual Machine Configuration: vAPP
You can also modify vAPP type properties in the advanced options of a virtual machine:
You can add a property, modify an existing one, or remove it. Four property types are available: String, Number, Boolean, and Password:
Note: The virtual machine must be stopped to modify its vAPP properties.
Management of 'hypervisors' and 'Cpool' (hypervisor clusters)
Your hypervisor management is performed in the 'Compute' submenu under the 'IaaS' menu, located in the green bar on the left side of your screen.
In this submenu, you have visibility on:
- The hypervisor software stack, their AZs, and their resources,
- The backup software stack.
As of January 2024, the available hypervisor offering on the Cloud Temple-qualified infrastructure is based on VMware. The backup software used is IBM Spectrum Protect Plus.