Versions Compared

Key

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

...

This procedure includes the steps to connect to an Ubuntu Pro (VSS-PUBLIC) on Premise instance .

...

from a previous Ubuntu Pro installation.

Pre-requisites

  1. To ensure smooth operation, please detach any previously connected virtual machines from Ubuntu Pro. Execute the following commands with administrative privileges:

    Code Block
    pro detach

    output:

    Code Block
    Detach will disable the following services:
        esm-apps
        esm-infra
        landscape
        livepatch
    Are you sure? (y/N) y
    Updating package lists
    Updating package lists
    Executing `landscape-config --disable`
    /etc/landscape/client.conf contains your landscape-client configuration.
    To re-enable Landscape with the same configuration, run:
        sudo pro enable landscape --assume-yes
  2. Remove the lines below if the file still exists /etc/apt/auth.conf.d/90ubuntu-advantage

    Code Block
    machine esm.ubuntu.com/apps/ login bearer password ... # ubuntu-advantage-tools
    machine esm.ubuntu.com/infra/ login bearer password ...  # ubuntu-advantage-tools

...