ADOP patch cycle is point to PROD.
Adop patch cycle pointing to PROD host from UAT instance.
Enter the APPS password:
Enter the SYSTEM password:
Enter the WLSADMIN password:
Validating credentials.
Initializing.
Run Edition context : /u02/prod/fs1/inst/apps/PROD_erptest/appl/admin/PROD_erptest.xml
Patch edition context: /u02/prod/fs2/inst/apps/PROD_erptest/appl/admin/PROD_erptest.xml
Reading driver file (up to 50000000 bytes).
Patch file system free space: 602.71 GB
Validating system setup.
Node registry is valid.
[WARNING] ETCC: The following required database fixes have not been applied to node erptest:
19908836
20627866
21106027
21321429
21813400
21864513
21904072
22024071
22496904
Refer to My Oracle Support Knowledge Document 1594274.1 for instructions.
Checking for existing adop sessions.
Continuing with existing session [Session ID: 11].
[UNEXPECTED]Master node for the current patching cycle is erpapp1erpapp1.
[UNEXPECTED]Options such as "allnodes=yes" or "allnodes=no action=db" must be run from the master node.
[UNEXPECTED]Unrecoverable error occurred. Exiting current adop session.
[STATEMENT] Please run adopscanlog utility, using the command
"adopscanlog -latest=yes"
to get the list of the log files along with snippet of the error message corresponding to each log file.
adop exiting with status = 2 (Fail)
Solution
-----------
login to apps user and perform the following tasks.
SQL> create table apps.ad_adop_sessions_bkp as select * from apps.ad_adop_sessions;
Table created.
SQL> update apps.ad_adop_sessions set NODE_NAME='target_node' where node_name='source_node';
9 rows updated.
SQL> commit;
Commit complete.
SQL>
Abort the patch session and restart:
$ adop phase=abort
$ adop phase=cleanup cleanup_mode=full
Adop patch cycle pointing to PROD host from UAT instance.
Enter the APPS password:
Enter the SYSTEM password:
Enter the WLSADMIN password:
Validating credentials.
Initializing.
Run Edition context : /u02/prod/fs1/inst/apps/PROD_erptest/appl/admin/PROD_erptest.xml
Patch edition context: /u02/prod/fs2/inst/apps/PROD_erptest/appl/admin/PROD_erptest.xml
Reading driver file (up to 50000000 bytes).
Patch file system free space: 602.71 GB
Validating system setup.
Node registry is valid.
[WARNING] ETCC: The following required database fixes have not been applied to node erptest:
19908836
20627866
21106027
21321429
21813400
21864513
21904072
22024071
22496904
Refer to My Oracle Support Knowledge Document 1594274.1 for instructions.
Checking for existing adop sessions.
Continuing with existing session [Session ID: 11].
[UNEXPECTED]Master node for the current patching cycle is erpapp1erpapp1.
[UNEXPECTED]Options such as "allnodes=yes" or "allnodes=no action=db" must be run from the master node.
[UNEXPECTED]Unrecoverable error occurred. Exiting current adop session.
[STATEMENT] Please run adopscanlog utility, using the command
"adopscanlog -latest=yes"
to get the list of the log files along with snippet of the error message corresponding to each log file.
adop exiting with status = 2 (Fail)
Solution
-----------
login to apps user and perform the following tasks.
SQL> create table apps.ad_adop_sessions_bkp as select * from apps.ad_adop_sessions;
Table created.
SQL> update apps.ad_adop_sessions set NODE_NAME='target_node' where node_name='source_node';
9 rows updated.
SQL> commit;
Commit complete.
SQL>
Abort the patch session and restart:
$ adop phase=abort
$ adop phase=cleanup cleanup_mode=full