R12.2 ADOP Cut over fails
Error:
Adop patching cycle cut over phase got error due the following reason, while running the cut-over adop fails .
Checking permission of /TEST/apps/TEST/fs1/FMW_Home/webtier/ohs/bin/.apachectl
File permission of /TEST/apps/TEST/fs1/FMW_Home/webtier/ohs/bin/.apachectl is NOT OK
Oracle HTTP Server will not start properly
Kindly log in as root and run below commands
chown root /TEST/apps/TEST/fs1/FMW_Home/webtier/ohs/bin/.apachectl
chmod 6750 /TEST/apps/TEST/fs1/FMW_Home/webtier/ohs/bin/.apachectl
Solution :
Kindly log in as root and run below commands
chown root /TEST/apps/TEST/fs1/FMW_Home/webtier/ohs/bin/.apachectl
chmod 6750 /TEST/apps/TEST/fs1/FMW_Home/webtier/ohs/bin/.apachectl
We may think just by changing the owner and permission of the file will resolve this issue as expected but the tricky part here is we need to check the permission are also in same level in PATCH File system also.
If not adop will fail , which usually we dont mind on the patch file system . Check and update the permissions/if required please perform this change to patch file system also.
chown root /TEST/apps/TEST/fs2/FMW_Home/webtier/ohs/bin/.apachectl
chmod 6750 /TEST/apps/TEST/fs2/FMW_Home/webtier/ohs/bin/.apachectl
And now re-run the adop phase=cutover .
Now it gets completed successfully .