|
||||||
Installation on an Oracle Application Server 10g on a RHEL 4 platformTim McArthur (tim.mcarthur AT fivium DOT co DOT uk) had written a little document of how he did it to install Monitorix under Oracle Application Server 10g on a Red Hat Enterprise Linux 4 platform. The following is a copy and adaptation (under permission) of his document:
Required packagesSee the Downloads section.
Optionally you may need to install the
perl -MCPAN -e 'install Time::HiRes'
Download and extract the latest Monitorix package:
wget http://www.monitorix.org/monitorix-1.2.0.tar.gz && tar -zxvf monitorix-1.2.0.tar.gz
InstallationEdit theinstall.sh file as follows:
add after line 46:
echo " 6 - OAS on RHEL4"
Add this section after line 110:
6)
SBIN="/usr/sbin"
ETC="/etc"
INIT="/etc/init.d"
LIB="/var/lib"
DOC="/usr/share/doc"
HTDOCS="<OAS server root>"
CGIBIN="<$ORACLE_BASE>/product/10.1.2/oas/Apache/Apache/cgi-bin"
PORTS="${OS}-Generic"
show_paths
OK=1
;;
The $ORACLE_BASE variable I use is /u01/app/oracle, but it may vary. The OAS server root value for the servers I use is /u01/www/<server name>, again this may vary.
Save the
./install.sh
FinalizationEdit the file/etc/monitorix.conf and change the %BASE_WWW variable to the same as the HTDOCS value above.
Use |
||||||
|
||||||