How to enable Verbose logging without consuming your Disk Space on RSA Authentication Manager 8.x
Originally Published: 2016-06-30
Article Number
Applies To
RSA Product Set: SecurID
RSA Product/Service Type: RSA Authentication Manager
RSA Version/Condition: 8.x
Issue
Resolution
2. Click Logging.
3. Change the Trace Log to Verbose.
4. If you have more than one replica and chose the option of 'Apply the above settings to the replica instance(s) upon save', then please apply the steps below on all servers
5. Login to the server using ssh, as rsaadmin
6. Switch to root user
sudo su - root7. Edit the crontab file
crontab -e8. Add the following line in the crontab file, then save and exit, note that this file uses vi editing options.
0 0 * * 0 rm /opt/rsa/am/server/logs/imsTrace*This will remove the imsTrace files on a weekly basis and you edit that time by editing the above command, below are some tips that can be useful
| String | Meaning |
|---|---|
| @reboot | Run once, at startup |
| @yearly | Run once a year, "0 0 1 1 *" |
| @annually | (same as @yearly) |
| @monthly | Run once a month, "0 0 1 * *" |
| @weekly | Run once a week, "0 0 * * 0" |
| @daily | Run once a day, "0 0 * * *" |
| @midnight | (same as @daily) |
| @hourly | Run once an hour, "0 * * * *" |
Related Articles
Running out of disk space on KCA system 26Number of Views RSA Authentication Manager 8.x: Large Disk Space Used by Logs 592Number of Views Examining the Disk Space Usage on Authentication Manager 8.x 750Number of Views RSA Authentication Manager 8.x requires more disk space 1.82KNumber of Views Running out of disk space when using RMAN in RSA Identity Governance & Lifecycle 201Number of Views
Trending Articles
RSA Authentication Manager Upgrade Process How to Update the Root (Server) and Client Certificates in RSA Identity Governance & Lifecycle RSA Authenticator 6.2.2 for Windows Administrator Guide RSA SecurID software token .sdtid file fails to import into RSA SecurID Software Token 5.0 for Windows RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide
Don't see what you're looking for?