Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fixing error/typo

...

  1. Use ssh to log in on the cloud instance.
    # ssh -i ~/.ssh/<mykey> <user>@<cloud-instance-ip>
    1. <mykey> is the private key of the key-pair you associated with your cloud instance
    2. <user> is the user for interactive login associated with your cloud instance (e.g., opc on OCI, or centos for a CentOS instance on AWS; for an instance installed from a prepackaged Charon-SSP VE image, use sshuser)
    3. <cloud-instance-ip> is the ip address of your cloud instance

  2. As a privileged user (root) perform the deinstallation command:
    1. Become the root user:          # sudo -i
    2. Remove the VE license server package:             
      1. Linux 7.x: # yum erase license-server*.rpm
      2. Linux 8.x: # dnf erase license-server*.rpm

Include Page
KBCOMMON:DOC-GoToToc
KBCOMMON:DOC-GoToToc