最新文章专题视频专题问答1问答10问答100问答1000问答2000关键字专题1关键字专题50关键字专题500关键字专题1500TAG最新视频文章推荐1 推荐3 推荐5 推荐7 推荐9 推荐11 推荐13 推荐15 推荐17 推荐19 推荐21 推荐23 推荐25 推荐27 推荐29 推荐31 推荐33 推荐35 推荐37视频文章20视频文章30视频文章40视频文章50视频文章60 视频文章70视频文章80视频文章90视频文章100视频文章120视频文章140 视频2关键字专题关键字专题tag2tag3文章专题文章专题2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章专题3
当前位置: 首页 - 科技 - 知识百科 - 正文

OraclePRKC-1002错误原因和解决方案

来源:动视网 责编:小OO 时间:2020-11-09 13:50:05
文档

OraclePRKC-1002错误原因和解决方案

小编在 VMware Server 1.0.8 中安装 Oracle RAC 时.碰到到了 PRKC-1002 错误:WARNING: Error while copying directory /u01/oracle/product/10.2.0/db_1 with exclude file list null to nodes rac2.[PRKC-1002 : All the submitted commands did not exe。
推荐度:
导读小编在 VMware Server 1.0.8 中安装 Oracle RAC 时.碰到到了 PRKC-1002 错误:WARNING: Error while copying directory /u01/oracle/product/10.2.0/db_1 with exclude file list null to nodes rac2.[PRKC-1002 : All the submitted commands did not exe。


小编在 VMware Server 1.0.8 中安装 Oracle RAC 时, 碰到到了 PRKC-1002 错误:WARNING: Error while copying directory /u01/oracle/product/10.2.0/db_1 with exclude file list null to nodes rac2. [PRKC-1002 : All the submitted commands did not exe

小编在 VMware Server 1.0.8 中安装 Oracle RAC 时, 碰到到了 PRKC-1002 错误:WARNING: Error while copying directory /u01/oracle/product/10.2.0/db_1 with exclude file list ‘null’ to nodes ‘rac2′. [PRKC-1002 : All the submitted commands did not execute successfully]

苦搜细索,最后在 Oracle 技术支持页面找到了问题的原因和解决方案:

Cause:
This is because the date on the local node is higher than the date on the remote node(s).

Solution:
To fix this, set the times of the nodes to be the same. You can do this with “ntpupdate ” to sync the dates.

其实 PRKC-1002 错误关键是解决时间同步问题,尽管我在安装 VMware-tools 之后,勾选 vmware-toolbox 的 Miscellaneous Options 选项,但 node1 的时间还是比 node2 的快十几秒。参考了一下《大话Oracle RAC》这本书,,决定选用 NTP 服务来使时间同步。 刚开始我是用 node1 来做 NTP 服务的,但做完后发现 node1 的时间还是比 node2 的快几秒,为了保守起见, 我用 node2 来做 NTP 服务。

在 node2 用 root 用记编辑 /etc/ntp.conf,加入下面这段

## add for rac
server 127.127.1.0
fudge 127.127.1.0 stratum 11
driftfile /var/lib/ntp/drift
broadcastdelay 0.008

然后在 node1 用 root 用记编辑 /etc/ntp.conf,加入下面这段

## add for rac
server 192.168.1.131 prefer
driftfile /var/lib/ntp/drift
broadcastdelay 0.008

#注意是 127.127.1.0 而不是 127.0.0.1,还有就是 192.168.1.131 是节点一的IP地址

然后在两个节点执行下面的命令使NTP服务启动

# /etc/init.d/ntpd start

若这样还不可以,那就要把安装数据库的 node1 的时间调得比 node2 慢点。

文档

OraclePRKC-1002错误原因和解决方案

小编在 VMware Server 1.0.8 中安装 Oracle RAC 时.碰到到了 PRKC-1002 错误:WARNING: Error while copying directory /u01/oracle/product/10.2.0/db_1 with exclude file list null to nodes rac2.[PRKC-1002 : All the submitted commands did not exe。
推荐度:
  • 热门焦点

最新推荐

猜你喜欢

热门推荐

专题
Top