henbeibi

Monday, February 15, 2010

RAC 構築ノウハウ集

1:VMWareで構築する際に、時刻同期による再起動がおこる場合は、以下の対策を取る。
■vmware-toolsをインストール
■vmware-toolsをインストール

2:Oracle Databaseをインストールする際に、Clusterwareのバージョンチェックがされない場合
(NumberFormatExceptionが発生する場合)
unset NLS_LANGでNLS_LANG環境変数をunsetする

3:クラスターインストールの最後で、node2のroot.shの実行でエラーが発生する場合は、以下の対策をとる。
Expecting the CRS daemons to be up within 600 seconds.
Failure at final check of Oracle CRS stack.
10

root.shの中をみてみると、
crs/bin/crsctl check install -wait 600 Expecting
で返却値10となっているようです。

1. rm /var/tmp/.oracle ・・・socket files らしいのですがよくわからないです
2. root ユーザに DBAグループを追加・・・・なぜ必要??
3. chkconfig iptables off
4. chkconfig ip6tables off

0 Comments:

Post a Comment

<< Home