Skip to content

Commit 2c2a509

Browse files
committed
minor changes
1 parent 835fc9b commit 2c2a509

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/sap/workloads/sap-hana-high-availability-rhel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ The steps in this section use the following prefixes:
281281
Create firewall rules to allow HANA System Replication and client traffic. The required ports are listed on [TCP/IP Ports of All SAP Products](https://help.sap.com/viewer/ports). The following commands are just an example to allow HANA 2.0 System Replication and client traffic to database SYSTEMDB, HN1, and NW1.
282282

283283
```bash
284-
sudo firewall-cmd --zone=public --permanent --add-port={40302,40301,40307,40303,40340,30340,30341,30342}/tcp
284+
sudo firewall-cmd --zone=public --add-port={40302,40301,40307,40303,40340,30340,30341,30342}/tcp --permanent
285285
sudo firewall-cmd --zone=public --add-port={40302,40301,40307,40303,40340,30340,30341,30342}/tcp
286286

287287
```

articles/sap/workloads/sap-hana-high-availability-scale-out-hsr-rhel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ The following steps get you set up for system replication:
782782
783783
```bash
784784
# Execute as root
785-
sudo firewall-cmd --zone=public --permanent --add-port={30301,30303,30306,30307,30313,30315,30317,30340,30341,30342,1128,1129,40302,40301,40307,40303,40340,50313,50314,30310,30302}/tcp
785+
sudo firewall-cmd --zone=public --add-port={30301,30303,30306,30307,30313,30315,30317,30340,30341,30342,1128,1129,40302,40301,40307,40303,40340,50313,50314,30310,30302}/tcp --permanent
786786
sudo firewall-cmd --zone=public --add-port={30301,30303,30306,30307,30313,30315,30317,30340,30341,30342,1128,1129,40302,40301,40307,40303,40340,50313,50314,30310,30302}/tcp
787787
```
788788

articles/sap/workloads/sap-hana-scale-out-standby-netapp-files-rhel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ In this example for deploying SAP HANA in scale-out configuration with standby n
611611
612612
<pre><code>
613613
# Execute as root
614-
sudo firewall-cmd --zone=public --permanent --add-port={30301,30303,30306,30307,30313,30315,30317,30340,30341,30342,1128,1129,40302,40301,40307,40303,40340,50313,50314,30310,30302}/tcp
614+
sudo firewall-cmd --zone=public --add-port={30301,30303,30306,30307,30313,30315,30317,30340,30341,30342,1128,1129,40302,40301,40307,40303,40340,50313,50314,30310,30302}/tcp --permanent
615615
sudo firewall-cmd --zone=public --add-port={30301,30303,30306,30307,30313,30315,30317,30340,30341,30342,1128,1129,40302,40301,40307,40303,40340,50313,50314,30310,30302}/tcp
616616
</code></pre>
617617

0 commit comments

Comments
 (0)