Before installing Log-On Wave, we recommend checking that the prerequisites listed under chapter 2,

Installing and configuring the Wave Server of the Wave Administration and Customization manual are met.


To do this, follow the steps below:



1.

Download the wave_prerequisites.tgz file by clicking on the link below, and move it to an empty folder on the Linux BTS machine where Log-On Wave will be installed. Open it by running: 
tar -xzvf wave_prerequisites.tgz. Python 3.6 is necessary to run the verification. Make sure it is available.
2.Run: ./check_wave_env.sh
3.

check_wave_env.sh will verify that the python environment required to run the checks is available, and if yes, will automatically verify the prerequisites and display the verification results.
4.
The results are displayed in a table, where each check is marked with "Fail" or "Pass". For those that have failed, a fix is recommended.
5.
If any check fails, perform the recommended fix and re-run check_wave_env.sh.
6.The wave_prerequisites.tgz archive includes the script ./install_ibm_java.sh to help install java. It is provided on a best effort basis, and is not guaranteed to succeed.