While installing the bin files in Linux machines, the installation program quits abruptly without any message.

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 the product in a GUI environment, set the DISPLAY variable and then install the product.

Example:

export DISPLAY=localhost:0.0 [To set the DISPLAY variable]
xhost +
 [To provide permission for the remote hosts to open the GUI]
./ManageEngine_ApplicationsManager.bin

                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • Execute Program Action - BlackListCommands

                        There are certain commands which are vulnerable to security threats in both Windows and Linux operating systems such as del and deltree. Such commands can be restricted for execution from Execute Program action. By default, we are restricting the ...
                      • 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 ...
                      • OpManager crashed/shut down while silently installing Applications Manager Plugin

                        If OpManager installed in Windows machine Stop OpManager service and it's related processes Open Resource Monitor in the OpManager installed machine Click on the CPU tab In the Search Handles bar which can be found in the Associated Handles row, type ...
                      • Installing Applications Manager in Microsoft Azure

                        Applications manager can be installed in Azure Virtual Machines in both Windows and Linux platforms.  Applications Manager comes with bundled PostgreSQL. Installing Applications Manager in VM for Windows Go to Virtual Machines and create a "Windows" ...
                      • 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 ...