Once you have successfully installed Firewall Analyzer, start the Firewall Analyzer server by following the steps below.
This topic covers the following procedures:
Click on Start > Programs > ManageEngine Firewall Analyzer 7 > Firewall Analyzer to start the server.
Alternatively, you can navigate to the <Firewall Analyzer Home>\bin folder and invoke the run.bat file.
Ensure that the Firewall Analyzer application is installed as Windows Service. When you install with single click, by default it will be installed as Windows Services. If you have carried out custom installation, and chose not to install the application as Windows Service, carry out the procedure to convert the application installation as Windows Service. After this, carryout the following procedure to start as Windows Service.
Navigate to the <Firewall Analyzer Home>/bin directory and execute the run.sh file.
As soon as this is done, a command prompt window opens showing startup information on several modules of Firewall Analyzer. Once all the modules have been successfully created, the following message is displayed:
Server started.
Please connect your client at http://localhost:8500
where 8500
is replaced by the
port you have specified as the web server port
during installation.
Starting the Firewall Analyzer service in Linux
/etc/init.d/firewallanalyzer start
Check the status of Firewall Analyzer service
/etc/init.d/firewallanalyzer status
ManageEngine Firewall Analyzer 7.0 is running (15935).
Follow the steps below to shut down the Firewall Analyzer server. Please note that once the server is successfully shut down, the MySQL database connection is automatically closed, and all the ports used by Firewall Analyzer are freed.
Ensure that the Firewall Analyzer application is installed as Windows Service. When you install with single click, by default it will be installed as Windows Services. If you have carried out custom installation, and chose not to install the application as Windows Service, carry out the procedure to convert the application installation as Windows Service. After this, carryout the following procedure to start as Windows Service.
Stopping Firewall Analyzer service in Linux
/etc/init.d/firewallanalyzer stop
Stopping ManageEngine Firewall Analyzer 7.0...
Stopped ManageEngine Firewall Analyzer 7.0.
Check the status of the service again
/etc/init.d/firewallanalyzer status
ManageEngine Firewall Analyzer 7.0 is not running.
Normally, the Firewall Analyzer is installed as a service. If you have installed as an application and not as a service, you can configure it as a service any time later. The procedure to configure as service, start and stop the service is given below.
To configure Firewall Analyzer as a service after installation, execute the following command.
sh configureAsService.sh -i
Usage of Firewall Analyzer service command
<Firewall Analyzer Home>/bin # /etc/init.d/firewallanalyzer
Usage: /etc/init.d/firewallanalyzer { console | start | stop | restart | status | dump }