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

...

  • 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-AXPVAX_linux_toolkit.V1.5960.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-AXPVAX_linux_toolkit.V1.5960.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)

...

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

    # cd /opt/charon/utils
    # tar –xf Charon-AXPVAX_linux_toolkit.V1.5960.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

    .

...