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 /advent/Aug2/AppManager15/
2. Add the following in the rc.local file present in the /etc directory:
su -c “nohup sh <APPMANAGER-INSTALLEDDIRECTORY>/AppManager6/startApplicationsManager.sh & ” <User in which Applications manager is installed>
Eg. su -c “nohup sh /advent/Aug2/AppManager15/startApplicationsManager.sh &” susan
Once you make the above changes, Applications Manager will start automatically whenever you restart your Linux machine.
New to ADSelfService Plus?
Related Articles
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 ...
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 ...
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) ...
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 ...
How to manually uninstall Applications Manager?
Windows Shut Down Applications Manager (Ensure that the ManageEngine ApplicationsManager service has been stopped if it has been installed as a Windows service) Open a command prompt with administrator privileges, navigate go to the <Applications ...