How to perform FSAUA database reset in F-Secure Linux based products - F-Secure Community
<main> <article class="userContent"> <h3 data-version="4" data-article="000008822" data-id="issue">Issue:</h3> <p>How can I perform FSAUA database reset in F-Secure Linux based products?</p> <h3 data-id="resolution">Resolution:</h3> <p>Steps to do FSAUA database reset are different for each of the following F-Secure Linux based products.<br></p><ul><li>Linux Security Full / Command-line Edition version 11.xx</li><li>Linux Gateway version 5.xx</li><li>Policy Manager for Linux version 12.xx/13.xx</li></ul> You can refer to the following detailed instructions for each product. <br><br><b>Note: </b> <ul><li>All steps require root privileges</li><li>Latest fsdbupdate9.run can be downloaded <a rel="nofollow" href="https://download.f-secure.com/latest/fsdbupdate9.run">here</a></li></ul><ol><li><b>Linux Gateway</b></li></ol><div>Run the following command in the environment installed with Linux Gateway. This will force the F-Secure Automatic Update Agent (AUA) to download again all database packages.<br> </div><br><br><div># cd /opt/f-secure/fsigk; make stop<br># ps -efl | grep fsupdated (check the running status of fsupdated process) <br># kill <PID of remaining fsupdated process> (if there is any remaining one, kill it)<br># rm -rf /opt/f-secure/fsigk/fsaua/data/content/*<br># cd /opt/f-secure/fsigk; make start<br># /opt/f-secure/fsigk/dbupdate (with internet access)<br> or<br># /opt/f-secure/fsigk/dbupdate fsdbupdate9.run (without internet access) </div> <ol start="2"><li><b>Policy Manager for Linux version 12.40 and older</b></li></ol><div>Run the following command in the environment installed with Linux Policy Manager Server. This will force the F-Secure Automatic Update Agent (AUA) and F-Secure Automatic Update Server (AUS) to download again all database packages.<br> </div><br><br><div># /etc/init.d/fsaua stop<br># /etc/init.d/fspms stop (check the running status of F-Secure process. if there is any remaining one, kill it)<br># rm -rf /var/opt/f-secure/fsaua/data/content/*<br># rm -rf /var/opt/f-secure/fsaus/data/db<br># rm -rf /var/opt/f-secure/fsaus/data/misc<br># rm -f /var/opt/f-secure/fspms/logs/fspms-fsauasc.state<br># rm -f /var/opt/f-secure/fsaua/data/subscriptions/*<br># /etc/init.d/fsaua start<br># /etc/init.d/fspms start<br># sudo -u fspms /opt/f-secure/fspms/bin/fsavupd –debug (with internet access)<br> or<br># ./fsdbupdate9.run (without internet access) </div> <ol start="3"><li><b>Policy Manager for Linux version 13.00 and above</b></li></ol><div>Run the following command in the environment installed with Linux Policy Manager Server. This will force GUTS2 to download again all database packages.<br> </div><br><br><div># /etc/init.d/fspms stop (check the running status of F-Secure process. if there is any remaining one, kill it)<br># rm -rf /var/opt/f-secure/fspms/data/guts2/*<br># rm -rf /var/opt/f-secure/fsaus/data/db<br># rm -rf /var/opt/f-secure/fsaus/data/misc<br># rm -f /var/opt/f-secure/fspms/logs/fspms-fsauasc.state<br># /etc/init.d/fspms start</div> <ol start="4"><li><b>Linux Security Full Edition</b></li></ol><div>Run the following command in the environment installed with Linux Security. This will force the F-Secure Automatic Update Agent (AUA) to download again all database packages. <br><br># /etc/init.d/fsma stop<br># /etc/init.d/fsaua stop<br># ps -efl | grep fsupdated (check the running status of fsupdated process)<br># kill <PID of remaining fsupdated process> (if there is any remaining one, kill it)<br># rm -rf /var/opt/f-secure/fsaua/data/content/*<br># /etc/init.d/fsaua start<br># /etc/init.d/fsma start<br># dbupdate (with internet access)<br> or<br># dbupdate fsdbupdate9.run (without internet access)<br> </div> <ol start="5"><li><b>Linux Security Command-line Edition</b></li></ol><div>Run the following command in the environment installed with Linux Security. This will force the F-Secure Automatic Update Agent (AUA) to download again all database packages. <br><br># /etc/init.d/fsaua stop<br># /etc/init.d/fsupdate stop<br># ps -efl | grep fsupdated (check the running status of fsupdated process)<br># kill <PID of remaining fsupdated process> (if there is any remaining one, kill it)<br># rm -rf /var/opt/f-secure/fsaua/data/content/*<br># /etc/init.d/fsaua start<br># /etc/init.d/fsupdate start<br># dbupdate (with internet access)<br> or<br># dbupdate fsdbupdate9.run (without internet access)</div> <p>Article no: 000008822</p> </article> </main>