Skip to content

Commit b46d8f6

Browse files
authored
Merge pull request #97600 from changeworld/patch-4
Fix typo
2 parents 3194e50 + 37ecd06 commit b46d8f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-machines/workloads/sap/sap-hana-high-availability.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -492,13 +492,13 @@ The steps in this section use the following prefixes:
492492

493493
## Implement the Python system replication hook SAPHanaSR
494494

495-
This is important step to optimize the integration with the cluster and improve the detection when a cluster failover is needed. It is highly recommended to configure the SAPHanaSR python hook.
495+
This is important step to optimize the integration with the cluster and improve the detection when a cluster failover is needed. It is highly recommended to configure the SAPHanaSR Python hook.
496496

497497
1. **[A]** Install the HANA "system replication hook". The hook needs to be installed on both HANA DB nodes.
498498

499499
> [!TIP]
500500
> Verify that package SAPHanaSR is at least version 0.153 to be able to use the SAPHanaSR Python hook functionality.
501-
> The python hook can only be implemented for HANA 2.0.
501+
> The Python hook can only be implemented for HANA 2.0.
502502
503503
1. Prepare the hook as `root`.
504504

@@ -530,7 +530,7 @@ This is important step to optimize the integration with the cluster and improve
530530
2. **[A]** The cluster requires sudoers configuration on each cluster node for <sid\>adm. In this example that is achieved by creating a new file. Execute the commands as `root`.
531531
```bash
532532
cat << EOF > /etc/sudoers.d/20-saphana
533-
# Needed for SAPHanaSR python hook
533+
# Needed for SAPHanaSR Python hook
534534
hn1adm ALL=(ALL) NOPASSWD: /usr/sbin/crm_attribute -n hana_hn1_site_srHook_*
535535
EOF
536536
```

0 commit comments

Comments
 (0)