Skip to content

Commit 8971147

Browse files
committed
Update HPE instructions
1 parent a246091 commit 8971147

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

docs/linux/sql-server-linux-availability-group-ha-hpe.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -66,34 +66,34 @@ On all the three VMs, please follow one of the below steps based on the Linux di
6666

6767
After you complete this step, you should have SQL Server service and tools installed on all three VMs that will participate in the availability group.
6868

69-
## Install the cluster manager
69+
## Install HPE Serviceguard on the VMs
7070

71-
At this point, you need to install the cluster manager. The way you install the cluster manager, depends on the cluster manager that you are using.
71+
In this step, install HPE Serviceguard for Linux on all three VMs. The following table describes the role each server plays in the cluster.
7272

73-
### Install HPE Serviceguard on the VMs
73+
|Number of VMs | HPE Servicguard role | Microsoft SQL Server availability group replica role|
74+
|--------------|-----------------|------------|
75+
|1 | HPE Serviceguard cluster nodes | Primary replica |
76+
|1 or more | HPE Serviceguard cluster node | Secondary replica |
77+
|1 | HPE Serviceguard quorum server | Configuration only replica |
7478

75-
In this step, we will be installing HPE Serviceguard for Linux on all three nodes. Two of those nodes will be setup and configured as Serviceguard Cluster Nodes. Third node will be setup and configured as Serviceguard Quorum Server and Microsoft SQL Server On Linux Configuration Only Replica. We will be installing Serviceguard using the `cminstaller` method. Specific instructions are available in the links below
79+
To install Serviceguard, use the `cminstaller` method. Specific instructions are available in the links below:
7680

7781
Serviceguard cluster and Serviceguard Quorum server
7882

7983
* [Install Serviceguard for Linux on two nodes](https://support.hpe.com/hpesc/public/docDisplay?docId=a00107699en_us#Install_serviceguard_using_cminstaller)
80-
* [Install Serviceguard Quorum Server on the third node](https://support.hpe.com/hpesc/public/docDisplay?docId=a00107699en_us#Install_QS_from_the_ISO)
84+
* [Install Serviceguard quorum server on the third node](https://support.hpe.com/hpesc/public/docDisplay?docId=a00107699en_us#Install_QS_from_the_ISO)
8185

82-
After you complete the installation of the HPE Serviceguard cluster, you can enable cluster management portal on 5522 port on the primary server, below steps add a rule to the firewall to allow 5522, the command below is for a RHEL distribution, you need to run similar commands for other distributions:
86+
After you complete the installation of the HPE Serviceguard cluster, you can enable cluster management portal on TCP port 5522 on the primary replica node. The steps below add a rule to the firewall to allow 5522, the command below is for a RHEL distribution, you need to run similar commands for other distributions:
8387

8488
```console
8589
sudo firewall-cmd --zone=public --add-port=5522/tcp --permanent
8690

8791
sudo firewall-cmd --reload 
8892
```
8993

90-
## Create the cluster
94+
## Create HPE Serviceguard cluster
9195

92-
After the installation of the cluster manager, create the cluster.
93-
94-
### Create HPE Serviceguard cluster
95-
96-
If you are using HPE Serviceguard, configure the quorum server and then create the cluster.
96+
Follow the instructions for HPE Serviceguard to configure the quorum server and then create the cluster.
9797

9898
1. [Configure the Serviceguard quorum server on the third node](https://support.hpe.com/hpesc/public/docDisplay?docId=a00107699en_us#Configure_QS)
9999
2. [Configure and create Serviceguard cluster on the other two nodes](https://support.hpe.com/hpesc/public/docDisplay?docId=a00107699en_us#Configure_and_create_cluster)

0 commit comments

Comments
 (0)