Novell Sentinel™ 6.1 SP1 Hotfix 1
3
4 Sentinel Database Patch Installation
In addition to applying patches to the Sentinel components, you must run a script to apply the patch
the Sentinel database. The installation instructions differ depending on the database you have.
Section 4.1, “Sentinel Database Patch Installation on Oracle,” on page 3
Section 4.2, “Sentinel Database Patch Installation on SQL Server,” on page 4
4.1 Sentinel Database Patch Installation on Oracle
The following sections describe the prerequisites and the procedure to install the database patch on
Oracle:
“Prerequisites” on page 3
“Applying the Database Patch” on page 4
4.1.1 Prerequisites
The machine and account from which the database patch is run must meet the following
requirements:
User has the Oracle client application sqlplus as the PATH variable.
User has the environment variable
ORACLE_HOME
set to the directory where the Oracle software
is installed.
User must be a member of the Oracle dba group.
User has the Java 1.5 executable as the PATH variable.
TIP:
The easiest way to apply the patch is to run the PatchDB script directly on the database server
machine provided the prerequisites are met. However, in some environments, local policies prohibit
this type of installation (for example, you cannot install Java on the database server). In this
situation, the script can be run from any other machine provided the prerequisites are met.
By default, all Sentinel 6.1 machines have the required version of Java, but the default Java
installation done by Sentinel does not allow Oracle users to access the
$ESEC_HOME/jre
directory.
You can add Oracle users to the esec group (for example,
groupmod –A oracle esec
), temporarily
modify the permissions on the directory (for example,
chown –R oracle $ESEC_HOME/jre
), or
install a second instance of Java.
If you are using a machine that does not have Sentinel installed on it, run the following commands:
To verify the Java version and PATH variable settings:
java -version
To update the PATH environment variable to include the Java installation directory:
export PATH=/opt/novell/sentinel6/jre/bin:$PATH
To install Java, download the appropriate Java version [Java Runtime Environment (JRE) 5.0]
from the
Sun Web site (http://java.sun.com/javase/downloads/index_jdk5.jsp)