Hi Ron,
Based on the attached file, it seems you need assistance with ControlPoint's xcAdmin database. I suggest that you check the size of tables in the said database. Please refer to link below for instructions on how to do so:
Find Size Of Tables In Database – SQL Server
www.mytecbits.com/.../find-size-of-tables-in-database
In addition to that, below are some KB articles that may be helpful in decreasing the disk space xcAdmin database is using:
Transaction log of xcAdmin database consumes disk space
metalogix.force.com/.../Transaction-log-of-xcAdmin-database-consumes-disk-space
Purging Historical Activity and Storage Data from the ControlPoint Services (xcAdmin) Database
Regards,
Cyrus
Hi Ron,
If you're unable to select the farm name from the drop down menu on the Purge Historical Activity screen of ControlPoint, you can manually do the same process by following the "Transaction Log of xcAdmin database" KB article.
The basic gist of the operations is the following:
You can also shrink the log file by running the following SQL Query against the xcAdmin database:
Use xcAdmin
DBCC SHRINKFILE(xcAdmin_log, 10)
BACKUP LOG xcAdmin WITH TRUNCATE ONLY
DBCC SHRINKFILE(xcAdmin_log, 10)
Link to KB article from Cyrus' original post is: metalogix.force.com/.../Transaction-log-of-xcAdmin-database-consumes-disk-space
Good luck and please let us know how it goes, thanks!
-Siam