免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3792 | 回复: 4
打印 上一主题 下一主题

【求助】sun cluster 的问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2010-03-06 21:10 |只看该作者 |倒序浏览
用sunv440和sunv490两个服务器做sun cluster,存储是sun3510, 安装oracle数据库,实现数据库的高可用性\r\n执行下面操作:\r\nscswitch -n -j ora-server-res\r\nscswitch -n -j ora-listener-res\r\n备份一下oracle数据库然后执行启动\r\nscswitch -e -j ora-listener-res\r\nscswitch -e -j ora-server-res\r\n到这出现问题,执行scstat,信息如下\r\n# scstat\r\n------------------------------------------------------------------\r\n-- Cluster Nodes --\r\n                    Node name           Status\r\n                    ---------           ------\r\n  Cluster node:     v440                Online\r\n  Cluster node:     v490                Online\r\n------------------------------------------------------------------\r\n-- Cluster Transport Paths --\r\n                    Endpoint               Endpoint               Status\r\n                    --------               --------               ------\r\n  Transport path:   v440:ce2               v490:ce2               Path online\r\n  Transport path:   v440:ce1               v490:ce1               Path online\r\n------------------------------------------------------------------\r\n-- Quorum Summary --\r\n  Quorum votes possible:      3\r\n  Quorum votes needed:        2\r\n  Quorum votes present:       3\r\n\r\n-- Quorum Votes by Node --\r\n                    Node Name           Present Possible Status\r\n                    ---------           ------- -------- ------\r\n  Node votes:       v440                1        1       Online\r\n  Node votes:       v490                1        1       Online\r\n\r\n-- Quorum Votes by Device --\r\n                    Device Name         Present Possible Status\r\n                    -----------         ------- -------- ------\r\n  Device votes:     /dev/did/rdsk/d7s2  1        1       Online\r\n------------------------------------------------------------------\r\n-- Device Group Servers --\r\n                         Device Group        Primary             Secondary\r\n                         ------------        -------             ---------\r\n  Device group servers:  ha-ora-dg           v490                v440\r\n\r\n-- Device Group Status --\r\n                              Device Group        Status              \r\n                              ------------        ------              \r\n  Device group status:        ha-ora-dg           Online\r\n\r\n-- Multi-owner Device Groups --\r\n                              Device Group        Online Status\r\n                              ------------        -------------\r\n------------------------------------------------------------------\r\n-- Resource Groups and Resources --\r\n            Group Name          Resources\r\n            ----------          ---------\r\n Resources: ha-ora-rg           ha-ora-lh hasp-ora-res ora-server-res ora-listener-res\r\n\r\n-- Resource Groups --\r\n            Group Name          Node Name           State\r\n            ----------          ---------           -----\r\n     Group: ha-ora-rg           v440                Offline\r\n     Group: ha-ora-rg           v490                Offline\r\n\r\n-- Resources --\r\n            Resource Name       Node Name           State     Status Message\r\n            -------------       ---------           -----     --------------\r\n  Resource: ha-ora-lh           v440                Offline   Offline - LogicalHostname offline.\r\n  Resource: ha-ora-lh           v490                Offline   Offline - LogicalHostname offline.\r\n  Resource: hasp-ora-res        v440                Offline   Offline\r\n  Resource: hasp-ora-res        v490                Offline   Offline\r\n  Resource: ora-server-res      v440                Offline   Offline\r\n  Resource: ora-server-res      v490                Offline   Offline\r\n  Resource: ora-listener-res    v440                Offline   Offline\r\n  Resource: ora-listener-res    v490                Offline   Offline\r\n------------------------------------------------------------------\r\n-- IPMP Groups --\r\n              Node Name           Group   Status         Adapter   Status\r\n              ---------           -----   ------         -------   ------\r\n  IPMP Group: v440                gaoyuan Online         ce3       Online\r\n  IPMP Group: v440                gaoyuan Online         ce0       Online\r\n  IPMP Group: v490                gaoyuan Online         ce3       Online\r\n  IPMP Group: v490                gaoyuan Online         ce0       Online\r\n------------------------------------------------------------------\r\n怎么都是offline啊,执行# scswitch -Z -g ha-ora-rg        报错如下\r\nscswitch: Resource group ha-ora-rg failed to start on chosen node and may fail over to other node(s)\r\n\r\n到底什么原因。请帮忙看看啊

论坛徽章:
0
2 [报告]
发表于 2010-03-07 09:39 |只看该作者
在另一个节点试一下能否拉起来

论坛徽章:
33
荣誉会员
日期:2011-11-23 16:44:17天秤座
日期:2014-08-26 16:18:20天秤座
日期:2014-08-29 10:12:18丑牛
日期:2014-08-29 16:06:45丑牛
日期:2014-09-03 10:28:58射手座
日期:2014-09-03 16:01:17寅虎
日期:2014-09-11 14:24:21天蝎座
日期:2014-09-17 08:33:55IT运维版块每日发帖之星
日期:2016-04-17 06:23:27操作系统版块每日发帖之星
日期:2016-04-18 06:20:00IT运维版块每日发帖之星
日期:2016-04-24 06:20:0015-16赛季CBA联赛之天津
日期:2016-05-06 12:46:59
3 [报告]
发表于 2010-03-08 06:49 |只看该作者
scswitch: Resource group ha-ora-rg failed to start on chosen node and may fail over to other node(s)\r\n
\r\n\r\n\r\n这句的意思是说, 在你当前的启动节点上, ha-ora-rg 不能正常启动. 最后先手工启动一下看看, 是不是哪里的配置有问题.

论坛徽章:
2
双鱼座
日期:2014-02-23 12:10:03操作系统版块每日发帖之星
日期:2015-12-17 06:20:00
4 [报告]
发表于 2010-03-08 10:13 |只看该作者
对,先手动启动数据库,不要用cluster去起,两边都要先作测试。

论坛徽章:
0
5 [报告]
发表于 2010-03-08 10:45 |只看该作者
先执行几遍\r\nscswitch -F -g gaoyuan \r\n\r\n再执行\r\nscswitch -Z -g gaoyuan
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP