码迷,mamicode.com
首页 > 数据库 > 详细

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

时间:2014-12-25 18:50:23      阅读:236      评论:0      收藏:0      [点我收藏+]

标签:oracle

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)

标签:oracle

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!