You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -120,13 +121,13 @@ If you want to provide your own pre-created `cman.ora` file, you can provide wit
120
121
--dns-search=example.info \
121
122
--dns 10.0.20.25 \
122
123
--network=rac_pub1_nw \
123
-
--ip=10.0.20.15 \
124
+
--ip=10.0.20.166 \
124
125
--cap-add=AUDIT_WRITE \
125
126
--cap-add=NET_RAW \
126
127
-v /opt/containers/cman.ora:/var/tmp/cman.ora \
127
128
-e USER_CMAN_FILE=/var/tmp/cman.ora \
128
129
-e DOMAIN=example.info \
129
-
-e PUBLIC_IP=10.0.20.15 \
130
+
-e PUBLIC_IP=10.0.20.166 \
130
131
-e DNS_SERVER=10.0.20.25 \
131
132
-e PUBLIC_HOSTNAME=racnodepc1-cman \
132
133
--privileged=false \
@@ -177,6 +178,7 @@ Run this command inside the OracleConnectionManager container.
177
178
| DOMAIN | The domain name associated with the container environment. |
178
179
| PUBLIC_IP | The public IP address assigned to the Oracle Connection Manager container. |
179
180
| PUBLIC_HOSTNAME | The public hostname assigned to the Oracle Connection Manager container. |
181
+
| DB_HOSTDETAILS | Details regarding the database host configuration, including host names, rules, and IP addresses to be registered with Connection manager in a command separated format, indicating different hosts and their associated details such as rules and IP addresses. Example: `HOST=racnodepc1-scan:RULE_ACT=accept,HOST=racnodep1:IP=10.0.20.170`. |
180
182
| DNS_SERVER | The default is set to `10.0.20.25`, which is the DNS container resolving the Connection Manager and Oracle Database containers. Replace this with your DNS server IP if needed. |
181
183
| USER_CMAN_FILE | (Optional) If you want to provide your own pre-created `cman.ora` file, set this environment variable and attach the file as a Podman volume in the `podman run` command. |
182
184
@@ -188,4 +190,4 @@ All scripts and files hosted in this repository which are required to build the
188
190
189
191
## Copyright
190
192
191
-
Copyright (c) 2014-2025 Oracle and/or its affiliates.
193
+
Copyright (c) 2014-2025 Oracle and/or its affiliates.
Copy file name to clipboardExpand all lines: OracleDatabase/RAC/OracleRealApplicationClusters/samples/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Example of how to create a 2-node RAC based on sample response files provided un
11
11
12
12
racdockercompose
13
13
----------------
14
-
Example of how to create a 2-node RAC based on Docker Compose. You can create a single-node RAC using Docker Compose based on your environment. For details, please refer to [README.MD of racdockercompose](./racdockercompose/README.md).
14
+
Example of how to create a 2-node RAC based on Docker Compose. You can create a single-node RAC using Docker Compose based on your environment. For details, please refer to [README.MD of racdockercompose](./racdockercompose_1/README.md).
Copy file name to clipboardExpand all lines: OracleDatabase/RAC/OracleRealApplicationClusters/samples/rac-compose/racimage/withoutresponsefiles/blockdevices/podman-compose.yml
Copy file name to clipboardExpand all lines: OracleDatabase/RAC/OracleRealApplicationClusters/samples/rac-compose/racimage/withoutresponsefiles/nfsdevices/podman-compose.yml
Copy file name to clipboardExpand all lines: OracleDatabase/RAC/OracleRealApplicationClusters/samples/rac-compose/racimage/withresponsefiles/blockdevices/podman-compose.yml
Copy file name to clipboardExpand all lines: OracleDatabase/RAC/OracleRealApplicationClusters/samples/rac-compose/racimage/withresponsefiles/nfsdevices/podman-compose.yml
Copy file name to clipboardExpand all lines: OracleDatabase/RAC/OracleRealApplicationClusters/samples/rac-compose/racslimimage/withresponsefiles/blockdevices/podman-compose.yml
Copy file name to clipboardExpand all lines: OracleDatabase/RAC/OracleRealApplicationClusters/samples/rac-compose/racslimimage/withresponsefiles/nfsdevices/podman-compose.yml
0 commit comments