AIX安装RAC错误集锦(6)---网卡配置故障

AIX安装RAC错误集锦(6)---网卡配置故障

环境:

操作系统: AIX 5.3.8

集群软件: CRS 10.2.0.1

数据库:   Oracle 10.2.0.1

错误现象

------“节点网卡信息不一致,在第二个节点运行root.sh 时,无法识别网卡”

 

节点1:aix211(en0 私有网络,en1 公共网卡)

wKiom1MmnHewt1R8AADZgY2TV4E395.jpg

节点2:aix212 (en0 私有网络,en2 公共网卡)

wKiom1MmnMOgZe8DAADn7ydIPNA383.jpg

 

#/u01/crs_1/root.sh

 

WARNING: directory '/u01' is not owned by root

clscfg: EXISTING configuration version 3 detected.

clscfg: version 3 is 10G Release 2.

Successfully accumulated necessary OCR keys.

Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.

node <nodenumber>: <nodename> <private interconnect name> <hostname>

node 1: aix211 aix211-priv aix211

node 2: aix212 aix212-priv aix212

clscfg: Arguments check out successfully.

 

NO KEYS WERE WRITTEN. Supply -force parameter to override.

-force is destructive and will destroy any previous cluster

configuration.

Oracle Cluster Registry for cluster has already been initialized

Startup will be queued to init within 30 seconds.

Adding daemons to inittab

Adding daemons to inittab

Expecting the CRS daemons to be up within 600 seconds.

CSS is active on these nodes.

aix211

aix212

CSS is active on all nodes.

Waiting for the Oracle CRSD and EVMD to start

Waiting for the Oracle CRSD and EVMD to start

Oracle CRS stack installed and running under init(1M)

Running vipca(silent) for configuring nodeapps

Invalid interface "en1" entered in an input argument.

 

解决方法:

在第二个节点上,以root用户运行vipca

wKioL1MmnPOAYt44AAI1XF8N_tE714.jpg

 

--------------en2 上绑定vip 地址

wKiom1MmnV-houxnAAIVBM1qgwA969.jpg

 

运行成功后,重新运行root.sh,问题解决!

 

# /u01/crs_1/bin/crs_stat -t

Name              Type              Target       State       Host

------------------------------------------------------------

ora.aix211.gsd application    ONLINE   ONLINE   aix211

ora.aix211.ons application   ONLINE    ONLINE   aix211

ora.aix211.vip application    ONLINE    ONLINE   aix212

ora.aix212.gsd application   ONLINE    ONLINE    aix212

ora.aix212.ons application   ONLINE     ONLINE   aix212

ora.aix212.vip application    ONLINE    ONLINE    aix212

 

   这种方法解决了安装时的vip故障,但在安装完后启动CRS的过程中又遇到了问题(详见《AIX安装RAC错误集锦(5)》),所以在规划时,尽量将所有节点en0 配置成public net,所有节点网卡一致!

 

你可能感兴趣的:(oracle)