When configured to use MSSQL, SEP stores data in the “sem5″ database. Depending on retention settings this can grow to a significant size. Revisions of virus definitions and installation files are stored in the dbo.BINARY_FILE table. Don’t alter this directly, instead use the SEP Management web interface.
To review the number of definition revisions kept:
- Login to SEP Management
- Click “Admin”
- Click “Servers”
- Right-Click “Local Site” and select “Edit Site Properties”
- Click the “Live Update” tab
The default “Number of content revisions to keep” is 3.
To review the client installation packages stored:
- Login to SEP Management
- Click “Admin”
- Click “Install Packages”
- Click “Client Install Packages”
Normally there will be 3 installation packages (Windows x86, Windows x64 and an OSX package). To remove any you don’t need right-click then and select “Delete”.
Once you have made any changes to recover the space from the filesystem you will need to shrink the database:
DBCC SHRINKDATABASE( sem5, 10)
Depending on the space being recovered this may take a while to complete.
The post Symantec Endpoint Protection Database Size appeared first on Damn Technology.