FortiNAC-F
FortiNAC-F is a zero-trust network access solution that provides users with enhanced visibility into the Internet of Things (IoT) devices on their enterprise networks. For legacy FortiNAC articles prior to FortiNAC-F 7.2, see FortiNAC.
arivet-AMER-FNAC-TAC
Article Id 321846
Description This Article describes how to confirm known issue 942947 and remediate it.
Scope FortiNAC - F.
Solution

Due to known issue 942947 in v7.2.3, it may be necessary to delete uncompressed databases on the secondary.

Enter shell CLI:

  1. SSH to the FortiNAC as admin.
  2. Run the following commands to confirm disk space is being used by the directory, total size will be displayed in the first column:

 

exec enter-shell         
du -sh /bsc/backups/database/

 

  1. Confirm the uncompressed files exist:


find /bsc/backups/database/ -not -name "*.gz" 

 

  1. Delete the files:


find /bsc/backups/database/ -not -name "*.gz" -delete

 

  1. Check the disk space again:


df -h

Replication will start again and errors should stop after the sync completes.