La presente sezione descrive l'installazione di un database CA Business Service Insight sui server Linux.
Questa sezione contiene i seguenti argomenti:
La presente sezione descrive la procedura di installazione di un database CA Business Service Insight su un sistema Linux.
Nota: Prima di installare il database su Linux, effettuare la connessione come utente Oracle a livello del sistema operativo (non eseguire main.sh a partire dall'utente root).
Procedere come descritto di seguito:
Nota: se non è possibile utilizzare l'ftp binario per il trasferimento, convertire i file in UNIX.
Qualora i file non fossero stati trasferiti nella versione binaria, convertire tali file nel formato 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
Impostare le autorizzazioni di esecuzione sui file .sh.
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
con le seguenti righe:
If [ $ORACLE_VERSION = “9” ] then SQL_FILE=alter_system_large.sql else SQL_FILE=alter_system_large.sql
Questa sezione descrive la correzione manuale per gli ambienti Linux / Unix.
oracle@iscladoral:u03/oblicore/CAOblicoreGuarantee/Setup/InstallDB/Build_DB> more alter_system_large.sql connect sys/&l as sysdba Impostare echo su alter system set "_adjust_literal_replacement"=true scope=spfile; alter system set sga_target=629145600 scope=spfile; alter system set pga_aggregate_target=209715200 scope=spfile; shutdown immediate; startup; exit; oracle@iscladoral:/u03/oblicore/CAOblicoreGuarantee/Setup/InstallDB/Build_DB> oracle@iscladoral:u03/oradata/oblicore/oblicoredb/database/dbf> sqlplus sys/sys@oblicore as sysdba SQL*Plus: Release 10.2.0.4.0 - Production on Tue Mar 29 09:02:56 2011 Copyright (c) 1982, 2007, Oracle All Rights Reserved. Connected to: Oracle Database 10g Enterprise Edition Release 10,2.0,4.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options SQL> set echo on SQL> alter system set "_adjust_literal_repalcement"=true scope=spfile; System altered. SQL> alter system set sga_target=629145600 scope=spfile; System altered. SQL> alter system set pga_aggregate_target=209715200 scope=spfile; System altered. SQL> shutdown immediate; SQL> startup ORACLE instance started. Total System Global Area 629145600 bytes Fixed Size 2086000 bytes Variable Size 16777510 bytes Database Buffers 452984831 bytes Redo Buffers 6299648 bytes Database mounted. Database opened. SQL>
Nota: I passaggi specifici variano in base alla versione di installazione di Linux/Unix.
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
Nota: CERT ORACLE_HOME=c:\oracle\product\11.1.0\db_1
/u03/oblicore/CA_Oblicore_Guarantee/Setup/InstallDB/Main.sh
Rispondere al seguente prompt:
Please select the characterset to be used in your databse: 1. UTF8 (AL21UTF8) 2. PUBLIC (WE8MSWIN1252) Per ulteriori informazioni sulla selezione del set di caratteri, consultare il documento di installazione, Oblicore Server Installation/Installing OG 8.2.5 From Scratch/Typical Installation. Please make your selection [1/2]
Rispondere al seguente 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.
Vengono visualizzati i seguenti parametri.
CHARATER_SET OBLICORE_ROOT ORACLE_HOME ORACLE_VERSION DB_NAME DB_SIZE SYS_PASS OBLICORE_USER OBLICORE_PASS SYNONYMS_TYPE
Al completamento, verrà visualizzato un messaggio di conferma.
The installation process ended successfully (Il processo di installazione è stato completato correttamente).
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 © 2013 CA.
Tutti i diritti riservati.
|
|