I was installing Clusterware using ASM on VMware shared disks.  When I created the independent persistent virtual disks, I left the “allocate all disk space now” option unselected. Oracleasm was happy on both RAC nodes. The Oracle installer was happy when it created +ASM1 on the first RAC node. But when the ASM instance started on node 2 it did not like the “virtually provisioned” disk. The +ASM2 instance was not open and was complaining about one of the shared disks being corrupt at a certain byte. When I checked the virtual disk files, I saw that Oracle was trying to read past the end of the file. I started all over with new fully allocated shared disk and that fixed the problem. Everything is up and running now.

该方法我尝试后依旧未能解决,最终,通过修改vmx文件,添加如下:
在每一个scsi1:x的下面添加scsi1:x.deviceType = "plainDisk"
scsi1:1.present = "TRUE"
scsi1:1.mode = "independent-persistent"
scsi1:1.filename = "K:\VMDisk\Sharedisk\ocr.vmdk"
scsi1:1.deviceType = "plainDisk"

scsi1:2.present = "TRUE"
scsi1:2.mode = "independent-persistent"
scsi1:2.filename = "K:\VMDisk\Sharedisk\votingdisk.vmdk"
scsi1:2.deviceType = "plainDisk"

scsi1:3.present = "TRUE"
scsi1:3.mode = "independent-persistent"
scsi1:3.filename = "K:\VMDisk\Sharedisk\data.vmdk"
scsi1:3.deviceType = "plainDisk"

scsi1:4.present = "TRUE"
scsi1:4.mode = "independent-persistent"
scsi1:4.filename = "K:\VMDisk\Sharedisk\backup.vmdk"
scsi1:4.deviceType = "plainDisk"

scsi1:5.present = "TRUE"
scsi1:5.mode = "independent-persistent"
scsi1:5.filename = "K:\VMDisk\Sharedisk\ocr2.vmdk"

scsi1:5.deviceType = "plainDisk"

并添加:
disk.locking = "false"
diskLib.dataCacheMaxSize = "0"
diskLib.dataCacheMaxReadAheadSize = "0"
diskLib.DataCacheMinReadAheadSize = "0"
diskLib.dataCachePageSize = "4096"
diskLib.maxUnsyncedWrites = "0"
disk.EnableUUID = "TRUE"

终于第二节点跑过了root.sh

最新文章

  1. matlab环境配置
  2. python 输出十六进制中文乱码
  3. python几个重要的模块备忘
  4. js代码学习
  5. July 2nd, Week 27th Saturday, 2016
  6. OPencv1.0配置vs2010(介于OPencv的经典之作。都是OPencv1.0为基础的。)
  7. Android手机tcpdump抓包
  8. C#下解决DrawImage画出来的Image变大了的问题
  9. springMvc中406错误解决,springMvc使用json出现406 (Not Acceptable)
  10. Linux开机禁用开启防火墙
  11. 无法打开 configsource 文件
  12. BASE1(matlab)
  13. 201521123014 java第一周总结
  14. 浅谈对java中锁的理解
  15. 不受控制的 position:fixed
  16. 常用Windows DOS命令项目部署经常用到
  17. UVA753:A Plug for UNIX
  18. 海纳百川而来的一篇相当全面的Java NIO教程
  19. Selenium自动化测试框架的搭建
  20. springboot 启动脚本

热门文章

  1. 利用ZjDroid对 <捕鱼达人3> 脱壳及破解过程-转
  2. java socket 多线程网络传输多个文件
  3. phpmailer 的使用
  4. Hibernate---第一个helloworld程序 (XML版本, annotation版本)
  5. HDU 2498 Digits
  6. c#之向ftp服务器传文件
  7. 模块的_name_
  8. 调用图灵机器人API实现Android智能机器人
  9. Spring 工作原理
  10. 学习vi(1)