Administrator
|
Hi,
As it is written in fsclone_config.txt,
fsclone_confix.txt is a pairs file generated by the autoconfig tool based on the context values set on the aplication tier node. This file is used by fsclone tool internally while creating patch file system from Run file system.
It has entires for managed servers, for example:
s_oacore_nodes=ermanserver1:7203,ermanserver1:7204
s_forms_nodes=ermanserver1:7402
s_oafm_nodes=ermanserver1:7602
s_oaea_nodes=ermanserver1:6802
s_forms-c4ws_nodes=ermanserver1:7802
s_oacorename=oacore_server1,oacore_server2
s_formsname=forms_server1
s_oafmname=oafm_server1
s_oaeaname=oaea_server1
s_forms-c4wsname=forms-c4ws_server1
s_oacore_managed_servers=oacore_server1,oacore_server2
s_forms_managed_servers=forms_server1
s_oafm_managed_servers=oafm_server1
s_forms-c4ws_managed_servers=forms-c4ws_server1
s_oaea_managed_servers=oaea_server1
It just has managed server names and ports etc..
For example ; there is a managed server named oafm_server1 . Run fs contains this managed server, but PATCH doesnt't so CloneContext should identify this and update the fs2 contexfile
So it syncronizes the context variable values using fscloneconfig.txt.
There are few issue reported for the related stages.
I don't know whether you have any problems but you can check them as well.
12.2: fs_clone fails with "ERROR: Number of servers are not in sync between Run and Patch Context" (Doc ID 1582473.1)
Preclone Is Not Generating Moveplan.xml Files While Creating Patch File System (Doc ID 1615332.1)
Error "Number of servers are not in sync between Run and Patch Context" While fs_clone of patching (WLS 17495356) Cycle (Doc ID 1634239.1)
|