We faced this issue in Multi-Node Application R12.2 environment.
ADOP PREPARE PHASE ERROR:
Validating configuration on admin node: [appltst1].
Output: /u01/test/fs_ne/EBSapps/log/adop/46/20180127_013644/prepare/validate/remote_execution_result_level1.xml
[ERROR] txkADOPValidation failed on Node: "apptst1"
[ERROR] txkADOPValidation failed or is incomplete on Admin node: appltst1
[ERROR] Unable to continue processing on other available nodes: appltst2
[UNEXPECTED]Error running "txkADOPValidation" on node(s): appltst1.
Cause: [ERROR]: The value of s_appltmp is not set correctly in at least one of the context files.
validateServerSSLConfig:
ADOP do not use the shared directory for APPLTMP.
ADOP PREPARE PHASE ERROR:
Validating configuration on admin node: [appltst1].
Output: /u01/test/fs_ne/EBSapps/log/adop/46/20180127_013644/prepare/validate/remote_execution_result_level1.xml
[ERROR] txkADOPValidation failed on Node: "apptst1"
[ERROR] txkADOPValidation failed or is incomplete on Admin node: appltst1
[ERROR] Unable to continue processing on other available nodes: appltst2
[UNEXPECTED]Error running "txkADOPValidation" on node(s): appltst1.
Cause: [ERROR]: The value of s_appltmp is not set correctly in at least one of the context files.
validateServerSSLConfig:
ADOP do not use the shared directory for APPLTMP.
Action Plan: We have implemented below action plan in appltst1 and appltst2 in TEST for both FS.
Appltst1:
>>>FS RUN:
bash-3.2$ diff test_appltst1.xml-org test_appltst1.xml
549c549
< <APPLTMP oa_var="s_appltmp">/prd/share/test/appltmp</APPLTMP>
---
> <APPLTMP oa_var="s_appltmp">//u01/appltst/fs1/inst/apps/test_appltst1/appltmp</APPLTMP> ->>> This parameter needs to update.
>> Soft Link Creation:
/u01/appltst/fs1/inst/apps/test_appltst1
bash-3.2$ mv appltmp appltmp-org
bash-3.2$ ln -s /prd/share/test/appltmp appltmp
bash-3.2$ ls -ld /prd/test/fs1/inst/apps/test_appltst1/appltmp
lrwxrwxrwx 1 appltst fin 22 Jan 27 03:17 /prd/test/fs1/inst/apps/test_appltst1/appltmp -> /prd/share/test/appltmp
>>>FS Patch:
bash-3.2$ diff test_appltst1.xml-org test_appltst1.xml
549c549
< <APPLTMP oa_var="s_appltmp">/prd/share/test/appltmp</APPLTMP>
---
> <APPLTMP oa_var="s_appltmp">/prd/test/fs2/inst/apps/test_appltst1/appltmp</APPLTMP> ->>> This parameter needs to update.
>> Soft Link Creation:
/prd/test/fs2/inst/apps/test_appltst1
bash-3.2$ mv appltmp appltmp-org
bash-3.2$ ls
admin appl appltmp-org logs oam ora out pids portal rgf soa temp
bash-3.2$ ln -s /prd/share/test/appltmp appltmp
bash-3.2$ ls -ld /prd/test/fs2/inst/apps/test_appltst1/appltmp
lrwxrwxrwx 1 appltst fin 22 Jan 27 03:58 /prd/test/fs2/inst/apps/test_appltst1/appltmp -> /prd/share/test/appltmp
Renebus2:
>>>FS RUN:
bash-3.2$ diff test_appltst2.xml-org test_appltst2.xml
549c549
< <APPLTMP oa_var="s_appltmp">/prd/share/test/appltmp</APPLTMP>
---
> <APPLTMP oa_var="s_appltmp">/prd/test/fs1/inst/apps/test_appltst2/appltmp</APPLTMP> ->>> This parameter needs to update.
Soft Link Creation:
bash-3.2$ cd $INST_TOP
/prd/test/fs1/inst/apps/test_appltst2
bash-3.2$ mv appltmp appltmp-org
bash-3.2$ ln -s /prd/share/test/appltmp appltmp
bash-3.2$ ls -ld /prd/test/fs1/inst/apps/test_appltst2/appltmp
lrwxrwxrwx 1 appltst fin 22 Jan 27 04:18 /prd/test/fs1/inst/apps/test_appltst2/appltmp -> /prd/share/test/appltmp
>>>FS Patch:
bash-3.2$ diff test_appltst2.xml-org test_appltst2.xml
549c549
< <APPLTMP oa_var="s_appltmp">/prd/share/test/appltmp</APPLTMP>
---
> <APPLTMP oa_var="s_appltmp">/prd/test/fs2/inst/apps/test_appltst2/appltmp</APPLTMP> ->>> This parameter needs to update.
Soft Link Creation:
bash-3.2$ cd $INST_TOP
bash-3.2$ mv appltmp appltmp-org
/prd/test/fs2/inst/apps/test_appltst2
bash-3.2$ ln -s /prd/share/test/appltmp appltmp
bash-3.2$ ls -ld /prd/test/fs2/inst/apps/test_appltst2/appltmp
lrwxrwxrwx 1 appltst fin 22 Jan 27 04:20 /prd/test/fs2/inst/apps/test_appltst2/appltmp -> /prd/share/test/appltmp
Appltst1:
>>>FS RUN:
bash-3.2$ diff test_appltst1.xml-org test_appltst1.xml
549c549
< <APPLTMP oa_var="s_appltmp">/prd/share/test/appltmp</APPLTMP>
---
> <APPLTMP oa_var="s_appltmp">//u01/appltst/fs1/inst/apps/test_appltst1/appltmp</APPLTMP> ->>> This parameter needs to update.
>> Soft Link Creation:
/u01/appltst/fs1/inst/apps/test_appltst1
bash-3.2$ mv appltmp appltmp-org
bash-3.2$ ln -s /prd/share/test/appltmp appltmp
bash-3.2$ ls -ld /prd/test/fs1/inst/apps/test_appltst1/appltmp
lrwxrwxrwx 1 appltst fin 22 Jan 27 03:17 /prd/test/fs1/inst/apps/test_appltst1/appltmp -> /prd/share/test/appltmp
>>>FS Patch:
bash-3.2$ diff test_appltst1.xml-org test_appltst1.xml
549c549
< <APPLTMP oa_var="s_appltmp">/prd/share/test/appltmp</APPLTMP>
---
> <APPLTMP oa_var="s_appltmp">/prd/test/fs2/inst/apps/test_appltst1/appltmp</APPLTMP> ->>> This parameter needs to update.
>> Soft Link Creation:
/prd/test/fs2/inst/apps/test_appltst1
bash-3.2$ mv appltmp appltmp-org
bash-3.2$ ls
admin appl appltmp-org logs oam ora out pids portal rgf soa temp
bash-3.2$ ln -s /prd/share/test/appltmp appltmp
bash-3.2$ ls -ld /prd/test/fs2/inst/apps/test_appltst1/appltmp
lrwxrwxrwx 1 appltst fin 22 Jan 27 03:58 /prd/test/fs2/inst/apps/test_appltst1/appltmp -> /prd/share/test/appltmp
Renebus2:
>>>FS RUN:
bash-3.2$ diff test_appltst2.xml-org test_appltst2.xml
549c549
< <APPLTMP oa_var="s_appltmp">/prd/share/test/appltmp</APPLTMP>
---
> <APPLTMP oa_var="s_appltmp">/prd/test/fs1/inst/apps/test_appltst2/appltmp</APPLTMP> ->>> This parameter needs to update.
Soft Link Creation:
bash-3.2$ cd $INST_TOP
/prd/test/fs1/inst/apps/test_appltst2
bash-3.2$ mv appltmp appltmp-org
bash-3.2$ ln -s /prd/share/test/appltmp appltmp
bash-3.2$ ls -ld /prd/test/fs1/inst/apps/test_appltst2/appltmp
lrwxrwxrwx 1 appltst fin 22 Jan 27 04:18 /prd/test/fs1/inst/apps/test_appltst2/appltmp -> /prd/share/test/appltmp
>>>FS Patch:
bash-3.2$ diff test_appltst2.xml-org test_appltst2.xml
549c549
< <APPLTMP oa_var="s_appltmp">/prd/share/test/appltmp</APPLTMP>
---
> <APPLTMP oa_var="s_appltmp">/prd/test/fs2/inst/apps/test_appltst2/appltmp</APPLTMP> ->>> This parameter needs to update.
Soft Link Creation:
bash-3.2$ cd $INST_TOP
bash-3.2$ mv appltmp appltmp-org
/prd/test/fs2/inst/apps/test_appltst2
bash-3.2$ ln -s /prd/share/test/appltmp appltmp
bash-3.2$ ls -ld /prd/test/fs2/inst/apps/test_appltst2/appltmp
lrwxrwxrwx 1 appltst fin 22 Jan 27 04:20 /prd/test/fs2/inst/apps/test_appltst2/appltmp -> /prd/share/test/appltmp
>> Executed adautoconfig.sh (1-2-1) on both Run FS and Patch.
No comments:
Post a Comment