Recently we faced the below issue in fsclone. I have given the solution for it to resolve it.

Issue:
cat FSCloneApplyAppsTier_12210307.log
ERROR: RC-50410: Fatal: OUI Registration failed with an Abnormal Termination error during call from ouicli.pl

<<<
Executing command sh -c “/u01/EBSAPP/EBSDEV/fs2/EBSapps/10.1.2/opmn/bin/opmnctl stopall ; echo ERRORCODE = $? ERRORCODE_END” Thu Dec 21 03:47:38 CST 2023
Command returned
opmnctl: opmn is not running
ERRORCODE = 0 ERRORCODE_END
.end std out.
LPX-00202: could not open “/u01/EBSAPP/EBSDEV/fs1/inst/apps/EBSDEV_oci-server01/ora/10.1.2/opmn/conf/opmn.xml” (error 200)
XML parse failed: error 202.

.end err out.

Command completed successfully. Thu Dec 21 03:47:38 CST 2023
******************************
OPMN shutdown successfull
ERROR: Home may already be registered
ERROR: OUI CLI cloning returned non-zero.
>>>

Solution:
Refer: Fs_Clone fails with “ERROR: RC-50410: Fatal: OUI Registration failed with an Abnormal Termination error” (Doc ID 2095966.1)
1. Please check if $ENV is set

echo $ENV
2. If $ENV is set please unset it

unset ENV

3. Once the $ENV is unset run again fs_clone force=yes.

Recent Posts

Start typing and press Enter to search