首页 > 数据库技术 > 详细

Oracle Study之案例--AIX安装RAC错误之(rootpre)

时间:2014-12-25 18:48:24      阅读:381      评论:0      收藏:0      [点我收藏+]

Oracle Study之案例--AIX安装RAC错误之(rootpre)

 Oracle 10g for AIX 5309 rootpre执行时报以下错误:

  # ./rootpre.sh

  Required file ./pw-syscall32 is missing.

技术分享

解决办法:  

1、下载补丁号2896876,上传至服务端重新执行即可

2、以下方法没有尝试(仅作参考)
  Copy the "rootpre" sub-directory to a temporary location and run rootpre.sh
  If you have the Oracle10g software CDROM mounted on /cdrom, do the following:
  
  #cp -r /cdrom/rootpre /tmp/rootpre
  
  Alternatively, if you have downloaded the Oracle10g software and unpacked it in /stage then do the following:
  
  #cp -r /stage/Disk1/rootpre /tmp/rootpre
  
  Now execute the rootpre.sh script:
  #cd /tmp/rootpre
  #./rootpre.sh


本文出自 “天涯客的blog” 博客,请务必保留此出处http://tiany.blog.51cto.com/513694/1595786

Oracle Study之案例--AIX安装RAC错误之(rootpre)

原文:http://tiany.blog.51cto.com/513694/1595786

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!