Skip to content

Commit 81b996e

Browse files
Update deploy-ibm-db2-purescale-azure.md
1 parent 93c353e commit 81b996e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/virtual-machines/workloads/mainframe-rehosting/ibm/deploy-ibm-db2-purescale-azure.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,27 +63,27 @@ The GitHub repository includes DB2server.rsp, a response (.rsp) file that enable
6363
|---------------------------|----------------------------------------------|-------------------------------------------------------------------------------------------------------|
6464
| Welcome | | New Install |
6565
| Choose a Product | | DB2 Version 11.1.3.3. Server Editions with DB2 pureScale |
66-
| Configuration | Directory | `/data1/opt/ibm/db2/V11`.1 |
66+
| Configuration | Directory | `/data1/opt/ibm/db2/V11.1` |
6767
| | Select the installation type | Typical |
6868
| | I agree to the IBM terms | Checked |
6969
| Instance Owner | Existing User For Instance, User name | DB2sdin1 |
7070
| Fenced User | Existing User, User name | DB2sdfe1 |
71-
| Cluster File System | Shared disk partition device path | `/dev/`dm-2 |
72-
| | Mount point | `/`DB2sd\_1804a |
73-
| | Shared disk for data | `/dev/`dm-1 |
74-
| | Mount point (Data) | `/DB2fs/`datafs1 |
75-
| | Shared disk for log | `/dev/`dm-0 |
76-
| | Mount point (Log) | `/DB2fs/`logfs1 |
77-
| | DB2 Cluster Services Tiebreaker. Device path | `/dev/`dm-3 |
71+
| Cluster File System | Shared disk partition device path | `/dev/dm-2` |
72+
| | Mount point | `/DB2sd_1804a` |
73+
| | Shared disk for data | `/dev/dm-1` |
74+
| | Mount point (Data) | `/DB2fs/datafs1` |
75+
| | Shared disk for log | `/dev/dm-0` |
76+
| | Mount point (Log) | `/DB2fs/logfs1` |
77+
| | DB2 Cluster Services Tiebreaker. Device path | `/dev/dm-3` |
7878
| Host List | d1 [eth1], d2 [eth1], cf1 [eth1], cf2[eth1] | |
7979
| | Preferred primary CF | cf1 |
8080
| | Preferred secondary CF | cf2 |
8181
| Response File and Summary | first option | Install DB2 Server Edition with the IBM DB2 pureScale feature and save my settings in a response file |
82-
| | Response file name | `/root/DB2server`.rsp |
82+
| | Response file name | `/root/DB2server.rsp` |
8383

8484
### Notes about this deployment
8585

86-
- The values for /dev-dm0, /dev-dm1, /dev-dm2, and /dev-dm3 can change after a restart on the virtual machine where the setup takes place (d0 in the automated script). To find the right values, you can issue the following command before completing the response file on the server where the setup will run:
86+
- The values for `/dev-dm0`, `/dev-dm1`, `/dev-dm2`, and `/dev-dm3` can change after a restart on the virtual machine where the setup takes place (d0 in the automated script). To find the right values, you can issue the following command before completing the response file on the server where the setup will run:
8787

8888
```bash
8989
sudo ls -als /dev/mapper

0 commit comments

Comments
 (0)