Linux silent installation

Linux silent installation

If installation wizard cannot be invoked , Then these manual steps needs to be followed.
Replace the text in red with the appropriate value

Note: For professional, it is advised that you install the personal edition and then apply the professional trial license. (Contact: sales@manageengine.com)
  • Fill the following values in AnalyticsPlus/conf/install.txt 
  • Fill the following values in AnalyticsPlus/conf/port.properties 
    • reports.https.port=8443
  • Execute the following script
    • bin>sh changeHostPort.sh 8443 true
  • Execute the following script
    • bin>sh rebrandHandler.sh
  • Execute the following script ONLY if DB startup fails
    • bin>sh initPgsql.sh
Make sure the product is not installed in root.  If so, move it to some other location and then perform these steps.
                New to ADManager Plus?

                  New to ADSelfService Plus?

                    • Related Articles

                    • Query table throws error upon execute query - Linux - 4400 and above

                      Issue: Query table's 'execute query' will throw an error as shown below.  Even when executing 'select 1', we might get this error. Build affected: 4400, 4410 and 4420 Only on Linux installations Cause: It is due to internal code changes and will be ...
                    • Unable to install Analytics Plus in Linux VM's

                      During installation in console mode, most of the Linux(VM) users are experiencing issues with port check and they are unable to proceed. To avoid this, please use ISS or UI based installation option.  Error trace: Ports are occupied  Follow the below ...
                    • Auto start Analytics Plus in Linux

                      Steps to auto start Analytics Plus in Linux environment:     1. Open "StartServer.sh" present in <AnalyticsPlus\bin> Add  '#!/bin/sh' as the first line of the code. Add  'cd <location to Analytics/bin>' before the line 'sh run.sh'  ex : ...
                    • Unable to export or email a view as PDF, Image, HTML - Linux Platform

                      Issue: Unexpected error when trying to export/email a view as PDF, Image, HTML Error trace: Caused by: javax.servlet.ServletException: com.phantomjs.export.server.ServerNeedKillingException: ServerNeedKillingException: Exception in phantom export :: ...
                    • Unable to access Analytics Plus after installation

                      Issue:  Unable to access Analytics Plus after installation even though the wrapper logs are fine. Analysis: There is a space character after the port number in the URL construction. Log Traces: java.lang.IllegalArgumentException: Invalid uri ...