op5 Monitor Installation
Software information
The op5 Monitor product package is named op5-monitor-<version>.tar.gz. This tarball contain all packages developed and built by op5.
Install instructions - default method
1, Copy install tarball op5-monitor-<version>.tar.gz to solaris server
2, Unpack the archive
gunzip op5-monitor-<version>.tar.gz
tar xvf op5-monitor-<version>.tar
3, Change dir to op5-monitor-<version>
cd op5-monitor-<version>
4, Execute the install.sh script and follow the onscreen instructions.
./install.sh
Install instructions - silent install
Follow step 1, 2, 3 and 4 above <FIXME> ->
4, Execute the install.sh script with the --silent argument
./install.sh --silent
NOTE: This will install op5 Monitor without prompting the user for confirmation.
Upgrade instructions