Please note:

To upgrade the license server package, perform the following steps:

  1. Use sftp to connect to the cloud instance.
    # sftp -i ~/.ssh/<mykey>  <user>@<cloud-instance-ip>
    where
    <mykey>
    is the private key of the keypair you associated with your cloud instance
    <user>
    is the privileged user associated with your cloud instance (e.g., "opc" on OCI, or "centos" for a CentOS instance on AWS)
    <cloud-instance-ip>
    the ip address of your cloud instance

  2. Copy the software package to the cloud instance using the following sftp command:
    > put <local-path-to-license-server-package>

  3. Use ssh to log in on the cloud instance.
    # ssh -i ~/.ssh/<mykey> <user>@<cloud-instance-ip>

  4. As a privileged user (root) go to the directory where you stored the installation package and update the package:
    1. Become the root user:          # sudo -i
    2. Go to the package location: # cd <path-to-package-directory>
    3. Install the package:              # yum update license-server*.rpm

Normally, the license server will restart and continue to work normally. To check the status, perform the following steps:

About an hour after the installation check the emulator log files of any active instances to verify that no unexpected problem has been caused by the new version.