Anchor | ||||
---|---|---|---|---|
|
Include Page | ||||
---|---|---|---|---|
|
...
The tools are provided in a tar file that must be extracted into the /opt/charon/utils
folder.
Kit 1.56 '.tar' file name has been changed to Charon-AXPVAX_linux_toolkit.V1.56.tar
.
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.58.tar /opt/charon/utils
.
...
- 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
'.
Kit 1.56 '.tar' file name has been changed toCharon-AXPVAX_linux_toolkit.V1.56.tar
.# cd /opt/charon/utils
# tar –xf charon_linux_toolkit.V1.58.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
.
...