Anchor | ||||
---|---|---|---|---|
|
Include Page | ||||
---|---|---|---|---|
|
...
The tools are provided in a tar file that must be extracted into the /opt/charon/utils
folder.
Starting with kit 1.56, the '.tar' file name has been changed to Charon-AXPVAX_linux_toolkit.V<version>.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.5257.tar /opt/charon/utils
or
# 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
.
.tarV1.52
or
# tar –xf charon_linux_toolkit
.tar.
.V1.53
57
.
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 theTERM
value toVT200
, dtterm or xterm (see how to here: Configuration)
...
- The '
menu
', 'logtail
', 'logview
', 'vmlist
', 'vmstart
', 'vmstop
', 'vmconsole
' and 'vmlist
vmcfg
' 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 Linux Toolkit - Release notes for Kit 1.52 or Charon Linux Toolkit - Release notes for Kit 1.53 documentthe 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.
52
Kit 1.56 '.tar' file name has been changed toCharon-AXPVAX_linux_toolkit.V1.
or56.tar
.
# cd /opt/charon/utils
# tar –xf charon_linux_toolkit.V1.5355.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
.
...