Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. 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
  2. VM Running on Cluster FD3. If your VM is not currently running on Cluster FD3, do not worry, just request a migration to FD3 and proceed to next step:

    Code Block
    vss-cli --wait compute vm set {vm_id-or-name} domain FD3
  3. 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 vmtoolsd

Activation

...

To activate your existing virtual instances, just execute the following vss-cli command:

Code Block
vss-cli --wait compute vm set {vm_id-or-name} ubuntu-pro attach

From Ubuntu, execute the following commands to enable Ubuntu Pro:

...

Follow steps described here How to enable Ubuntu Pro on your VM

Questions?

Please feel free to reach out at vss-ubuntu-pub@eis.utoronto.ca

...