This is a workaround to allow the relocation of the agents cache files by creating a SOFT symlink (symbolic link) to a different partition
This must be setup before the agent is installed. If the agent already exists, it will need to be uninstalled and reinstalled
- Make sure that the physical location of the data directory to be used is loaded and available on boot (e.g. is mounted via /etc/fstab)
- Set aside at least 3GB - 5GB of space for the agent cache files
- Create the Soft symlink for the bit9 folder with the following command:
ln -s /path/to/new/bit9 /srv
- Install the App Control Linux agent
- Verify symlink was successful:
- Run the following cmd to validate the "bit9" folder has a smaller folder size (double-digits at most):
ls -la /srv
- Run the following cmd on the new symlink location to see the normal data structure typically found in /srv/bit9, including the agent cache files, which will be rebuilding:
ls -la <new location>
5. Verify agent connects to console properly.