Table of Contents

Install Pro.Monitor for Windows

Install with WIZARD

SILENT installer

Default settings

Install Pro.Monitor for Linux

Installation prerequisites

First of all, please check java version. It should be >= 1.8.0_171

[aglgesrvampd04 ~]$ rpm -qa | grep jre
jre1.8-1.8.0_151-fcs.x86_64
[aglgesrvampd04 ~]$

If needed, update or install jre, using :

sudo rpm -ivh jre-8u171-linux-x64.rpm

sudo rpm -Uvh jre-8u171-linux-x64.rpm

Install Pro.Monitor

Create User and Group

Run the following command:
sudo groupadd promonitor
sudo useradd promonitor
sudo passwd promonitor [type passwd]

Download Promonitor tar file and extract into /opt/, change permission and prepare for execution Please run the following commands in order : PLEASE CHANGE version WITH VERSION NUMBER, EXAMPLE : sudo tar -xzvf Pro.Monitor-6.6.0_1523.tar.gz

cd /opt/
sudo tar -xzvf Pro.Monitor-[version].tar.gz
sudo ln -snf Pro.Monitor-[version] Pro.Monitor
sudo chown -R promonitor:promonitor Pro.Monitor*
Then, we need to configure systemd for ProMonitor (SystemD is the System and Service Manager)
sudo vi /etc/systemd/system/promonitor.service

Enter the following information in the new file
[Unit]
Description=Promonitor SAP Monitoring System
After=syslog.target network.target

[Service]
Type=forking
WorkingDirectory=/opt/Pro.Monitor/
ExecStart=/opt/Pro.Monitor/bin/startup.sh
#ExecStop=/opt/Pro.Monitor/bin/shutdown.sh
ExecStop=/bin/kill -15 $MAINPID

User=promonitor
Group=promonitor
UMask=0007
RestartSec=10\ Restart=always

[Install]
WantedBy=multi-user.target

Then, activate the service and start Promonitor:
sudo chown root:root /etc/systemd/system/promonitor.service
sudo chmod 760 /etc/systemd/system/promonitor.service
sudo systemctl daemon-reload
sudo systemctl enable promonitor
sudo systemctl status promonitor
sudo systemctl start promonitor

Distant DB settings

Upgrade Pro.Monitor

Pro.Monitor life cycle