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

忘是亡心i 2022-08-07 10:39 258阅读 0赞

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

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

  # ./rootpre.sh

  Required file ./pw-syscall32 is missing.

wKioL1Sbhhvzzbe-AAC0CUkG8WQ722.jpg

解决办法:  

  1. 1、下载补丁号2896876,上传至服务端重新执行即可
  2. 2、以下方法没有尝试(仅作参考)
  3.   Copy the "rootpre" sub-directory to a temporary location and run rootpre.sh
  4.   If you have the Oracle10g software CDROM mounted on /cdrom, do the following:
  5.   
  6.   #cp -r /cdrom/rootpre /tmp/rootpre
  7.   
  8.   Alternatively, if you have downloaded the Oracle10g software and unpacked it in /stage then do the following:
  9.   
  10.   #cp -r /stage/Disk1/rootpre /tmp/rootpre
  11.   
  12.   Now execute the rootpre.sh script:
  13.   #cd /tmp/rootpre
  14.   #./rootpre.sh

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

发表评论

表情:
评论列表 (有 0 条评论,258人围观)

还没有评论,来说两句吧...

相关阅读