Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit c98d808

Browse files
committed
edit pass: three SQL Server articles about availability groups
1 parent 1296bfe commit c98d808

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

docs/includes/ss-linux-cluster-availability-group-create-prereq.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,21 @@ Before you create the availability group, you need to:
3535
sudo ip addr show
3636
```
3737

38-
Update `/etc/hosts`. The following script lets you edit `/etc/hosts` with `vi`.
38+
Update `/etc/hosts`. The following script lets you edit `/etc/hosts` with `vi`:
3939

4040
```bash
4141
sudo vi /etc/hosts
4242
```
4343

4444
The following example shows `/etc/hosts` on **node1** with additions for **node1**, **node2**, and **node3**. In this document, **node1** refers to the server that hosts the primary replica. And **node2** and **node3** refer to servers that host the secondary replicas.
4545

46-
47-
```
48-
127.0.0.1   localhost localhost4 localhost4.localdomain4
49-
::1       localhost localhost6 localhost6.localdomain6
50-
10.128.18.12 node1
51-
10.128.16.77 node2
52-
10.128.15.33 node3
53-
```
46+
```
47+
127.0.0.1   localhost localhost4 localhost4.localdomain4
48+
::1       localhost localhost6 localhost6.localdomain6
49+
10.128.18.12 node1
50+
10.128.16.77 node2
51+
10.128.15.33 node3
52+
```
5453
5554
### Install SQL Server
5655

0 commit comments

Comments
 (0)