Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: layout

...

After copying the packages to the Charon-SSP AWS instance, install the packages as described below. For details, please refer to the relevant man-pages on Linux.

Step
Details
1

Log in to the Charon-SSP AWS via SSH to the sshuser and become the root user (sudo -i).

2

Go to the directory where the packages have been stored:

# cd <package-location>

3Run upgrade command:

For systems with RPM package management (Red Hat, CentOS):
    # yum update <package-name>

Upgrading Charon Manager on the

Remote

Management Linux System

There are two ways to upgrade the Charon Manager on the remote management Linux system. 

Standard Linux Package Update

Step
Details
1

Log in as the root user. 

2

Go to the directory where the packages have been stored:

# cd <package-location>

3

Run upgrade command:

For systems with RPM package management (Red Hat, CentOS):
    # yum update <package-name>

For systems with Debian package management (Debian, Ubuntu):
    # dpkg -i <package-name>


Div
classpagebreak


Automatic Update when first Connecting to Updated Charon Host System

(info) New feature in Charon-SSP 4.0.x.

If you connect to a Charon host system with a newer version of Charon-SSP using an older version of the Charon Manager, you will be offered an automatic update to the version of the Charon host system.

The following image shows a sample:

Confirm the upgrade by clicking on Yes. This will initiate the download and installation of the new version. If you work as a non-privileged user, you will be prompted for your password.

To decline the automatic update, click on Cancel.

...