How to zip and remove old vIDM logs in vIDM appliance
search cancel

How to zip and remove old vIDM logs in vIDM appliance

book

Article ID: 320129

calendar_today

Updated On:

Products

VMware Aria Suite

Issue/Introduction


Older logs might result in disk space issues, In those situations we can follow the steps mentioned in resolution 

Environment

Identity manager 3.3.x

Resolution

To zip the old log files and remove the old vIDM application logs, Download the attached 81220_checkFreeSpace.sh script. The script removes only old and unopened log files and is safe to execute this script.

The script does the following:

  1. Finds the old vIDM application log files present in /opt/vmware/horizon/workspace/logs folder and compress them and stores the compressed file in the same folder.
  2. If the compression is successful it removes the old log files and prints SUCCESS and exists with status code 0.
  3. If compression is not successful then it prints "Failed to compress logs" and exists with status code 1.
Steps on how to run the script.
  1. Download the attached script 81220_checkFreeSpace.sh to any folder in an vIDM appliance say /home/sshuser.
  2. Login to the appliance as "sshuser" or "root" user and change directory to /home/sshuser , using command cd /home/sshuser.
  3. Provide execute permission using command "chmod 755 81220_checkFreeSpace.sh"
  4. Run the script :
./81220_checkFreeSpace.sh

Attachments

81220_checkFreeSpace get_app