oracle 10.2.0.5 for aix 6.1安装报错WARNING: Error while copying directory /u01/app/crs/inventory

本文详细介绍了在AIX 6.1环境下安装Oracle 10.2.0.5 RAC集群补丁时遇到的MOS文章提示的错误,并提供了有效的解决方案,包括在所有节点执行特定命令以解决写权限缺失的问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >


oracle 10.2.0.5 rac安装在aix 6.1上,当完成10.2.0.1的cluster的安装后,打入10.2.0.5的cluster补丁,再跑进度条时报以下错误



搜索MOS文章:

AIX: PRKC-1073 : Failed to Transfer Directory "/u01/app/crs/inventory" to Any of the Given Nodes (文档 ID 1314406.1)


解决方法:

1. 在rac所有节点上执行以下命令

chmod -R u+w /opt/app/oracle/product/10.2.0/crs_1/inventory/Templates/*  
  
2. 在rac的主节点上,也就是执行安装的节点上执行以下命令

(cd /opt/app/oracle/product/10.2.0/crs_1/inventory && /usr/bin/find ./* -depth -print | /bin/cpio -oacEignore)|/usr/bin/ssh -o FallBackToRsh=no -o PasswordAuthentication=no -o StrictHostKeyChecking=yes -o NumberOfPasswordPrompts=0 rac2 "(cd /opt/app/oracle/product/10.2.0/crs_1/inventory &&/bin/cpio -idmuc)"  
  



转到底部转到底部

In this Document
  Symptoms
  Cause
  Solution
  References


APPLIES TO:

Oracle Server - Enterprise Edition - Version: 10.2.0.4 to 10.2.0.5 - Release: 10.2 to 10.2
IBM AIX on POWER Systems (64-bit)

SYMPTOMS


When applying patchset 10.2.0.x on top of CRS 10.2.0.1, the following error message is in installAction*.log


WARNING: Error while copying directory /u01/app/crs/inventory with exclude file list '/tmp/OraInstall2011-03-23_10-40-10AM/installExcludeFile.lst' to nodes 'racdb2'. [PRKC-1073 : Failed to transfer directory "/u01/app/crs/inventory" to any of the given nodes "racdb2 ".
Error on node racdb2:null]


As per SRVM traces, the following command failed:

(cd /u01/crs/oracle/product/10.2.0/crs/inventory && /usr/bin/find ./* -depth -print | /bin/cpio -oacEignore)|/usr/bin/ssh -o FallBackToRsh=no -o PasswordAuthentication=no -o StrictHostKeyChecking=yes -o NumberOfPasswordPrompts=0 coredb2 "(cd /u01/crs/oracle/product/10.2.0/crs/inventory &&/bin/cpio -idmuc)"


The error message:

[Thread-96] [6:5:7:409] [StreamReader.run:65] ERROR>cpio: 0511-007 Cannot create Templates/install/rootupgrade; errno is 13.



CAUSE

Write permission is missing on some files created by base release 10.2.0.1: 
<crs_home>/inventory/Templates/install/root*

This issue is described in unpublished bug 8555018 which is duplicate of unpublished bug 6727474. 

This problem only applies to patchset 10.2.0.4 and 10.2.0.5 on AIX. 

SOLUTION

1.Install CRS 10.2.0.1
2.Execute the following command on ALL remote nodes:
$ chmod -R u+w <CRS_HOME>/inventory/Templates/*
3.Apply patchset 10.2.0.4/10.2.0.5


If you had patchset already installed, please manually transfer these files as following. Replace <CRS_HOME> and <node_name> with actual value.

-- on all remote nodes
$ chmod -R u+w <CRS_HOME>/inventory/Templates/*

-- on local node
$ (cd <CRS_HOME>/inventory && /usr/bin/find ./* -depth -print | /bin/cpio -oacEignore)|/usr/bin/ssh -o FallBackToRsh=no -o PasswordAuthentication=no -o StrictHostKeyChecking=yes -o NumberOfPasswordPrompts=0 <node_name> "(cd <CRS_HOME>/inventory &&/bin/cpio -idmuc)"

for example:
(cd /u01/crs/oracle/product/10.2.0/crs/inventory && /usr/bin/find ./* -depth -print | /bin/cpio -oacEignore)|/usr/bin/ssh -o FallBackToRsh=no -o PasswordAuthentication=no -o StrictHostKeyChecking=yes -o NumberOfPasswordPrompts=0 coredb2 "(cd /u01/crs/oracle/product/10.2.0/crs/inventory &&/bin/cpio -idmuc)"

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值