EBS 12.2: ADOP FS Clone fails with error "cp: Failed to set acl entries on"
(Doc ID 3038284.1)
Last updated on AUGUST 05, 2024
Applies to:
Oracle Applications DBA - Version 12.2.4 to 12.2.13 [Release 12.2Cloud to 12.2]Information in this document applies to any platform.
Symptoms
When attempting to run ADOP FS clone, following error occurs :
Copying <>/fs1/EBSapps/10.1.2 to <>/fs2/EBSapps/10.1.2
WARNING:
.end std out.
cp: Failed to set acl entries on <>/fs2/EBSapps/10.1.2/jdk_old/jre/lib/sparc/libjvm.so
cp: Failed to set acl entries on <>/fs2/EBSapps/10.1.2/lib32/libiwg.so
cp: Failed to set acl entries on <>/fs2/EBSapps/10.1.2/lib32/libicw.so
cp: Failed to set acl entries on <>/fs2/EBSapps/10.1.2/lib32/libipg.so
cp: Failed to set acl entries on <>/fs2/EBSapps/10.1.2/lib32/libic.so
cp: Failed to set acl entries on <>/fs2/EBSapps/10.1.2/lib32/libiqw.so
cp: Failed to set acl entries on <>/fs2/EBSapps/10.1.2/lib32/libixw.so
cp: Failed to set acl entries on <>/fs2/EBSapps/10.1.2/lib32/libsosd.so
cp: Failed to set acl entries on <>/fs2/EBSapps/10.1.2/lib32/libihm.so
cp: Failed to set acl entries on <>/fs2/EBSapps/10.1.2/lib32/libimc.so
cp: Failed to set acl entries on <>/fs2/EBSapps/10.1.2/lib32/libfrmjsl.so
cp: Failed to set acl entries on <>/fs2/EBSapps/10.1.2/lib32/libimg.so
cp: Failed to set acl entries on <>/fs2/EBSapps/10.1.2/lib32/libidg.so
cp: Failed to set acl entries on <>/fs2/EBSapps/10.1.2/lib32/libicg.so
cp: Failed to set acl entries on <>/fs2/EBSapps/10.1.2/lib32/libiffw.so
cp: Failed to set acl entries on <>/fs2/EBSapps/10.1.2/lib32/libiplsd.so
cp: Failed to set acl entries on <>/fs2/EBSapps/10.1.2/lib32/libirm.so
cp: Failed to set acl entries on <>/fs2/EBSapps/10.1.2/lib32/libidd.so
cp: Failed to set acl entries on <>/fs2/EBSapps/10.1.2/lib32/libid1.so.end err out.
WARNING: Failed to copy the 10.1.2 home successfully hence exiting
Changes
OS Administrator have, for some purpose, mounted the EBS installation directory (mount-point) with ACL option.
Compare the directory permissions between Run and Patch FS and you will notice that Patch FS directory permissions have an additional (+) character, which is not present for Run FS. These symptoms indicate that OS Admin might have un-mounted and re-mounted the directory with "ACL" option.
Run FS -
total 23
drwxr-xr-x 180 applprod dba 182 May 26 2022 appl
drwxr-xr-x 88 applprod dba 135 Apr 6 2023 10.1.2
drwxr-xr-x 10 applprod dba 11 Aug 31 2023 comn
Patch FS -
total 23
drwxr-xr-x+180 applprod dba 182 May 26 2022 appl >>>>>>>>>>>>>>>>>>>>>>>>>>>>> + seen in permissions
drwxr-xr-x+ 88 applprod dba 137 Apr 6 2023 10.1.2 >>>>>>>>>>>>>>>>>>>>>>>>>>>>> + seen in permissions
drwxr-xr-x+ 9 applprod dba 10 Dec 21 2023 comn >>>>>>>>>>>>>>>>>>>>>>>>>>>>> + seen in permissions
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |