主页 » 其它

Running Firewall Analyzer and MySQL database in different machines


 

How to run Firewall Analyzer server and MySQL server in different machines? 

Carry out following steps to run the MySQL server in a separate machine.

  • Stop the FWA server/service. 
  • Edit <FWA_Home>/server/deploy/mysql-ds.xml with the following line. 

    <connection-url>jdbc:mysql://localhost:33336/firewall</connection-url> 

  • Instead of localhost, enter the IP address/hostname of the machine in which you intend to run MySQL server. 
  • Edit <FWA_Home>/server/conf/nms-service.xml file and change StartDBServer value to false. By default its value will be true
  • Carry out the following steps in MySQL server machine 
    • Install Firewall Analyzer if it is not installed or if you do not have MySQL server installed here. 
    • Edit <FWA_Home>/bin/startDB.bat/sh to tune MySQL parameters as given in the doc. 
    • Execute <FWA Home>/bin/startDB.bat/sh to start MySQL server. Ensure that you never start the application in this machine.
  • Start the Firewall Analyzer in the Firewall Analyzer machine. You should be able to see the reports

 

Start the MySQL server first in the MySQL server machine and then start the Firewall Analyzer application in the Firewall Analyzer server machine. 

 

     



版权所有 © 2015, 卓豪(北京)技术有限公司, 保留一切权利