KB Article #151102

Disable cron entries for Monitor Service and Rotation of logs during ST installation

Problem

Disable all cron entries for log rotation and monitoring services during the installation of SecureTransport on Linux/UNIX.


Resolution

1. Extract the archive with the ST installation file


2. Edit the install.xml file


3. Locate the following line:


<antcall target="install_monitor_service" />


4. Modify the line to look like this:


<!-- antcall target="install_monitor_service" /-->


5. Save the install.xml file


6. Run the Install.sh script


7. When asked to Enable nightly log rotation [y/n] [y]:, select 'n'


8. Continue with the install process