Mac De Oracle - 10万円 de RAC #31 Tweet
10万円 de RACのつづき。Oracle10g R2 Database softwareのインストール その2。
- ハードウェアの価格と構成
- Linux (CentOS 4.4)のインストール
- ネットワークの構成
- Openfilerのインストール
- OpenfilerによるiSCSIボリュームの構成
- Oracle RACノードでのiSCSIボリュームの構成 その1。 その2。
- Oracle所有者と関連ディレクトリの作成及び環境変数の設定
- Oracle向けLinuxサーバーの構成(カーネルパラメータの設定)
- hangcheck-timerカーネル・モジュールの構成
- Oracle RACノード間リモートアクセスの構成
- Oracle RACノード構成ファイルの確認
- Oracle Cluster File System (OCFS2)のインストール及び構成 その1/その2/その3
- Oracle Automatic Storage Management(ASMLib 2.0)のインストール及び構成
- Oracle 10gソフトウェアのダウンロード
- Oracle10g R2インストール事前作業 その1/その2/その3/その4
- Oracle10g Clusterwareのインストール
- Oracle10g R2 Database softwareのインストール その1/その2
- Oracle10g R2 Companion CD softwareのインストール
- TNS Listenerの構成
- Oracle Cluster databaseの作成
- Oracle Net Serviceの確認
- 表領域の作成と変更
- Oralce RAC ClusterとDatabase構成の確認
- Clusterの開始と停止の確認
- 簡単なTransparent Application Failover (TAF)の確認
- PowerBook G4のJDeveloper10g/SQL Developer/SQL*Plusなどからの接続確認(Mac De Oracleではお約束!なので)
MacOSX 10.4.8(PowerPC)へのOracle10g clientインストールは特に新しいネタでもないので記事として書く予定はないが、MacOSX 10.4.8(PowerPC)のJDeveloper10g、SQL DeveloperやSQL*Plusからの接続確認等の記録は載せる予定である。
今回は、Oracle10g R2 Database softwareのインストール(第二回目)
尚、手順などは、OTN USの元ネタ「21. Install Oracle Database 10g Software」と同じなので、そちらも参照のこと。
環境変数LANGがja_JPだと、OUIが文字化けしてしいましたが、表示だけの問題(フォントの問題)なので特に対処せず、一番簡単な方法である、en_USに変更することで対処。
以下、文字化けしたOUI
[oracle@discus1 ora]$ echo $LANG
ja_JP.UTF-8
[oracle@discus1 ora]$
[oracle@discus1 ora]$ ./database/runInstaller -ignoreSysPrereqs
Oracle Universal Installerを起動中です...v
インストーラ要件の確認中...
オペレーティング・システムのバージョンを確認中: 必須redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
問題なし
すべてのインストーラ要件を満たしています。
Oracle Universal Installerの起動を準備中 /tmp/OraInstall2007-01-11_06-13-04PM. お待ちください...
[oracle@discus1 ora]$ Oracle Universal Installer, バージョン 10.2.0.1.0 製品版
Copyright (C) 1999, 2005, Oracle. All rights reserved.
Warning: Cannot convert string "-watanabe-mincho-medium-r-normal--*-140-*-*-c-*-jisx0208.1983-0" to type FontStruct
以下、文字化けを回避した状態でインストールを行う。
[oracle@discus1 ora]$ export LANG=en_US.UTF-8
[oracle@discus1 ora]$
[oracle@discus1 ora]$ ./database/runInstaller -ignoreSysPrereqs
Starting Oracle Universal Installer...
Checking installer requirements...
Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
Passed
All installer requirements met.
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2007-01-11_06-19-23PM. Please wait ...
[oracle@discus1 ora]$ Oracle Universal Installer, Version 10.2.0.1.0 Production
Copyright (C) 1999, 2005, Oracle. All rights reserved.
[an error occurred while processing this directive]
(再生にはQuickTimeが必要です。)
● Oracle10g R2になっても無くならない、Oracleインストールのお約束、root.shの実行
root.shは、Oracle RACを構成する全ノードで実行する。
[an error occurred while processing this directive]
[an error occurred while processing this directive]
[root@discus1 ˜]# echo $LANG
ja_JP.UTF-8
[root@discus1 ˜]# /u01/app/oracle/product/10.2.0/db_1/root.sh
Running Oracle10 root.sh script...
The following environment variables are set as:
ORACLE_OWNER= oracle
ORACLE_HOME= /u01/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@discus1 ˜]#
[root@discus1 ˜]# ssh root@discus2 /u01/app/oracle/product/10.2.0/db_1/root.sh
root@discus2's password:
Running Oracle10 root.sh script...
The following environment variables are set as:
ORACLE_OWNER= oracle
ORACLE_HOME= /u01/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@discus1 ˜]#
(再生にはQuickTimeが必要です。)
次回へつづく。
| 固定リンク | 0
コメント