出现安装目录输入要求时,填写OraCrs11g_home,这个以及相应的path:/oracle/product/CRS,应该和RAC database软件的安装目录不一样。
然后会进行安装前检查,这个检查一定要通过:
出现安装CRS检查的时候报错,错误原因出自于/etc/nsswitch.conf:
报错信息如下:
Checking Network Configuration File Permissions ...
Check complete. The overall result of this check is: Failed <<<<
Problem: The network configuration file nswitch.conf is not world readable. It needs to have world read permissions in order for hostnames to resolve properly.
Recommendation: Set the permissions on the file nswitch.conf to 444. ========================================================
错误原因:
HP OS 11.31和以前的版本11.23有比较大的改动。以前11.23在/etc/目录下有一个叫“nsswitch.conf\文件,但是在11.31版本没有这个文件。
解决办法:
# cp /etc/nsswitch.files /etc/nsswitch.conf # chown bin:bin nsswitch.conf
# chmod 444 nsswitch.conf //修改相应权限,问题解决。
选择Cluster节点, 选择Public Node/Private Node的界面(类似下图):
输入/etc/hosts中定义的 HOSTA/HOSTB, HOSTA_rac/HOSTB_rac, HOSTA_vip/HOSTB_vip。
然后输入网络选择,类似下图,这里将Lan900/10.111.11.0设为Public, lan0/192.168.1.0 设为Private.
相关推荐: