Versions Compared

Key

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

...

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

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

    .

  • In order to activate the ‘menu’ command, execute the following commandExecute 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)

  • Mandatory and recommended packages installation will be checked.
    • (warning) If some mandatory packages are missing you will not be able to continue.
    • (info) If some recommended packages are missing, installation will continue. Installation of these packages can be done later if needed

  • If 'telnet' is installed, you will be prompted to force the mode to character to avoid some input issues while connected to the guests consoleconsoles

  • The 'menu', 'logtail' and 'logview' aliases will be created. This will be the commands you'll use to access the menu or to view virtual machine machines log filefiles.

  • Recursive jobs will be added in the crontab file:
    • if the crontab file does not exist, it will be automatically filled
    • if it already exists, you will be prompted to update it via the selected editor: a check will be performed and the missing entries will be added

  • Alerts parameters will now have to be filled
    • Select between HTML or pure TEXT emails
    • Mail recipients list (used for alerts, not for sending files like log and configuration files for example)
    • Customize emails footer: you can add here your disclaimer, information on CHARON server or any information you think useful
    • Enable/disable wall alert messages
    • Install or update the alert script (can be customized later)
    • Select the alert level from guests log files: 0 = none, 1 = informational+warning+error entries, 2 = warning+error entries, 3 = error entries only

    • View alerts if any

    • Enable or disable license expiration alerts from guests logs: 1 alert per hour if enabled, 1 (default) or more alerts per day as defined per the recursive jobs settings

      Div
      classpagebreak

       

      Example:

       

      For more see: Alerts management


      .
  • When the setup is completed either log out to activate define the command aliases or execute the following command:

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

    .

...


Div
classpagebreak

 

Upgrade

...