Skip to content

Commit c922412

Browse files
authored
RS: Port 53 must be available for RS installation on any OS (#1084)
* DOC-4620 RS: Port 53 must be available for installation on any OS * Remove comma
1 parent c95b1bf commit c922412

File tree

7 files changed

+8
-10
lines changed

7 files changed

+8
-10
lines changed

content/embeds/port-53.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
If port 53 is in use, the installation fails. This can occur in
2-
default installations of Ubuntu 18.04 and 20.04 in which `systemd-resolved` (DNS server) is running.
1+
If port 53 is in use, the installation fails. This issue can occur in default installations of certain operating systems in which `systemd-resolved` (DNS server) is running.
32

4-
To prevent this issue, change the system configuration to make this port available
5-
before installation.
3+
To prevent this issue, change the system configuration to make this port available before installation.
64

75
1. Edit `/etc/systemd/resolved.conf`:
86

content/operate/rs/7.4/installing-upgrading/install/prepare-install/port-availability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ Before [installing Redis Enterprise Software]({{< relref "/operate/rs/installing
1919

2020
{{<embed-md "port-collision-avoidance.md">}}
2121

22-
## Ubuntu conflicts with port 53
22+
## OS conflicts with port 53
2323

2424
{{<embed-md "port-53.md">}}

content/operate/rs/7.4/installing-upgrading/quickstarts/redis-enterprise-software-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ For production environments, see the [install and setup]({{< relref "/operate/rs
3737

3838
{{<embed-md "port-collision-avoidance.md">}}
3939

40-
### Ubuntu conflicts with port 53
40+
### OS conflicts with port 53
4141

4242
{{<embed-md "port-53.md">}}
4343

content/operate/rs/7.4/networking/port-configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ rladmin cluster config cnm_http_port <new-port>
134134
rladmin cluster config cnm_https_port <new-port>
135135
```
136136
137-
### Ubuntu conflicts with port 53
137+
### OS conflicts with port 53
138138
139139
{{<embed-md "port-53.md">}}
140140

content/operate/rs/installing-upgrading/install/prepare-install/port-availability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ Before [installing Redis Enterprise Software]({{< relref "/operate/rs/installing
1818

1919
{{<embed-md "port-collision-avoidance.md">}}
2020

21-
## Ubuntu conflicts with port 53
21+
## OS conflicts with port 53
2222

2323
{{<embed-md "port-53.md">}}

content/operate/rs/installing-upgrading/quickstarts/redis-enterprise-software-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ For production environments, see the [install and setup]({{< relref "/operate/rs
3636

3737
{{<embed-md "port-collision-avoidance.md">}}
3838

39-
### Ubuntu conflicts with port 53
39+
### OS conflicts with port 53
4040

4141
{{<embed-md "port-53.md">}}
4242

content/operate/rs/networking/port-configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ rladmin cluster config cnm_http_port <new-port>
133133
rladmin cluster config cnm_https_port <new-port>
134134
```
135135
136-
### Ubuntu conflicts with port 53
136+
### OS conflicts with port 53
137137
138138
{{<embed-md "port-53.md">}}
139139

0 commit comments

Comments
 (0)