Skip to content

Commit a4e1d5c

Browse files
authored
Merge pull request #86652 from v-maudel/patch-231
C111807: Adding break-line before and after code tags
2 parents 8fec385 + 1abb300 commit a4e1d5c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

articles/virtual-machines/workloads/sap/high-availability-guide-rhel-ibm-db2-luw.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -524,11 +524,15 @@ If you performed the installation before you created the Db2 HADR configuration,
524524
Use the J2EE Config tool to check or update the JDBC URL. Because the J2EE Config tool is a graphical tool, you need to have X server installed:
525525

526526
1. Sign in to the primary application server of the J2EE instance and execute:
527-
<pre><code>sudo /usr/sap/*SID*/*Instance*/j2ee/configtool/configtool.sh</code></pre>
527+
528+
<pre><code>sudo /usr/sap/*SID*/*Instance*/j2ee/configtool/configtool.sh</code></pre>
529+
528530
1. In the left frame, choose **security store**.
529-
1. In the right frame, choose the key jdbc/pool/\<SAPSID>/url.
531+
1. In the right frame, choose the key `jdbc/pool/\<SAPSID>/url`.
530532
1. Change the host name in the JDBC URL to the virtual host name.
531-
<pre><code>jdbc:db2://db-virt-hostname:5912/TSP:deferPrepares=0</code></pre>
533+
534+
<pre><code>jdbc:db2://db-virt-hostname:5912/TSP:deferPrepares=0</code></pre>
535+
532536
1. Select **Add**.
533537
1. To save your changes, select the disk icon at the upper left.
534538
1. Close the configuration tool.

0 commit comments

Comments
 (0)