1
1
[DIRECTORIES]
2
2
# Folders to copy. All the values are absolute paths
3
3
# ###########################################################
4
+
4
5
# In the OHS nodes, the folder containing the Oracle HTTP Server installation.
6
+ # It is not directly the Oracle OHS home, this folder can contain the product home,
7
+ # the jdk, and the oraInventory.
5
8
# CLEAR VALUE (leave blank) if Oracle HTTP Server is not used.
9
+ # Example for an EDG environment: /u02/oracle/products
10
+ # Example for an WLS for OCI stack environment: (leave blank)
6
11
OHS_PRODUCTS = /u02/oracle/products
7
- # In the OHS nodes, the folder containing the OHS configuration.
8
- # CLEAR VALUE (leave blank) if Oracle HTTP Server is not used.
12
+
13
+ # In the OHS nodes, the folder containing the OHS configuration
14
+ # and any other configuration required by OHS.
15
+ # CLEAR VALUE (leave blank) if Oracle HTTP Server is not used.
16
+ # Example for an EDG environment: /u02/oracle/config
17
+ # Example for an WLS for OCI stack environment: (leave blank)
9
18
OHS_PRIVATE_CONFIG_DIR = /u02/oracle/config
10
- # In the WLS nodes, the folder containing the WLS/FMW installation.
19
+
20
+ # In the WLS nodes, the folder containing the WLS/FMW products installations.
21
+ # It is not directly the Oracle home folder; this folder can contain the oracle home,
22
+ # the jdk, and the oraInventory.
23
+ # Example for an EDG environment: /u01/oracle/products
24
+ # Example for an WLS for OCI stack environment: /u01/app
11
25
WLS_PRODUCTS = /u01/oracle/products
12
- # In the WLS nodes, the folder containing the FMW/WLS shared configuration, including the
13
- # WLS domain for the Administration Server ("SHARED_CONFIG_DIR" in EDG).
14
- # CLEAR VALUE (leave blank) if there is no shared directory for the FMW/WLS configuration.
26
+
27
+ # In the WLS nodes, the folder containing the shared WLS/FMW configuration.
28
+ # This is typically used in EDG environments to provide failover capability for the Administration Server.
29
+ # It contains the domain folder used by the administration server and it can also contain
30
+ # other shared folders to store keystores, applications, deployment plans.
31
+ # Note: only some folders under WLS_SHARED_CONFIG_DIR will be replicated by the tool by default:
32
+ # the folders containing the domain and applications. Any additional folders under WLS_SHARED_CONFIG_DIR that need to be
33
+ # replicated too can be included in additional properties.
34
+ # CLEAR VALUE (leave blank) if there is no shared config directory.
35
+ # Example for an EDG environment ("SHARED_CONFIG_DIR" in EDG): /u01/oracle/config
36
+ # Example for an WLS for OCI stack environment: (leave blank)
15
37
WLS_SHARED_CONFIG_DIR = /u01/oracle/config
16
- # In the WLS nodes, the folder containing the private config including the
17
- # WLS domain ("PRIVATE_CONFIG_DIR" in EDG). This is the directory containing the WLS domain for managed servers.
38
+
39
+ # In the WLS nodes, the folder containing the private WLS/FMW configuration.
40
+ # This directory contains the WebLogic domain folder for the managed servers,
41
+ # and it can contain other folders with node specific configuration too (e.g per-host nodemanager folder).
42
+ # Example for an EDG environment ("PRIVATE_CONFIG_DIR" in EDG): /u02/oracle/config
43
+ # Example for an WLS for OCI stack environment: /u01/data
18
44
WLS_PRIVATE_CONFIG_DIR = /u02/oracle/config
19
- # In the WLS nodes, the path to the shared storage directory containing runtime artifacts.
45
+
46
+ # In the WLS nodes, the path to the shared storage directory containing runtime artifacts
47
+ # (for example: files generated by a File Adapter).
20
48
# CLEAR VALUE (leave blank) if there are no runtime artifacts on shared storage.
49
+ # Example for an EDG environment: /u01/oracle/runtime
50
+ # Example for an WLS for OCI stack environment: (leave blank)
21
51
WLS_SHARED_RUNTIME_DIR = /u01/oracle/runtime
52
+
22
53
# In the WLS nodes, the path to weblogic's domain config.xml file.
23
54
WLS_CONFIG_PATH = /path/to/config/config.xml
24
- # In the WLS nodes, the path to shared storage directory containing deployment plans.
25
- # CLEAR VALUE (leave blank) if deployment plans not used or do not reside on shared storage.
55
+
56
+ # In the WLS nodes, the path in the shared config directory containing the application deployment plans.
57
+ # CLEAR VALUE (leave blank) if deployment plans not used or do not reside on the shared storage.
58
+ # Example for an EDG environment: /u01/oracle/config/dp
59
+ # Example for an WLS for OCI stack environment: (leave blank)
26
60
WLS_DP_DIR = /path/to/deployment/plan/dir
27
- # In the WLS nodes, additional WLS shared config directories (one per line).
28
- # CLEAR VALUE (leave blank) if no other shared directories need to be replicated.
29
- WLS_ADDITIONAL_SHARED_DIRS = /path/to/additional/shared/dirs
61
+
62
+ # In the WLS nodes, additional shared config directories (one per line) under WLS_SHARED_CONFIG_DIR to copy.
63
+ # Only some folders under WLS_SHARED_CONFIG_DIR are replicated by default (the folders containing the domain and applications).
64
+ # Use this property to add additional folders under WLS_SHARED_CONFIG_DIR that need to be copied,
65
+ # like for example a shared keystores folder.
66
+ # CLEAR VALUE (leave blank) if no other directories under WLS_SHARED_CONFIG_DIR need to be replicated.
67
+ # Example for an EDG environment: /u01/oracle/config/keystores
68
+ # Example for an WLS for OCI stack environment: (leave blank)
69
+ # Provide complete path and one per line.
70
+ WLS_ADDITIONAL_SHARED_DIRS = /path/to/additional/shared/dir1
71
+ /path/to/additional/shared/dir2
30
72
31
73
# Staging folder
32
74
# ###########################################################
@@ -37,13 +79,19 @@ STAGE_GOLD_COPY_BASE = /stagingforDR/primary-gold-copy
37
79
# JDBC details
38
80
# ###########################################################
39
81
# Absolute path to tnsnames.ora file used by WebLogic Data Sources.
82
+ # Using TNS alias in WebLogic's connect strings is recommended for Disaster Recovery. For more info, see
83
+ # https://docs.oracle.com/en/middleware/fusion-middleware/12.2.1.4/asdrg/setting-and-managing-disaster-recovery-sites.html#GUID-445693AB-B592-4E11-9B44-A208444B75F2
40
84
TNSNAMES_PATH = /path/to/tnsnames.ora
85
+
41
86
# The database service name to connect to primary's DB.
42
87
PREM_SERVICE_NAME = prem.service.name
88
+
43
89
# The scan address (FQDN name) to connect to primary's DB.
44
90
PREM_SCAN_ADDRESS = prem.scan.address
91
+
45
92
# The database service name to connect to OCI's DB.
46
93
OCI_SERVICE_NAME = oci.service.name
94
+
47
95
# The FQDN scan address (FQDN name) to connect to OCI's DB.
48
96
OCI_SCAN_ADDRESS = oci.scan.address
49
97
0 commit comments