How to collect the redis HAA logs for debugging
Issue Description
How to collect the redis HAA logs for debugging
Data Collection Steps
- For automation suite, just generate a support bundle: here
- Please follow the steps from redis labs for generating a support package: here
- In some cases it might not be possible to generate a support package. For example, if the cluster is not bootstrapped this might not be possible. In those cases follow these steps:
- Zip up the redis logs. The following command will zip them up to in the /tmp directory:
-
sudo zip -r /tmp/redislabs_logs.zip /var/opt/redislabs/log sudo chmod 444 /tmp/redislabs_logs.zip
-
- Zip up the redis logs. The following command will zip them up to in the /tmp directory:
- Copy the files off the linux server and share them with the UiPath Support team.