EBS 12.2 Upgarade, adop -validate failing after adding new webnodes
prodebs.applprod $adop -validate
Enter the APPS password:
Enter the EBS_SYSTEM password:
Enter the WLSADMIN password:
Validating credentials.
Initializing.
Run Edition context : /prod/ebs122/fs1/inst/apps/PROD_prodebs/appl/admin/PROD_prodebs.xml
Patch edition context: /prod/ebs122/fs2/inst/apps/PROD_prodebs/appl/admin/PROD_prodebs.xml
Node registry is valid.
===========================================================================
ADOP (C.Delta.15)
Node: prodebs
Command: validate
Log: /prod/ebs122/fs_ne/EBSapps/log/adop/4/20250404_110739/validate/adopConsole.log
===========================================================================
Checking for existing patching cycle.
No existing patching cycle exists
Verifying SSH connection to all nodes.
Log: /prod/ebs122/fs1/inst/apps/PROD_prodebs/logs/appl/rgf/TXK/verifyssh.log
Output: /prod/ebs122/fs1/inst/apps/PROD_prodebs/logs/appl/rgf/TXK/out.xml
ssh is not enabled for the following nodes
- - - - - - - - - - - - - - - - - - - - - -
prodebs2
[UNEXPECTED]ssh is not enabled.
[UNEXPECTED]Available options are as follows.
[UNEXPECTED]- To enable ssh, run the following command:
perl /prod/ebs122/fs1/EBSapps/appl/ad/12.0.0/patch/115/bin/txkRunSSHSetup.pl enablessh \
-contextfile=/prod/ebs122/fs1/inst/apps/PROD_prodebs/appl/admin/PROD_prodebs.xml \
-hosts=prodebs,prodebs1,prodebs2
Then try the adop command again.
[UNEXPECTED]- Otherwise, with ssh disabled you must run adop on each node:
On the admin node, run: adop phase=<desired phase> allnodes=no action=db
On the other nodes, run: adop phase=<desired phase> allndoes=no action=nodb
[UNEXPECTED]Error verifying SSH connection.
[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 = 1 (Fail)
prodebs.applprod $
Run Below command to enable ssh then try adop adop -validate again:
Update details with specific to your environmet:
-contextfile=/prod/ebs122/fs1/inst/apps/PROD_prodebs/appl/admin/PROD_prodebs.xml \
-hosts=prodebs,prodebs1,prodebs2
prodebs.applprod $ perl /prod/ebs122/fs1/EBSapps/appl/ad/12.0.0/patch/115/bin/txkRunSSHSetup.pl enablessh \
-contextfile=/prod/ebs122/fs1/inst/apps/PROD_prodebs/appl/admin/PROD_prodebs.xml \
> -hosts=prodebs,prodebs1,prodebs2
Enter SSH User password for the OS user applprod:
Log: /prod/ebs122/fs1/inst/apps/PROD_prodebs/logs/appl/rgf/TXK/enablessh.log
SSH equivalence setup successful.
prodebs.applprod $

0 Comments