Linux HA for oracle(RHCS)搭建.docVIP

  • 51
  • 0
  • 约2.17万字
  • 约 18页
  • 2018-01-04 发布于河南
  • 举报
Linux HA for oracle(RHCS)搭建

Linux HA for oracle(RHCS)搭建 环境: 在vmware center中: openfiler搭建共享存储,ip25; 节点一:主机名ha1 ,ip26,操作系统oracle linux 6.3 节点二:主机名ha2 ,ip27,操作系统oracle linux 6.3 浮动ip(即服务ip)28 要将操作系统用户ricci密码设置同root密码。 [root@ha1 network-scripts]# cat /etc/hosts localhost localhost.localdomain localhost4 localhost4.localdomain4 26 ha1 27 ha2 28 ha [root@ha1 network-scripts]# chkconfig --list cman cman 0:off 1:off 2:on 3:on 4:on 5:on 6:off [root@ha1 network-scripts]# chkconfig --list rgmanager rgmanager 0:off 1:off 2:on 3:on 4:on 5:on 6:off [root@ha1 network-scripts]# chkconfig --list ricci ricci 0:off 1:off 2:on 3:on 4:on 5:on 6:off [root@ha1 network-scripts]# chkconfig --list luci luci 0:off 1:off 2:on 3:on 4:on 5:on 6:off RHCS配置信息: [root@ha1 ~]# view /etc/cluster/cluster.conf ?xml version=1.0? cluster config_version=20 name=oraclu clusternodes clusternode name=ha1 nodeid=1 fence method name=Method device domain=fo1 name=vmfence/ /method /fence /clusternode clusternode name=ha2 nodeid=2 fence method name=Method device domain=fo1 name=vmfence/ /method /fence /clusternode /clusternodes cman expected_votes=1 two_node=1/ fencedevices fencedevice agent=fence_xvm name=vmfence/ /fencedevices rm failoverdomains failoverdomain name=fo1 nofailback=1 ordered=1 restricted=1 failoverdomainnode name=ha1 priority=1/ failoverdomainnode name=ha2 priority=2/

文档评论(0)

1亿VIP精品文档

相关文档