安装Oracle Grid前需要提前配置好账号和密码。此操作需要在三个节点分别进行执行。需要注意的是oracle和grid用户是在步骤(四)中生成的,在安装Oracle Grid前需要设置密码。

[root@e7node3 dev]# passwd grid
Changing password for user grid.
New password: 
BAD PASSWORD: The password is shorter than 8 characters
Retype new password: 
passwd: all authentication tokens updated successfully.
[root@e7node3 dev]# passwd oracle
Changing password for user oracle.
New password: 
BAD PASSWORD: The password is shorter than 8 characters
Retype new password: 
passwd: all authentication tokens updated successfully.

原创作品,禁止转载!

Oracle RAC 搭建系列目录:

Oracle RAC 集群搭建 NTP服务(一)

Oracle RAC 集群搭建 Oracle Linux crs主机(二)

Oracle RAC 集群搭建 初始化(三)

Oracle RAC 集群搭建 安装Oracle Grid前配置(四)

Oracle RAC 集群搭建 安装oracleasm(五)

Oracle RAC 集群搭建 时区调整(六)

Oracle RAC 集群搭建 配置grid用户(七)

Oracle RAC 集群搭建 安装grid(八)

Oracle RAC 集群搭建 安装Oracle(九)