This procedure is unsupported.
Articles in the "Unsupported Community Documents" space are not supported by ITRS support.Version
This article was written for version 7.2 of Monitor, it could work on both lower and higher version if nothing else is stated.
This document applies to the installable software version of op5 Monitor. For information on the setting up the VM version, refer to the quick start guide here.
- Download software package to target Linux system running CentOS 6.6/RHEL 6. (Download Link)
- Log in via SSH or by accessing the terminal on the target system.
-
Change user to root (password required):
su -
-
Navigate terminal to the folder containing the downloaded package, and move it to /root
mv op5-monitor*.tar.gz /root
-
Navigate to /root
cd /root
-
Unpack (file name will vary by version, * indicates a wildcard)
tar -xzf op5-monitor*.tar.gz
-
Navigate to unpacked folder (folder name will vary by version, * indicates a wildcard)
cd op5-monitor*
-
(OPTIONAL) View included readme using preferred text editor (nano, vi, gedit)
nano
-
In terminal, view directory contents to confirm install.sh & install.py are executable
ls -l
-
If not executable, issue the following command:
chmod +x install.sh && chmod +x install.py
-
-
Execute install script
./install.sh
-
Reboot
reboot
- After reboot, use your browser and browse to the server, use the following address:
https://<IP or hostname>/monitor - You will be prompted to create an account with administrator privileges the first time you access op5 Monitor. Save the login credentials at a safe location so that the account is not lost.
-
Tags:
Comments
0 comments
Please sign in to leave a comment.