Oracleソフトウェアのインストールの最後に、rootユーザで「root.sh」を実行を要求する画面が表示されます。
図8:構成スクリプトの実行
画面の表示に従い、各サーバ(srv01、srv02)へrootユーザでログインして「root.sh」を実行します。次の画面はsrv01サーバ上での「root.sh」実行例です。
[root@srv01 crs]# ./root.sh
root@srv01 db_1]# ./root.sh
Running Oracle10 root.sh script...
The following environment variables are set as:
ORACLE_OWNER= oracle
ORACLE_HOME= /app/oracle/product/10.2.0/db_1
Enter the full pathname of the local bin directory: [/usr/local/bin]:
Copying dbhome to /usr/local/bin ...
Copying oraenv to /usr/local/bin ...
Copying coraenv to /usr/local/bin ...
Creating /etc/oratab file...
Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root.sh script.
Now product-specific root actions will be performed.
[root@srv01 db_1]#
残りのサーバ(srv02)でも同じように「root.sh」を実行します。以下の画面はsrv02サーバ上での「root.sh」実行例です。
[root@srv02 crs]# ./root.sh
[root@srv02 db_1]# ./root.sh
Running Oracle10 root.sh script...
The following environment variables are set as:
ORACLE_OWNER= oracle
ORACLE_HOME= /app/oracle/product/10.2.0/db_1
Enter the full pathname of the local bin directory: [/usr/local/bin]:
Copying dbhome to /usr/local/bin ...
Copying oraenv to /usr/local/bin ...
Copying coraenv to /usr/local/bin ...
Creating /etc/oratab file...
Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root.sh script.
Now product-specific root actions will be performed.
[root@srv02 db_1]#
「root.sh」を実行後に「OK」をクリックして次の画面に進むとインストールの終了画面が表示されますので、「終了」をクリックしてOUIを終了します。
図9:インストールの終了
Oracleソフトウェアのインストールはこれで終了となります。
|