LoveUnix » AIX -IBM UNIX » HACMP磁盘心跳问题
让LU留住您的每

一天 让LU博客留住您的每一天
2008-6-27 13:15 好宁宁
HACMP磁盘心跳问题

我用两台主机连FAST600,做磁盘心跳,全部设置好后,用dhb_read测试也能通过,但是HA同步校验时却报错。

Command: failed        stdout: yes           stderr: no

Before command completion, additional instructions may appear below.


Verification to be performed on the following:
        Cluster Topology
        Cluster Resources

Retrieving data from available cluster nodes.  This could take a few minutes................


Verifying Cluster Topology...

[color=Red]ERROR: Devices are not in Enhanced Concurrent Mode VG[/color]

Verifying Cluster Resources...

但是VG应该没问题,我不用磁盘心跳能够正常启动HA,还能在两台机上同时把心跳VG激活,应该是Enhanced Concurrent Mode VG了。不知道问题在哪里,请大家指教!!!

[[i] 本帖最后由 好宁宁 于 2008-6-27 16:03 编辑 [/i]]

2008-6-27 13:16 好宁宁
拓扑是:
NODE P630:
        Network net_diskhb_01
                hbhdisk4        /dev/hdisk4
        Network net_ether_01
                serip   188.188.188.188
                P630_stby       192.168.1.81
                P630_boot       192.168.0.81
        Network net_rs232_01
                hbtty0  /dev/tty1

NODE P650:
        Network net_diskhb_01
                hbhdisk2        /dev/hdisk2
        Network net_ether_01
                serip   188.188.188.188
                P650_stby       192.168.1.82
                P650_boot       192.168.0.82
        Network net_rs232_01
                hbtty1  /dev/tty1

2008-6-27 13:25 axisman
提示应该清楚了

2008-6-27 13:30 老农
提示那么清楚,你怎么证明没问题?

另外,HACMP的补丁打了么?

2008-6-27 13:47 ChaosLegion
还能在两台机上同时把心跳VG激活,应该是Enhanced Concurrent Mode VG了

你自己都不确定:L

2008-6-27 14:02 lzolder
ha 5.2? 5.3?

如果确认磁盘心跳OK

那么不用折腾了,直接打HA补丁再校验错误就消失了

2008-6-27 14:07 larryh
典型HACMP BUG,lzolder在客户一堆机器上普遍遇到这个问题

2008-6-27 14:20 好宁宁
我是用HA的Create a Concurrent Volume Group创建的VG,而且Enhanced Concurrent 也是YES。

请问HA5。3要打哪些补丁啊???我在网上搜别的论坛里也有人遇到这个问题,就是没说怎么解决的额:L
有人用HA5.3是这个问题,换5。1就没事了,我想可能是补丁吧,但是不太熟IBM网站,不清楚怎么找

2008-6-27 14:25 crazynet
以前在 HA5.3 做过没 问题呀


设置hdisk 心跳网络
      利用HA功能A # smitty hacmp      配置Enhanced concurrent VG
                  -- Initialization and Standard Configuration
                  -- Configure Resources to Make Highly Available
                  -- Configure Concurrent Volume Groups and Logical Volumes
                  -- Concurrent Volume Groups
                  -- Create a Concurrent Volume Group
  主机命令行方式 mkvg –c convg ;  在节点1上varyoff ,节点2上importvg
  测试:在一个节点上向hdisk 写数据,从另一个节点上读数据
        Add /usr/sbin/rsct/bin to /etc/environment 里的path中
        重新login NodeA和NodeB 使path生效
        在Node A上运行:dhb_read –p hdisk1 –r
        在Node B上运行:dhb_read –p hdisk1 –t
        尾行返回 Link Operation normally 为正常
添加hdisk 心跳网络
          A # smitty hacmp
             -- Extended Configuration
             -- Extended Topology Configuration
             -- Configure HACMP Networks
             -- Add a Network to the HACMP Cluster   选择类型为diskhb
添加hdisk 心跳网络接口设备
          A # smitty hacmp
             -- Extended Configuration
             -- Extended Topology Configuration
             -- Configure HACMP Communication Interfaces/Devices
             -- Add Communication Interfaces/Devices
             -- Add Pre-defined Communication Interfaces and Devices
             -- Communication Devices

2008-6-27 14:26 咔叮枫情
ERROR: Devices are not in Enhanced Concurrent Mode VG

。。。查补丁包吧

2008-6-27 14:27 咔叮枫情
回复 #9 crazynet 的帖子

竟然能碰到.....:lu3:

翻版....D版....

格式都没变哦:lu4:

[[i] 本帖最后由 咔叮枫情 于 2008-6-27 14:29 编辑 [/i]]

2008-6-27 14:37 lzolder
[quote]原帖由 [i]好宁宁[/i] 于 2008-6-27 14:20 发表 [url=http://bbs.loveunix.net/redirect.php?goto=findpost&pid=802492&ptid=86475][img]http://bbs.loveunix.net/images/common/back.gif[/img][/url]
我是用HA的Create a Concurrent Volume Group创建的VG,而且Enhanced Concurrent 也是YES。

请问HA5。3要打哪些补丁啊???我在网上搜别的论坛里也有人遇到这个问题,就是没说怎么解决的额:L
有人用HA5.3 ... [/quote]


HA5.3的最新补丁是08年4月份的

[url=http://www-933.ibm.com/eserver/support/fixes/fixcentral/psearch?release=53&searchtype=apar&searchstring=latest%20hacmp%20R530&performaction=search]http://www-933.ibm.com/eserver/support/fixes/fixcentral/psearch?release=53&searchtype=apar&searchstring=latest%20hacmp%20R530&performaction=search[/url]

2008-6-27 15:22 atai
半月前一模一样问题 打上ha补丁 同步OK

2008-6-27 15:28 老农
我记得我都说过好几回了啊。。。LZ没注意看吧?

2008-6-27 15:53 kingdanis
刚装过!!HA5.3,装完补一下,没碰到你说的问题!!

2008-6-27 15:58 好宁宁
问题解决了,打了一堆补丁后就好了。

太谢谢大家了

2008-6-28 12:37 luckyma
在装完HACMP软件后就要打补丁的,不能等出了问题才打呀

2008-6-28 13:41 cgxwer
好像自己都不打补丁的,完蛋了

页: [1]
查看完整版本: HACMP磁盘心跳问题


Powered by Discuz! Archiver 5.5.0  © 2001-2006 Comsenz Inc.