Resetting AUA and AUS database repositories in Linux This article describes how you can reset both F-Secure Automatic Update Agent (AUA) and F-Secure Automatic Update Server (AUS) database repositories in Linux.
In some scenarios, you may need to reset AUA and AUS database repositories. For instance, if you suspect that one or more of the downloaded files have become corrupted and clients are unable to download files and updates properly from F-Secure Policy Manager Server because of this.
To reset AUA and AUS database repositories:
Note: All steps require root privileges.
-
/etc/init.d/fsaua stop
-
/etc/init.d/fspms stop
-
rm -rf /var/opt/f-secure/fsaua/data/content
-
rm -rf /var/opt/f-secure/fsaus/data/db
-
rm -rf /var/opt/f-secure/fsaus/data/misc
-
rm -f /var/opt/f-secure/fspms/logs/fspms-fsauasc.state
-
/etc/init.d/fsaua start
-
/etc/init.d/fspms start
-
sudo -u fspms /opt/f-secure/fspms/bin/fsavupd
This will also force AUA to download again all database packages. After this, the same files are copied to the AUS repository.