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,所有节点网卡一致!










本文转自 客居天涯 51CTO博客,原文链接:http://blog.51cto.com/tiany/1377987,如需转载请自行联系原作者
目录
相关文章
|
7月前
|
存储 Oracle 关系型数据库
RAC创建ASM磁盘组时配置多路径和UDEV
RAC创建ASM磁盘组时配置多路径和UDEV
1521 7
|
Oracle 关系型数据库 Linux
Oracle RAC:多路径配置Centos操作系统
Centos操作系统多路径配置
523 0
|
Oracle 关系型数据库
Oracle RAC在RHEL7多路径配置,超实用
Oracle RAC在RHEL7多路径配置,超实用
553 0
Oracle RAC在RHEL7多路径配置,超实用
|
Oracle 网络协议 关系型数据库
|
关系型数据库 Linux Python
|
网络协议 Oracle 关系型数据库
|
存储 运维 文字识别
【故障处理】一次RAC故障处理过程
【故障处理】一次RAC故障处理过程 1.1  故障环境介绍 项目 source db db...
929 0
|
4月前
|
运维 Oracle 前端开发
Oracle 11g RAC集群日常运维命令总结
Oracle 11g RAC集群日常运维命令总结
107 2