Versions Compared

Key

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

Anchor
TOC
TOC
Include Page
KBCOMMON:KB-CSSstyle
KBCOMMON:KB-CSSstyle

...

This option helps in installing and uninstalling Charon. You have to provide the .tar.gz file (kit) location, the .tar file if it has been unzipped or the folder where the kit was unzipped and extracted, the tool will install all packages. You can also provide a software license kit location if any, .tar or folder, the script will also perform the setup.

(lightbulb) It It is recommended to locate all Charon kits in the same folder as this menu will remind the last folder you used in the previous session (if not, you will be prompted to select the folder)

...

  • .tar.gz kit files will be uncompressed automatically
  • .tar files will be removed once extracted into their destination folder
  • If the kit is provided with a .md5sum file and this file is present in the same folder as the kit, the md5sum check will be automatically performed.
  • To display the options available, type "?" and press enter:



  • (info) To upgrade Charon-AXP or Charon-VAX, you will need to stop the running virtual machines (AXP and VAX), uninstall the current version and install the new one.
    • If you only upgrade the Charon Linux Toolkit, you will not have to stop the running virtual machines except if notified in the Release notes document.  
  • (warning) To remove Charon-AXP or Charon-VAX, you must ensure there is no running virtual machine related to the product
  • The installation log will be stored in the /opt/Charon/log folder with names yum.install.<date> (name is given at the end of the installation process)
  • The build number displayed in the examples provided in this document might not correspond to the published version of Charon. This does not affect at all the described operations.

Fresh Charon installation example

...

  • Operating system used is Red Hat Enterprise Linux 7.89
  • We will install Charon-AXP V4.11 Build 204-04
  • License key is based on USB dongle
  • We assume Charon kits have been downloaded to the /charon folder

Example:

# ll /charon/*4.11*
-rw-r-----. 1 root root  83866700 Jun 23 11:44 /charon/charon-axp-4.11-20404.el74 .tar.gz
-rw-r--r--. 1 root root        76 Jun 23 12:09 /charon/charon-axp-4.11-20404.el74 .tar.gz.md5sum
-rw-r-----. 1 root root  60319887 Jun 23 11:44 /charon/charon-vax-4.11-20404.el74 .tar.gz
-rw-r--r--. 1 root root        76 Jun 23 12:09 /charon/charon-vax-4.11-20404.el74 .tar.gz.md5sum

For a fresh installation the setup does not know where you use to store the Charon kits so enter the kit location (2) and select the kit you want to install (3):

...

To upgrade a Charon product version or to install patches, please refer to the appropriate release notes first.

...

Please note:

  • All running virtual machines have to be shutdown before upgrade
  • Upgrading to a new version requires all previous versions to be uninstalled

Installation of Charon-AXP and Charon-VAX on the same Linux server

...

Please note: starting with build 16803, if you install Charon-AXP and Charon-VAX on the same server, they must be the same build

Context:

  • Operating system used is Red Hat Enterprise Linux 7.89
  • We will install Charon-VAX V4.11 Build 204-04 on a server where Charon-AXP V4.11 Build 202-04 is already installed
  • We assume the kits have been downloaded to the /charon folder

...