12.2.2 RUP step fs_clone fails with "File not found" after being run from Patch FS -- and the road b
Resolution Cheat Sheet:$ . $PATCH_BASE/EBSapps/appl/A*
$ $ADMIN_SCRIPTS_HOME/adadminsrvctl.sh stop
$ cd $RUN_BASE
$ . $RUN_BASE/EBSapps/appl/A* (optional, recommended)
$ adop phase=fs_clone
The Story
Building an 12.2.2 EBS env on AWS, I was getting happy to be wrapping it up when
adop phase=fs_clone failed with: "adop exiting with status = 2 (Fail)" and above in the ERROR*** summary:
error = Unable to open file
errorno = No such file or directory
And above that
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
This was after the FSCloneApply was completed, and the last mssg indicated that it was due to the working directory from which I invoked fs_clone being in the Patch FS ApplTop. The dir dissappear under the fs_clone, which I confirmed this was the problem by running ls, which returned nothing, but after ../../EBSapps/appl it returned the new copy of the ApplTop.
$ $ADMIN_SCRIPTS_HOME/adadminsrvctl.sh stop
$ cd $RUN_BASE
$ . $RUN_BASE/EBSapps/appl/A* (optional, recommended)
$ adop phase=fs_clone
The Story
Building an 12.2.2 EBS env on AWS, I was getting happy to be wrapping it up when
adop phase=fs_clone failed with: "adop exiting with status = 2 (Fail)" and above in the ERROR*** summary:
error = Unable to open file
errorno = No such file or directory
And above that
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
This was after the FSCloneApply was completed, and the last mssg indicated that it was due to the working directory from which I invoked fs_clone being in the Patch FS ApplTop. The dir dissappear under the fs_clone, which I confirmed this was the problem by running ls, which returned nothing, but after ../../EBSapps/appl it returned the new copy of the ApplTop.
Tagged:
1