很久不安装RAC了,安装过程中遇到几个问题。
1.安装rac dbca的时候,选择数据文件安装位置,看不到任何asm磁盘组。
原因:oracle用户不属于asmdba组,无法访问asm磁盘组。
解决办法:把oracle用户添加到asmdba组。
usermod -G asmdba oracle
2.准备作为CRS磁盘组的3个磁盘都是200M,选择CRS对应的磁盘组报如下错误
INS-30515: Insufficient space available in the selected disks.
原因:Insufficient space available in the selected Disks. At least, string MB of free space is required.
所选的磁盘空间不足。
解决办法:改成3个1G的磁盘解决问题。
3.Unable to obtain network interface list from Oracle ClusterwarePRCT-1011:Failed to run "oifcfg".Detailed error.null

解决办法:
去掉oracle用户的.bash_profile中的
export ORA_NLS10=$ORACLE_HOME/nls/data