您好,欢迎访问一九零五行业门户网

AIX HACMP系统错误--NODE同步配置错误

aix hacmp系统错误--node同步配置错误
环境:
操作系统: aix 5300-08
集群软件: crs 10.2.0.1
数据库: oracle 10.2.0.1
故障现象:
在构建axi rac时,从一个node同步hacmp配置到另一个node时,,出现以下错误:
verification to be performed on the following:
cluster topology
cluster resources
verification will automatically correct verification errors.
retreiving data from available cluster nodes. this could take a few minutes....
verifying cluster topology...
error: invalid loopback or localhost address on node: aix215.
error: invalid loopback or localhost address on node: aix216.
verifying cluster resources...
processing rg: oradata10g
error: the hacmp timestamp file for shared volume group: racvg is inconsistent
with the time stamp in the vgda for the following nodes: aix215 aix216
starting corrective action: cl_resource_modify_vg_time_stamp.
-----------------------------------------------------------------
1 problem(s) were resolved.
verification exiting with error count: 2
cldare: failures detected during verification. please correct
the errors and retry this command.
verification has completed normally.
解决方法:
检查发现,/etc/hosts被修改:
[root@aix215 /]# cat /etc/hosts
127.0.0.1 localhost
192.168.8.215 aix215
192.168.8.216 aix216
192.168.8.209 aix215-vip
192.168.8.210 aix216-vip
10.10.10.215 aix215-priv
10.10.10.216 aix216-priv
更改为:
127.0.0.1 loopback localhost # loopback (lo0) name/address
192.168.8.215 aix215
192.168.8.216 aix216
192.168.8.209 aix215-vip
192.168.8.210 aix216-vip
10.10.10.215 aix215-priv
10.10.10.216 aix216-priv
@重新同步hacmp,问题解决!
oracle 11g 在redhat linux 5.8_x64平台的安装手册
linux-6-64下安装oracle 12c笔记
在centos 6.4下安装oracle 11gr2(x64)
oracle 11gr2 在vmware虚拟机中安装步骤
debian 下 安装 oracle 11g xe r2
以上就是aix hacmp系统错误--node同步配置错误的内容。
其它类似信息

推荐信息