Linux
While trying to startup Applications Manager in Linux, the issue "User does not have proper permissions to start APM" is displayed.
Solution: Provide permissions for all folders in Applications Manager to the regular user by executing the following command. sudo chown -R <username>:<groupname> <ApplicationManagerHome> This changes the ownership of all files and folders within the ...
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 ...
Setup EUM Agent as Service in Ubuntu 16 and above
All the steps mentioned below should be performed with root user privilege. 1. Steps to register EUM Agent as of service on a Linux box Copy the attached EUMAgent.sh file to /etc/init.d/ directory. Rename the file as "EUMAgent" after moving Edit and ...
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 ...
Install Applications Manager on Red Hat Enterprise Linux (RHEL)
OS Type: RHEL 7.8 / Centos 7.8 DB Server: PgSQL To install a Managed Server Download and Install the Applications Manager Managed Server instance as a root user with default Web server SSL port (i.e. 8443). Re-configure the default Admin password as ...
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 ...
Application Manager installer starts in another language instead of English.
Please try to complete the installation from command prompt itself using the below command: LANG=en_US.UTF-8 ./ManageEngine_ApplicationsManager_11_linux.bin -console
Charts/Graphs display strange characters in the Linux machine
Problem: Charts/Graphs display junk characters in several places. Reason: Applications Manager uses core Microsoft text fonts in graphs and charts. These fonts may be missing from your Linux machine. Solution: Install Microsoft fonts and then restart ...
New installation with pgsql backend does not start. Logs show "could not bind IPv6 socket: Cannot assign requested address"
Solution : Please comment out or remove the IPv6 address entry in the /etc/hosts file and then try to restart the product. Example: #::1 localhost6.localdomain6 localhost6
The linux installation stops abruptly within a few seconds.
Reason: This could be because you are trying to install a 64 bit version of Applications Manager on a 32 bit OS. Please make sure the Applications Manager binary that you have downloaded matches that of the OS where you are trying to install it.
In Linux, under Reports tab, I try to check the health details of all monitors. I get the following Java Exception: ErrorDispatcherValve[localhost]: Exception Processing ErrorPage[exceptionType=java.lang.Throwable, location=/jsp/ErrorPage.jsp] java.lang.ClassCastException: java.lang.NoClassDefFound
Solution: The display variable is not properly set. Open the file <AppManagerHome>\ startApplicationManager.sh and comment the following lines: # if [ "$DISPLAY" = "" ]; then AWT_HEADLESS=-Djava.awt.headless=true ...
When the Applications Manager Server is started in Linux Machine with root user and then when it is restarted as normal user, the server doesn't get started.
Reason: This is because the files in <AppManagerHome>/working/mysql/data/AMDB> will have permissions for the root user only. Solution: Give all permissions for all the folders in Applications Manager for normal user by using chmod command.
When trying to connect to the web client using http://hostname:9090, I get "Forbidden. You don't have permission to access / on this server." message. I've installed the product under /root.
Reason: As the product is installed in /root directory, you need to provide execute permission to /root to access the web client. Solution: To provide permission use the following command (as superuser): chmod +x root from ...
Having problems while starting Applications Manager in Debian machines.
Solution: For Applications Manager to run in Debian machines, Ensure if the following configurations are done. 1. Check whether the libdb3.so file is located in /lib/ directory. For more information, refer here. 2. Uncomment the following line in ...
After running 'startApplicationsManager.sh', an error message "Failed to establish connection with web server. Gracefully shutting down Applications Manager" is shown.
Reason 1: This happens in Linux if a library file named libdb-3.2.so or libgdbm.so.2 is not available or if it is available in another name. Apache Web Server requires this file for it to start. To confirm this as the reason, open the stderr.txt log ...
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 ...
While installing the bin files in Linux machines, the installation program quits abruptly without any message.
Reason: This occurs when the DISPLAY variable is not set. Solution 1: If you are installing the product in a non-GUI environment, execute the bin file as given below: ./ManageEngine_ApplicationsManager.bin -console Solution 2: If you are installing ...