Take advantage of the new Ubuntu Pro offering from the ITS Private Cloud to enable Enhanced Security, Performance Optimization and Streamlined Management by following the next steps.
Info |
---|
Virtual Machines running on the following domains are entitled to Ubuntu Pro:
|
Requirements
ITS Private Cloud Command Line Interface
vss-cli
v2023.6.1 or higher:Code Block vss-cli upgrade # or pip3 install --upgrade vss-cli # or brew update && brew upgrade vss-cli
VM Running on any Cluster FD3. Check if your Virtual Machine is already on domain
FD3
listed above. To verify where your VM is running:Code Block vss-cli compute vm get {vm_id-or-name} domain
If your VM is not currently running on Cluster FD3 clusters listed above, do not worry, just request a migration to FD3, for example, and proceed to next step:
Code Block vss-cli --wait compute vm set {vm_id-or-name} domain FD3
Open VMware Tools installed and running. Install and enable VMware Tools as follows:
Code Block sudo apt install open-vm-tools sudo systemctl enable --now open-vm-tools
...
1. Invalid Token error when running command: sudo pro attach $(vmware-rpctool "info-get guestinfo.ut.vss.ubuntu_pro.token")
Solution:
Ensure the virtual machine is running in cluster FD3on any of the clusters listed above.
Code Block |
---|
vss-cli compute vm get {vm_id-or-name} domain |
...