In some cases it may be necessary to move the location of the ICDx data archive to a larger file system if the desired data retention results in more disk usage than expected.
To move the ICDx local data archive, perform the following steps. In this example, the archive is being moved from /data/symantec/icdx to /mnt/icdx but the destination directory can be on any local filesystem.
In the steps below /mnt/icdx can be replaced with any local directory path on the system.
sudo systemctl stop launcher_dx.service nginx rabbitmq-server.service
sudo mv /data/symantec/icdx /mnt/icdx
sudo vi /etc/environment
sudo vi /opt/symantec/icdx/etc/archives.json
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"
SYMC_HOME=/opt/symantec/icdx
SYMC_DATA=/data/symantec/icdx
SYMC_LOG=/var/log/symantec/icdx
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"
SYMC_HOME=/opt/symantec/icdx
SYMC_DATA=/mnt/icdx
SYMC_LOG=/var/log/symantec/icdx
{"home":"/data/symantec/icdx/archives"}
{"home":"/mnt/icdx/archives"}