rain4321 发表于 2014-11-24 11:02

suncluster3.3 failover zone配置问题

本帖最后由 rain4321 于 2014-11-24 11:14 编辑

最近部署的一个suncluster 环境出现故障,环境如下:
2台T4-1安装solaris10操作系统,配置sun cluster 3.3,在此环境上创建两个solaris9的non-global zone,作为cluster资源,主备切换模式。

在solaris10的non-global zone配置中,可以在clsetup中创建failover logical hostname添加浮动IP;而suncluster无法识别到这两个solaris9的zone.只能在zonecfg中进行IP地址配置。

系统运行一段时间后,发现由于solaris9的non-global zone压力高的问题,导致主备切换,而有时切换会发生失败: 两个solaris10global-zone节点中都能看到该non-global zone的IP地址。

目前我想求2件事情:

1. 在上在介绍的环进中,能否像solaris10 non-global zone那样正常添加solaris9 non-global zone的failover logical hostname,从而配置浮动IP?

2. 是否能调整suncluster ha切换时的超时时间判断,从而避免切换的发生。


补充命令创建logical hostname时的错误记录
#./sczbt_register -f ./sczbt_config.ha-zoneapp-rs
sourcing ./sczbt_config.ha-zoneapp-rs
Registration of resource ha-zoneapp-rs succeeded.
Validation of resource ha-zoneapp-rs succeeded.
#clrs enable ha-zoneapp-rs
#/usr/cluster/bin/clresourcegroup create -p nodelist=fafnode1:ha-zoneapp,fafnode2:ha-zoneapp appserv-rg
(C160082) WARNING: One or more zones in the node list have never been fully booted in cluster mode. Verify that the correct zone name was entered.
#
#/usr/cluster/bin/clreslogicalhostname create -g appserv-rg -h appserv -N sc_ipmp0@fafnode1,sc_ipmp0@fafnode2 appserv-rs
clreslogicalhostname:(C948641) appserv-rs: resource creation failed because none of the nodes on which VALIDATE would have run are currently up
clreslogicalhostname:(C891200) Failed to create resource "appserv-rs".
#zoneadm list -cv
ID NAME             STATUS   PATH                           BRAND    IP   
   0 global         running    /                              native   shared
   4 ha-test          running    /ha-test/solaris/zonetest      native   shared
   7 ha-zoneapp       running    /ha-zoneapp/solaris/zoneapp    solaris9 shared
   - ha-zonedb      installed/ha-zonedb/solaris/zonedb      solaris9 shared
页: [1]
查看完整版本: suncluster3.3 failover zone配置问题