How to start/stop Applications Manager in Linux?

How to start/stop Applications Manager in Linux?

Starting Applications Manager

From the command line, go to <Applications Manager Home> directory (by default it is /opt/ManageEngine/AppManager14) and execute the below command to start the product:

nohup sh startApplicationsManager.sh &

Execute the below command to show the startup prints: 
tail -f nohup.out 

Final message will be shown as:

INFO   | jvm 1    | xxxx/xx/xx | Verifying connection with web server...
INFO   | jvm 1    | xxxx/xx/xx |  verified 
INFO   | jvm 1    | xxxx/xx/xx | 
INFO   | jvm 1    | xxxx/xx/xx | Applications Manager started successfully.
INFO   | jvm 1    | xxxx/xx/xx | 
INFO   | jvm 1    | xxxx/xx/xx | Please connect your client to the web server on: [ http://APMFQDN:9090 ]

Stopping Applications Manager

From the command line, go to <Applications Manager Home> directory (by default it is /opt/ManageEngine/AppManager14) and execute the below command to stop the product:

sh shutdownApplicationsManager.sh
sh shutdownApplicationsManager.sh -force

To learn more about troubleshooting Applications Manager, refer here.

                  New to ADSelfService Plus?

                    • Related Articles

                    • Maintenance of Applications Manager backend database

                      Note: Please take complete database backup without fail prior to these steps. I. Applications Manager with PostgreSQL Database. Shutdown all Applications Manager related process as follows: For windows: Open services.msc --> stop ManageEngine ...
                    • Applications Manager Database Migration Using SQL Dump

                      Step 1: Rename Directories Skip this step if the directories are already renamed. Rename <AppManager_home>/working/pgsql to <AppManager_home>/working/pgsql_11. Rename <AppManager_home>/working/pgsql_15.5 to <AppManager_home>/working/pgsql. Step 1.1: ...
                    • Setup Applications Manager as Service in Ubuntu 16 and above

                      From v16140 : Support to install and start Applications Manager as a wrapper service in Linux platforms is provided within the product. For more information, see Starting Applications Manager as a Linux Service. Follow the steps mentioned below to ...
                    • Unable to update Daylight Saving Time (DST) in Applications Manager

                      Issue: The server System Time present in the bottom left corner of the Applications Manager UI does not display the Daylight Saving Time (DST) difference. It has a 1-hour time difference from the actual time. Reason: The Daylight Saving Time (DST) ...
                    • ManageEngine Applications Manager High Availability setup with dual database (MySQL).

                      Apart from the Failover setup,  which uses a single database and dual Application Server, we also support a failover with dual database and Application Server. Failover support requires you to configure Applications Manager Secondary (Standby server) ...