Installing Manageengine Opmanager 12 standar/pro edition on Linux Centos 7 Rumi, March 21, 2020 Lately for a project needed to install opmanager for a specific client. The installation is quite straight forward on a fresh installation of Centos 7 Box. Assuming you already have a linux installaiton file (ended with .bin) file. So here it goes- Installing OpManager on Linux using Console mode / Silent mode This is a quick walk-through of the console mode installation of OpManager on a Linux box – an easy thing to do if you are working on a Windows box and want to install on a remote Linux system. Prerequisites To begin with, make sure you have downloaded the binary for Linux. (https://www.manageengine.com/network-monitoring/download.html) Steps to install Step 1: Execute the binary with administrator privileges (sudo) and -i console option. Step 2: Go through the license agreement and enter ‘Y’ to proceed. You can register for technical support by providing the required details. (Name, E-mail ID, Phone, Company Name) Step 3: Select the location Step 4: Choose the installation directory Step 5: Configure the Webserver Port Step 6: Verify the installation details and press ‘Enter’ to complete the installation. Starting OpManager on Linux Go to /OpManager/bin folder Execute: sh run.sh To run OpManager server in the background, execute: nohup sh run.sh& Starting OpManager After installation, all the OpManager-related files will be available under the directory that you choose to install OpManager. This is referred to as OpManager Home directory. On Linux Machines Log in as ‘root’ user. Execute the StartOpManagerServer.sh file present in the <OpManager Home>/bin directory. To stop OpManager running on a linux machine, execute the ShutDownOpManager.sh file present in the <OpManager Home>/bin directory. Type the User Name and Password in the Shut Down OpManager window and press Enter. Connecting the Web Client Open a JavaScript-enabled Web browser such as Internet Explorer or Mozilla Firefox. Type http://<host_name>:<port_number> in the address bar and press Enter. Here, <host_name> is the name of the machine in which OpManager is running and <port_number> is the port that you have chosen to run OpManager Web Server during installation. [Note: If you have enabled SSL, connect as https://<host_name>:<port_number> in the address bar and press Enter.] Type the User Name and Password and click Login. The default user name and password are ‘admin’ and ‘admin’ respectively. Administrations Configurations (Linux) CentOS 7Opmanager