Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
- Oracle setup for the model repository
- Supported Oracle versions and operating systems
- System requirements
- Non-SA-supplied Oracle software and database setup
- SA-supplied Oracle RDBMS software and database setup
- Oracle RAC support
- Garbage collection
- Database monitoring strategy
- Oracle database backup methods
- Troubleshooting system diagnosis errors
- Useful SQL
SA-supplied Oracle RDBMS software and database setup
If you plan to use a SA-supplied Oracle database with the SA Model Repository, you should read the following sections for information about what the SA Installer does when installing the Oracle software and database during SA installation. The SA Installer performs all the tasks discussed below. You should also review System requirements before proceeding with this section.
SA-supplied RDBMS configuration details
When you install the SA-supplied Oracle RDBMS using the SA Installer Oracle installation option, the installer:
- Checks that all requirements are met on the host server (see System requirements).
- Sets certain kernel parameters to required values (see Modifiable kernel parameters).
- Creates the Unix user
oracle
locally in/etc/passwd
. - Creates the Unix groups
dba
andoinstall
locally in/etc/group
. - Sets the
$ORACLE_HOME
environment variable to the following directory:/u01/app/oracle/product/12.1.0.2/db_2
- Sets the
$ORACLE_SID
environment variable totruth
. - Creates a database with the UTF8 character set,
TIME_ZONE
set to'+00:00'
and with requiredinit.ora
parameters. - Creates the tablespaces and data and index files under the following directories:
/u01/oradata/truth
/u02/oradata/truth
/u03/oradata/truth
/u04/oradata/truth
The system administrator can configure the
/u01
,/u02
,/u03, /u04
directories before installing the Oracle RDBMS software. - Gets the service name (TNS name) from the SA Installer interview (
truth.servicename
prompt) and inserts it into thetnsnames.ora
file in$ORACLE_HOME/network/admin
and/var/opt/oracle
. The SA Installer changes the value of thehost
parameter intsnames.ora
to the value returned by the Unixhostname
command. - In the
/$ORACLE_HOME/network/admin/listener.ora
file, changes the value of thehost
parameter to the value returned by the Unixhostname
command.The listener is password protected and OS authenticated. (The default password is
opsware
.) By default, it listens on port 1521. - Creates the
/etc/init.d/opsware-oracle
script, which you can use to start up and shut down the database and listener.This script is linked to corresponding scripts in the
/etc/rc*.d
directories. - Creates the user
opsware_admin
with the required privileges. - After installation is complete, you can examine the logs that are created here:
/var/log/opsware/install_opsware
SA recommends that you change the default passwords for the following:
- the Unix user
oracle
- the Oracle database users SYS and SYSTEM
SA does not use the SYS and SYSTEM users.
- the Oracle listener
In the
/$ORACLE_HOME/network/admin/listener.ora
file, SA sets the value of the host parameter to the value returned by the Unix hostname command. The listener is password protected and OS authenticated. The default password isopsware
. By default, the Oracle listener uses port 1521.
SA-supplied Oracle installation
SA supports the following SA/Oracle database configurations:
- SA Core and Oracle database on a single host
- SA Core with the Oracle database on a remote database server
See Customer installable SA Core configurations for a description of supported SA Core/Oracle database configurations and installation instructions.SA Core installation
Installing the Model Repository database on a remote server
To install or upgrade the Model Repository Oracle database on a remote server:
- Perform the following tasks on the server on which you will run the SA Installer:
- Install the Oracle Full Client software.
The steps below use/u01/app/oracle/product/12.1.0/client_1
as the Oracle Full Client home.
Note: The Oracle Full Client must be the same version as the Oracle database.- Ensure that the Oracle Full Client software is owned by the OS user
oracle
. - Copy the database server's
/var/opt/oracle/tnsnames.ora
file to the client machine’s/var/opt/oracle/tnsnames.ora
. Ensure that the hostname in the file resolves properly. - If it does not exist, create the following directory:
mkdir -p /var/opt/oracle
- Create the following symbolic link:
# ln -s /var/opt/oracle/tnsnames.ora $ORACLE_HOME/network/admin/tnsnames.ora
- Ensure that the Unix user
oracle
has read-write permission on thetnsnames.ora
file. - Ensure that the SA Installer Core Definition File (CDF) has the correct path to the client
tnsnames.ora
file (%truth.tnsdir
), oracle client home (%db.orahome
), database server name/IP (%db.host
), listener port (%db.port
), SA Installer machines subdomain (%truth.dcSubDom
), and so on. Based on the above steps your parameter values will be:%truth.tnsdir=/var/opt/oracle
%db.orahome=/u01/app/oracle/product/12.1.0/client_1
%db.port=1521
%truth.dcSubDom=prod.example.com
db.host=192.168.9.99
(server on which the Oracle database is installed)
- Ensure that the
COMPATIBLE
parameter is set correctly and that it matches the database version. For example, for database software that is version 12.1.0.1 ensure thatCOMPATIBLE=12.1.0.1
. SA uses Oracle's Export Data Pump and Import Data Pump utilities during secondary core creation. These utilities require theCOMPATIBLE
parameter be specified correctly.
- Install the Oracle Full Client software.
- Perform the following tasks on the Model Repository host:
- Log in as the user
oracle
. - Ensure that the listener is started with the command:
lsnrctl start <your_listener_name>
- Log in as the user
We welcome your comments!
To open the configured email client on this computer, open an email window.
Otherwise, copy the information below to a web mail client, and send this email to hpe_sa_docs@hpe.com.
Help Topic ID:
Product:
Topic Title:
Feedback: