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

...

The tools are provided in a tar file that must be extracted into the /opt/charon/utils folder.

The following operations must be performed as 'root' user:

  • If the folder does not exist, by default created at Charon installation, create it and copy the tar file in this directory. In the example below, we assume the tar file was downloaded in the /charon folder:

    # mkdir -p /opt/charon/utils
    # cp /charon/charon_linux_toolkit.V1.5258.tar /opt/charon/utilsor# cp /charon/charon_linux_toolkit.V1.53

    .

    tar /opt/charon/utils

    .

  • Extract the files from the tar file to the Charon installation directory, subdirectory ‘utils’

    # cd /opt/charon/utils
    # tar –xf charon_linux_toolkit.V1.52.tar

    or

    # tar –xf charon_linux_toolkit.V1.5358.tar

    .

  • Execute the installation script:

    # ./menusetup

    .

  • The setup will check first your terminal settings, if set to VT100 you will not be able to continue until you set the TERM value to VT200, dtterm or xterm (see how to here: Configuration)

...

  • The 'menu', 'logtail', 'logview', 'vmlist', 'vmstart', 'vmstop', 'vmconsole' and 'vmlistvmcfg' aliases will be created. They will be the commands you'll use to access the menu or to view and manage virtual machines states and log filesusing command lines.


  • Preferences can be defined during the setup or later, they are related to the default editors used with text and graphical user interfaces, Out Of Memory (OOM) Killer settings and continuous log view when starting a guest (virtual machine)

...

To upgrade the kit, you will need to:

  • read the CHARON release notes available here: Charon-AXP/VAX Linux Toolkit - Release notes for kit 1.52 documentCurrent version
    .
  • copy and extract the files from the tar file to the CHARON installation directory, subdirectory ‘utils'

    # cd /opt/charon/utils
    # tar –xf charon

    .
    (warning) Kit 1.56 '.tar' file name has been changed to Charon-AXPVAX_linux_toolkit.V1.

    52

    56.tar

    or

    .

    # cd /opt/charon/utils
    # tar –xf charon_linux_toolkit.V1.5358.tar

    .

  • To install newly defined aliases (logtail, logview, vmlist, ...), please run the following command:

    # cd /opt/charon/utils (if not already done)
    # ./menusetup -a

    then either logout or execute the following command for the changes to take effect:

    # . /etc/profile.d/charon_menu.sh

    .

You can then run the 'menu' command as usual.


In case of upgrade from a kit older than 41 on a CentOS 7 or Red Hat Enterprise Linux 7.x system, you must first stop all services, including the virtual machines running, and remove the services that were defined using the previous method as described below:

List installed services

Warning
Div
classcommandline

# chkconfig --list | grep charon

charon_gstart      0:off    1:off    2:off    3:on    4:on    5:on    6:off

charon_logchk      0:off    1:off    2:off    3:on    4:on    5:on    6:off

 

Remove installed services

Div
classcommandline

# chkconfig --del charon_gstart

# chkconfig --del charon_logchk

Once these services are removed, you can perform a standard kit upgrade

(info) Services will have to be redefined or updated from the 'menu', they will then use the 'systemd' features Note

Please refer to release notes for post upgrade operations. The operations to perform are detailed in the release notes. Usually upgrades can require the log monitoring services to be restarted and/or the alert script to be re-installed.

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