When trying to apply patch using command
“adop
phase=apply patches=19711877 hotpatch=yes”, Its failing to apply on both nodes,
though SSH success.
So in this case we can be success with the below commands
adop phase=apply patches=19711877 hotpatch=yes
flags=autoskip è This also will skip
the failed nodes and will proceed with the existing nodes.
adop phase=apply patches=19711877 hotpatch=yes
options=forceapply => When you want to apply again, it will skip the issue node
and continue with the available nodes.
So I applied the patch with the below command:
adop phase=apply patches=19711877 hotpatch=yes allnodes=no
action=db è which applies to only
current node. And fs_clone will give below issue.
“The following nodes are not in sync
: isupplyNode02
Please bring the nodes in sync and
then continue”
When I try to go and apply on other node, its failing with
the below issue.
adop phase=apply patches=19711877 hotpatch=yes allnodes=no
action=nodb
Its failing with the below issue.
RUN file system context file:
/opt/app/OCLEP/fs2/inst/apps/OCLEP_isupplyNode02/appl/admin/OCLEP_isupplyNode02.xml*******FATAL
ERROR*******
PROGRAM :
(/opt/appr12/......../fs2/EBSapps/appl/ad/12.0.0/bin/adzdoptl.pl)
TIME : Fri Mar 27
17:17:56 2015
FUNCTION:
ADOP::GlobalVars::replaceRunEditionNameWithPatch [ Level 1 ]
ERRORMSG: ERROR:
/opt/app/......../fs2/inst/apps/OCLEP_isupplyNode02.xml/appl/admin/OCLEP_isupplyNode02.xml path should contain either /opt/appr12/OCLEP/fs1 or /opt/appr12/OCLEP/fs2
as a base.
The suspected issue is “SOFT LINK”
[applmgr@OCLEP_isupplyNode02 opt]$ ls -ltr
total 4
lrwxrwxrwx 1 root root 3 May
30 2014 appr12 -> app
drwxrwxrwx 10 root root 4096 Mar 20 22:23 app
To Fix Sync issue Please follow Below Plan.
- Remove the soft link
(Requires to regenerate the configuration Information Again, All other adding node Steps, according to the scenario)
- Re apply patch with force option Or Apply Patch to only 2nd node
(Requires to regenerate the configuration Information Again, All other adding node Steps, according to the scenario)
- Re apply patch with force option Or Apply Patch to only 2nd node
- Apply the patch on this node
“isupplyNode02”
adop phase=apply patches=19711877 hotpatch=yes allnodes=no action=nodb
adop phase=apply patches=19711877 hotpatch=yes allnodes=no action=nodb
- Then RUN adop phase=fs_clone to synchronize the run FS with patch FS
No comments:
Post a Comment