AWS Security ChangesHomeSearch

AWS sap documentation change

Service: sap · 2025-04-25 · Documentation low

File: sap/latest/sap-hana/sap-hana-on-aws-cluster-configuration-1.md

Summary

Formatting corrections in command examples, updated section header, and cluster configuration instructions including corosync token timeout adjustment

Security assessment

Changes involve command syntax formatting and configuration documentation improvements. The corosync token timeout adjustment relates to cluster stability rather than security. No evidence of security vulnerability fixes or new security features added.

Diff

diff --git a/sap/latest/sap-hana/sap-hana-on-aws-cluster-configuration-1.md b/sap/latest/sap-hana/sap-hana-on-aws-cluster-configuration-1.md
index 9448af1e3..78af488da 100644
--- a//sap/latest/sap-hana/sap-hana-on-aws-cluster-configuration-1.md
+++ b//sap/latest/sap-hana/sap-hana-on-aws-cluster-configuration-1.md
@@ -5 +5 @@
-Update user hacluster passwordStart and enable the pcs servicesAuthenticate pcs with user haclusterReview instance settingsSet up the clusterEnable and start the clusterIncrease corosync totem token timeout
+Update user hacluster passwordStart and enable the pcs servicesAuthenticate pcs with user haclusterReview instance settings that conflict with cluster actionsSet up the clusterEnable and start the clusterIncrease corosync totem token timeout
@@ -33,2 +33,2 @@ Change the password of the user `haclustser` on both the nodes, as shown in the
-    [root@prihana ~]# passwd hacluster
-    [root@sechana ~]# passwd hacluster
+    [root@prihana ~] passwd hacluster
+    [root@sechana ~] passwd hacluster
@@ -41,2 +41,2 @@ The following commands start and enable the `pcs` service on both the nodes:
-    [root@prihana ~]# systemctl start pcsd.service
-    [root@prihana ~]# systemctl enable pcsd.service
+    [root@prihana ~] systemctl start pcsd.service
+    [root@prihana ~] systemctl enable pcsd.service
@@ -51 +51 @@ The following command authenticates `pcs` to the `pcs` daemon on the nodes in th
-    [root@prihana ~]# pcs cluster auth prihana sechana
+    [root@prihana ~] pcs cluster auth prihana sechana
@@ -56 +56 @@ The following command authenticates `pcs` to the `pcs` daemon on the nodes in th
-    [root@prihana ~]#
+    [root@prihana ~]
@@ -61 +61 @@ The following command authenticates `pcs` to the `pcs` daemon on the nodes in th
-    [root@<host1> ~]# pcs host auth prihana sechana
+    [root@<host1> ~] pcs host auth prihana sechana
@@ -66 +66 @@ The following command authenticates `pcs` to the `pcs` daemon on the nodes in th
-    [root@<host1> ~]#
+    [root@<host1> ~]
@@ -111 +111 @@ The following commands enable and start the cluster:
-    root@prihana etc]# pcs cluster enable --all 
+    root@prihana etc] pcs cluster enable --all
@@ -118 +118 @@ The following commands enable and start the cluster:
-    [root@prihana etc]# pcs cluster start --all 
+    [root@prihana etc] pcs cluster start --all
@@ -123 +123 @@ The following commands enable and start the cluster:
-    [rooteprihana etc]# I
+    [rooteprihana etc] I
@@ -143 +142 @@ The following commands enable and start the cluster:
-        # pcs cluster reload corosync
+         pcs cluster reload corosync
@@ -147 +146 @@ The following commands enable and start the cluster:
-        # corosync-cmapctl | grep totem.token
+         corosync-cmapctl | grep totem.token
@@ -159 +157 @@ Run the following command to increase the `corosync` token timeout.
-    # pcs cluster config update totem token=29000
+     pcs cluster config update totem token=29000