You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/blog/highly-available-nfs-workload-on-hpe-greenlake-for-private-cloud-enterprise-using-serviceguard-for-linux.md
+28-7Lines changed: 28 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -401,14 +401,21 @@ cd serviceguard/ansible-sglx
401
401
```
402
402
403
403
Checkout the stable branch. For ex: to checkout branch 1.0,
404
+
405
+
404
406
`git checkout Stable-v1.0 `
405
407
408
+
``
409
+
406
410
To upgrade to the latest version of the playbooks:
Master playbook` site.yml `contains the roles which will be executed for the inventory defined in hosts.
414
+
415
+
416
+
Master playbook ` site.yml` contains the roles which will be executed for the inventory defined in hosts.
409
417
When the master playbook is run, version specified in the parameters file will be installed. The parameters for the master playbook, roles are configured in group_vars/all.yml. We will now look into some of the fields in this file which needs to be configured.
410
-
We should configure the version of Serviceguard to be installed, in this case SGLX 15.10.00 will be installed.
411
-
`sglx_version : 15.10.00`
418
+
We should configure the version of Serviceguard to be installed, in this case SGLX 15.10.00 will be installed. `sglx_version : 15.10.00`
412
419
Now provide the Serviceguard for Linux ISO location on the controller node
`Serviceguard installation mandates a replicated user configuration. As part of the installation, a replicated user for Serviceguard Manager (sgmgr) is created on the hosts and the password for the same can be configured under the below parameter.
Once these parameters are populated, one can modify the hosts file to add the 2 VMs that were provisioned earlier where the cluster will be formed, and the quorum server that was provisioned earlier. In this case, it’s as shown below
0 commit comments