Skip to content

Commit d4dc284

Browse files
Update replication.properties (#126)
improvements
1 parent 37238e8 commit d4dc284

File tree

1 file changed

+62
-14
lines changed

1 file changed

+62
-14
lines changed

wls-hydr/config/replication.properties

Lines changed: 62 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,74 @@
11
[DIRECTORIES]
22
# Folders to copy. All the values are absolute paths
33
############################################################
4+
45
# 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.
58
# 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)
611
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)
918
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
1125
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)
1537
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
1844
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).
2048
# 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)
2151
WLS_SHARED_RUNTIME_DIR = /u01/oracle/runtime
52+
2253
# In the WLS nodes, the path to weblogic's domain config.xml file.
2354
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)
2660
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
3072

3173
# Staging folder
3274
############################################################
@@ -37,13 +79,19 @@ STAGE_GOLD_COPY_BASE = /stagingforDR/primary-gold-copy
3779
# JDBC details
3880
############################################################
3981
# 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
4084
TNSNAMES_PATH = /path/to/tnsnames.ora
85+
4186
# The database service name to connect to primary's DB.
4287
PREM_SERVICE_NAME = prem.service.name
88+
4389
# The scan address (FQDN name) to connect to primary's DB.
4490
PREM_SCAN_ADDRESS = prem.scan.address
91+
4592
# The database service name to connect to OCI's DB.
4693
OCI_SERVICE_NAME = oci.service.name
94+
4795
# The FQDN scan address (FQDN name) to connect to OCI's DB.
4896
OCI_SCAN_ADDRESS = oci.scan.address
4997

0 commit comments

Comments
 (0)