We developed a script that automatically collects all necessary files and data before performing a health check for customers.
Previously, it took several days to collect the necessary files; now it can be done by running a script that collects and generates a zip file.
In Windows:
.\RLHealthCheck.ps1 -RliHome <RLI_HOME path>
Example:
.\RLHealthCheck.ps1 -RliHome "C:\radiantone\vds"
In Linux
sh RLHealthCheck.sh <RLI_HOME path>
Example:
sh RLHealthCheck.sh /data/radiantone/vds
Comments
Please sign in to leave a comment.