Archive Service reports Insufficient space

The archive server on Linux will check if the location is a shared mounted location. If it is a mounted location and the location is not available, the service will report that the location is not available and there is no space.

2023-12-25 10:00:00.834 [1.0.10.1] Error getting space for path "/opt/amethyst/backup/nfs/Archive/": Host is down

2023-12-25 10:00:00.834 [1.0.10.1] Insufficient space on archive path "/opt/amethyst/backup/nfs/Archive/"

2023-12-25 10:00:00.834 [1.0.10.1] ARCHIVE 303544 10201 response: { "errormessage" : "Insufficient disk space on archive path", "responsestatus" : "nospace" }

Check that the location is mounted:
df -h

You should see a location like this:
//192.168.130.125/amethystrec 22T 21T 1.7T 93% /opt/amethyst/backup/nfs

Check if the mounted location is configured in the /etc/fstab like this:
//192.168.130.125/amethystrec /opt/amethyst/backup/nfs cifs uid=0,credentials=/root/.smb/dtxcredentials,vers=3.0,noperm 0 0

You can make sure that the location is mounted with "
mount -a