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
Using a capitalized value for the EC2 fence tag will cause the fence operation to fail even if the node's hostname is capitalized.
A note should be added here mentioning the value needs to be lowercase.
Example: pacemaker tag value is SAP15SP2-NODE0 but EC2 stonith agent expects sap15sp2-node1. Updating the tag value to be lowercase resolved this.
Feb 25 21:38:56 SAP15SP2-NODE0 external/ec2(res_AWS_STONITH)[16017]: info: status check for sap15sp2-node1 is
Feb 25 21:38:58 SAP15SP2-NODE0 external/ec2(res_AWS_STONITH)[16031]: info: status check for sap15sp2-node1 is
Feb 25 21:38:59 SAP15SP2-NODE0 external/ec2(res_AWS_STONITH)[16045]: info: status check for sap15sp2-node1 is
Feb 25 21:39:00 SAP15SP2-NODE0 pacemaker-fenced[7641]: warning: fence_legacy[11256] stderr: [ An error occurred (InvalidInstanceID.Malformed) when calling the DescribeInstances operation: Invalid id: "sap15sp2-node1" ]
Feb 25 21:39:00 SAP15SP2-NODE0 pacemaker-fenced[7641]: error: Operation 'off' [11256] (call 10 from pacemaker-controld.7645) for host 'SAP15SP2-NODE1' with device 'res_AWS_STONITH' returned: -62 (Timer expired)
Feb 25 21:39:00 SAP15SP2-NODE0 pacemaker-fenced[7641]: error: Operation 'off' targeting SAP15SP2-NODE1 on SAP15SP2-NODE0 for [email protected]: Timer expired
The text was updated successfully, but these errors were encountered:
Hi Stephen, thank you very much! The changes will be online with the next repo build - this however will only happen somewhen next week. Hope this is okay.
4.5 Tagging the EC2 Instances:
https://documentation.suse.com/sbp/all/html/SLES4SAP-hana-sr-guide-PerfOpt-15_AWS/index.html#id-tagging-the-ec2-instances
Using a capitalized value for the EC2 fence tag will cause the fence operation to fail even if the node's hostname is capitalized.
A note should be added here mentioning the value needs to be lowercase.
Example:
pacemaker
tag value isSAP15SP2-NODE0
but EC2 stonith agent expectssap15sp2-node1
. Updating the tag value to be lowercase resolved this.The text was updated successfully, but these errors were encountered: