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
Copy file name to clipboardExpand all lines: OracleDatabase/RAC/OracleRACStorageServer/README.md
+8-20Lines changed: 8 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,10 @@ You would see successful build message similar like below-
41
41
### How to build NFS Storage Container Image on Docker Host
42
42
You need to make sure that you have atleast 60GB space available for container to create the files for RAC storage.
43
43
44
-
**IMPORTANT:** If you are behind the proxy, you need to set http_proxy env variable based on your enviornment before building the image.
44
+
**IMPORTANT:** If you are behind the proxy, you need to set http_proxy env variable based on your enviornment before building the image. Please ensure that you have the `podman-docker` package installed on your OL8 Podman host to run the command using the docker utility.
45
+
```bash
46
+
dnf install podman-docker -y
47
+
```
45
48
46
49
To assist in building the images, you can use the [buildDockerImage.sh](dockerfiles/buildDockerImage.sh) script. See below for instructions and usage.
47
50
@@ -59,21 +62,16 @@ For detailed usage of command, please execute folowing command:
59
62
## Create Bridge Network
60
63
Before creating container, create the bridge private network for NFS storage container.
Create NFS volume using following command on Docker Host:
182
-
183
171
```bash
184
172
docker volume create --driver local \
185
173
--opt type=nfs \
@@ -188,7 +176,7 @@ docker volume create --driver local \
188
176
racstorage
189
177
```
190
178
191
-
**IMPORTANT:** If you are not using 192.168.17.0/24 subnet then you need to change **addr=192.168.17.80** based on your environment.
179
+
**IMPORTANT:** If you are not using 192.168.17.0/24 subnet then you need to change **addr=192.168.17.25** based on your environment.
192
180
193
181
**IMPORTANT:** The NFS volume must be `/oradata` which you will export to RAC containers for ASM storage. It will take 10 minutes for setting up NFS server.
0 commit comments