crs处于启动状态其他资源关闭

1 关闭数据库
 ./srvctl stop database -d orcl

2 关闭asm
 cd $ORA_CRS_HOME/bin
 srvctl stop asm -n rac1
 srvctl stop  asm -n rac2
3 关闭其他应用
 srvctl stop  nodeaaps -n rac1
 srvctl stop  nodeaaps -n rac2

------以上可以直接crs_stop -all 代替

5修改hosts

6修改public  
oifcfg iflist会显示当前使用的网卡及其子网设置, 而oifcfg getif -global 则会显示配置文件中的信息.

crs/bin#./oifcfg getif    --查看
./oifcfg delif -global eth0/192.168.0.0 --删除getif中的公网信息

./oifcfg iflist  --查看现有网卡信息

./oifcfg setif -global eth0/192.168.210.0:public --设置pubxinxi 

./oifcfg getif  


server2 上查看下./oifcfg getif -global


7修改vip
./srvctl  modify nodeapps -n server1 -A 192.168.210.5/255.255.255.0/en0
./srvctl  modify nodeapps -n server2 -A 192.168.210.6/255.255.255.0/en0

8修改OS IP