12
返回列表 发新帖
楼主: wuyaxp

双机无磁盘阵例安装-Oracle RAC 10g 第 2 版集群(linux as4)

[复制链接]
论坛徽章:
2
暖羊羊
日期:2015-03-04 14:50:372015年新春福章
日期:2015-03-06 11:57:31
11#
 楼主| 发表于 2006-3-27 09:09 | 只看该作者

jiangdb- ,谢谢-留言给于帮助-学生还有一事不明---as4 rac 安装 寻求帮助

心跳盘没有在共享阵列上,心跳盘 具体是指什么?  怎么做,谢谢指教

我刚开始学习做双机,我用交叉线(双机互连线)做oracle rac 10g,我没有孤立的共享阵列,台要实施部署的机器都是raid5.
我应该注意什么问题

使用道具 举报

回复
论坛徽章:
4
ITPUB新首页上线纪念徽章
日期:2007-10-20 08:38:44ITPUB元老
日期:2008-04-26 12:20:25授权会员
日期:2008-04-28 21:03:562010新春纪念徽章
日期:2010-01-04 08:33:08
12#
发表于 2006-3-27 12:12 | 只看该作者
你装RAC的时候 root.sh脚本执行成功完成了吗?我记得如果是私有ip 会报错的,要运行vipca来配置。

使用道具 举报

回复
论坛徽章:
2
暖羊羊
日期:2015-03-04 14:50:372015年新春福章
日期:2015-03-06 11:57:31
13#
 楼主| 发表于 2006-3-28 09:52 | 只看该作者
没有报错,我还没运行到那个地方,装那个CM 的时候就挂住了

使用道具 举报

回复
求职 : 数据库管理员
论坛徽章:
5
2010新春纪念徽章
日期:2010-03-01 11:20:08ITPUB十周年纪念徽章
日期:2011-11-01 16:23:262012新春纪念徽章
日期:2012-01-04 11:53:29ITPUB社区千里马徽章
日期:2013-06-09 10:15:34ITPUB社区12周年站庆徽章
日期:2013-10-08 14:57:28
14#
发表于 2008-2-25 21:11 | 只看该作者

回复 #9 wuyaxp 的帖子

我得无法手动挂载共享磁盘,是什么原因?
[root@RAC1 ~]# mount -t ocfs2 /dev/sdc1 /oracle/software
mount.ocfs2: Invalid argument while mounting /dev/sdc1 on /oracle/software. Check 'dmesg' for more information on this error.
[root@RAC1 ~]# mount -t ocfs2 -o datavolume /dev/sdc1 /oracle/data
mount.ocfs2: Invalid argument while mounting /dev/sdc1 on /oracle/data. Check 'dmesg' for more information on this error.
[root@RAC1 ~]#

[root@RAC1 ~]# dmesg | grep ocfs2
(3453,0)cfs2_parse_options:520 ERROR: Unrecognized mount option "heartbeat=local" or missing value
(3546,0)cfs2_parse_options:520 ERROR: Unrecognized mount option "heartbeat=local" or missing value
(3551,0)cfs2_parse_options:520 ERROR: Unrecognized mount option "heartbeat=local" or missing value

看不懂是什么意思,网上找了很多资料也不知道怎么解决,大家帮我看看

[root@RAC1 ~]# mounted.ocfs2 -f
Device                FS     Nodes
/dev/sdc1             ocfs2  Not mounted
/dev/sdc2             ocfs2  Not mounted

[root@RAC1 ~]# /etc/init.d/o2cb status
Module "configfs": Loaded
Filesystem "configfs": Mounted
Module "ocfs2_nodemanager": Loaded
Module "ocfs2_dlm": Loaded
Module "ocfs2_dlmfs": Loaded
Filesystem "ocfs2_dlmfs": Mounted
Checking O2CB cluster ocfs2: Online
  Heartbeat dead threshold: 31
Checking O2CB heartbeat: Not active

[root@RAC1 ~]# uname -a
Linux RAC1.localdomain 2.6.9-22.EL #1 Mon Sep 19 18:20:28 EDT 2005 i686 athlon i386 GNU/Linux

[root@RAC1 ~]# rpm -qa | grep kernel
kernel-2.6.9-22.EL
kernel-utils-2.4-13.1.69
kernel-smp-2.6.9-22.EL
kernel-smp-devel-2.6.9-22.EL

[root@RAC1 ~]# rpm -qa | grep ocfs2
ocfs2console-1.2.7-1.el4
ocfs2-2.6.9-22.EL-1.0.7-1
ocfs2-tools-1.2.7-1.el4

已经禁用 SELinux

使用道具 举报

回复
论坛徽章:
57
处女座
日期:2016-03-02 10:52:53天蝎座
日期:2016-03-25 09:27:30双鱼座
日期:2016-05-27 11:38:09
15#
发表于 2008-2-26 10:17 | 只看该作者
无盘阵怎么实现呢?
vm?
openfile?
还是什么呢?
----------------------------------
ocfs2_parse_options:523 ERROR: Unrecognized mount option "heartbeat=local" or missing value

it means that you are trying to use the 1.2 tools and 1.0 modules. Ensure that you have unloaded the 1.0 modules and installed and loaded the 1.2 modules. Use modinfo to determine the version of the module installed and/or loaded.

使用道具 举报

回复
求职 : 数据库管理员
论坛徽章:
5
2010新春纪念徽章
日期:2010-03-01 11:20:08ITPUB十周年纪念徽章
日期:2011-11-01 16:23:262012新春纪念徽章
日期:2012-01-04 11:53:29ITPUB社区千里马徽章
日期:2013-06-09 10:15:34ITPUB社区12周年站庆徽章
日期:2013-10-08 14:57:28
16#
发表于 2008-2-26 19:46 | 只看该作者

回复 #15 chen_7733 的帖子

我得是在虚拟机上作的一个共享磁盘

我是用下列命令建立的一个虚拟磁盘
vmware-vdiskmanager.exe -c -s 10Gb -a lsilogic -t 2 sharedisk.vmdk

在两台虚拟机目录中的vmx文件,已经添加了如下几行:
disk.locking="FALSE"
scsi0:1.SharedBus="Virtual"
scsi1:1.SharedBus="Virtual"

但是两个节点都是mount的时候出现的这个问题。
我现在不知道怎么弄了。

白天上班没时间上网,都是在晚上的时候才有时间,所以白天没时间上网看论坛。
大家如有时间帮忙看看

使用道具 举报

回复

您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

TOP技术积分榜 社区积分榜 徽章 团队 统计 知识索引树 积分竞拍 文本模式 帮助
  ITPUB首页 | ITPUB论坛 | 数据库技术 | 企业信息化 | 开发技术 | 微软技术 | 软件工程与项目管理 | IBM技术园地 | 行业纵向讨论 | IT招聘 | IT文档
  ChinaUnix | ChinaUnix博客 | ChinaUnix论坛
CopyRight 1999-2011 itpub.net All Right Reserved. 北京盛拓优讯信息技术有限公司版权所有 联系我们 未成年人举报专区 
京ICP备16024965号-8  北京市公安局海淀分局网监中心备案编号:11010802021510 广播电视节目制作经营许可证:编号(京)字第1149号
  
快速回复 返回顶部 返回列表