skip to main content
op5 Solaris Extension
  
op5 Solaris Extension
Introduction
This document is intended for the System administrator that has the operational responsibility for the op5 system. You are expected to have good knowledge and understanding of computers and Solaris or UNIX knowledge.
This document will try to give you a installation instruction how to configure op5 Solaris Extension. For information about how to use and configure op5 Monitor after installation, please refer to “op5 User Manual” and “op5 Monoitor Administration Manual”.
Note: To complete this installation guide you need to configure a database connection for op5 Monitor covered in “Oracle Extension Manual”.
Installation and upgrade instructions
This chapter covers prequisites for installation of op5 Monitor on the Solaris platform.
 
Requirement installation
For Solaris a number of requirement packages need to be installed prior to installation of op5 Monitor. These requirements are provided as a tarball, named (csw-deps-<version>.tar.gz)
This tarball installs basic requirements for op5 Monitor, for example apache and php. These are standard Solaris packages provided by blastwave.org
Install instructions dependencies - default method
1, Copy install tarball csw-deps-<version>.tar.gz to solaris server.
2, Unpack the archive
gunzip csw-deps-<version>.tar.gz
tar xvf csw-deps-<version>.tar
3, Change dir to csw-deps-<version>
cd csw-deps-<version>
4, Execute the install-deps.sh script and follow the onscreen instructions
./install-deps.sh
5, Verify that the apache web server is running by browsing to http://<server-address>/
Install instructions - silent install
Follow step 1, 2, 3 and 4 above
4, Execute the install-deps.sh script with the --silent argument
./install-deps.sh --silent
NOTE: This will install the dependencies without prompting the user for confirmation.
Install instructions - exclude mysql-server
Add command line option 'oracle' to the installer to avoid installing mysql-server. NOTE: The database must be manually setup and configured as described in the Oracle database setup manual.
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