This section describes installation of a CA Business Service Insight database on Linux servers.
This section contains the following topics:
This section describes how to install a CA Business Service Insight database on a Linux system.
Note: Before you install the database on Linux, connect to oracle user in the O/S level (do not run main.sh from user root).
Note: If you cannot use binary ftp for the transfer, convert the files to Linux/UNIX.
If files were not transferred in binary version, convert the required files to Unix.
cd /u03/oblicore/CA_Oblicore_Guarantee dos2unix Setup/InstallDB/Main.sh dos2unix Setup/InstallDB/start_parameters.ini dos2unix Setup/InstallDB/Build_Schema/schema_build.sh dos2unix Setup/InstallDB/Build_DB/makedir.sh dos2unix Setup/InstallDB/Build_DB/CreateInstance.sh dos2unix Setup/InstallDB/Build_DB/PostCreateInstance.sh dos2unix Setup/InstallDB/Build_TBS_Users/tbs_users_build.sh
Set execute permission on .sh files.
find . -name "*.sh" | xargs -n1 chmod u+x
cd /u03/oblicore/CA_Oblicore_Guarantee/Setup/InstallDB/Build_DB
If [$ORACLE_VERSION = 9 ] then SQL_FILE=alter_system_large_9.sql else SQL_FILE=alter_system_large_10_11.sql
with the following lines:
If [ $ORACLE_VERSION = “9” ] then SQL_FILE=alter_system_large.sql else SQL_FILE=alter_system_large.sql
Note: Specific steps depend upon your Linux/Unix installation "flavor".
cd /u03/oblicore/CA_Oblicore_Guarantee/Setup/InstallDB
[DataBaseDetailes] OBLICORE_ROOT=/u03/oradata ORACLE_HOME=/u01/app/oracle/product/11.1.0/db_1 SYS_PASS=sys OBLICORE_USER=oblicore OBLICORE_PASS=oblicore DB_CHARSET=utf8 DB_SYNONYM=public
Note: CERT ORACLE_HOME=c:\oracle\product\11.1.0\db_1
/u03/oblicore/CA_Oblicore_Guarantee/Setup/InstallDB/Main.sh
Answer the resulting prompt:
Please select the characterset to be used in your databse: 1. UTF8 (AL21UTF8) 2. PUBLIC (WE8MSWIN1252) For more information about selecting the character set, please see the Installation Document, Oblicore Server Installation/Installing OG [assign the version number for your book] From Scratch/Typical Installation. Please make your selection [1/2]
Answer the resulting prompt:
Please select type of synonyms to be used in your database: 1.PUBLIC 2.PRIVATE For more information about selecting private or public synonyms, please see the Installation Document, Installing OG 7.0 From Scratch/Typical Installation.
The following parameters display.
CHARATER_SET OBLICORE_ROOT ORACLE_HOME ORACLE_VERSION DB_NAME DB_SIZE SYS_PASS OBLICORE_USER OBLICORE_PASS SYNONYMS_TYPE
A success message displays upon completion:
The installation process ended successfully .....
cd $ORACLE_HOME/dbs ln -s /u03/oradata/oblicore/oblicoredb/admin/spfile/spfileoblicore.ora ./spfileoblicore.ora restart database. export ORACLE_SID=oblicore sqlplus sys/sys as sysdba startup
|
Copyright © 2012 CA.
All rights reserved.
|
|