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 ADManager Plus?

                  New to ADSelfService Plus?

                    • Related Articles

                    • How to start Applications Manager when Linux Boots

                      You can start Applications Manager when Linux boots by making the following changes: 1.  Add the following line as the first line in startApplicationsManager.sh file:       cd <APPMANAGER-INSTALLEDDIRECTORY>/AppManager15/ Eg. cd ...
                    • Performance data not collected for Linux monitor with RHEL 8 & above in SSH mode

                      If you notice an issue regarding the performance data collection for the Linux monitor with RHEL 8 & above (No data in GUI) then from the Applications Manager GUI --> Admin --> Product Settings --> Logging --> choose Print all logs option and save ...
                    • 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 ...
                    • How to perform 'Silent Installation' of Applications Manager in Linux?

                      For silent installation, execute the installer (.bin) file using the below command in Linux: <Installation (.bin ) file>  -silent  -options ismp_silent.txt Example: .../AppManager15$ ./ManageEngine_ApplicationsManager_64bit.bin -silent -options ...
                    • 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 ...