Blame SOURCES/bz1751949-3-SAPInstance-metadata-improvements.patch

734564
--- a/heartbeat/SAPInstance	2019-02-20 12:42:55.655819263 +0100
734564
+++ b/heartbeat/SAPInstance	2019-02-08 10:57:02.281048136 +0100
734564
@@ -159,14 +159,14 @@
734564
   <content type="string" default="disp+work|msg_server|enserver|enrepserver|jcontrol|jstart|enq_server|enq_replicator"/>
734564
  </parameter>
734564
   <parameter name="SHUTDOWN_METHOD" unique="0" required="0">
734564
-  <longdesc lang="en">Usual a SAP Instance is stopped by the command 'sapcontrol -nr InstanceNr -function Stop'. SHUTDOWN_METHOD=KILL means to kill the SAP Instance using OS commands. SAP processes of the instance are terminated with 'kill -9', shared memory is deleted with 'cleanipc' and the 'kill.sap' file will be deleted. That method is much faster than the gracefull stop, but the instance does not have the chance to say goodbye to other SAPinstances in the same system. USE AT YOUR OWN RISK !!</longdesc>
734564
+  <longdesc lang="en">Usually a SAP Instance is stopped by the command 'sapcontrol -nr InstanceNr -function Stop'. SHUTDOWN_METHOD=KILL means to kill the SAP Instance using OS commands. SAP processes of the instance are terminated with 'kill -9', shared memory is deleted with 'cleanipc' and the 'kill.sap' file will be deleted. That method is much faster than the graceful stop, but the instance does not have the chance to say goodbye to other SAPinstances in the same system. USE AT YOUR OWN RISK !!</longdesc>
734564
   <shortdesc lang="en">Shutdown graceful or kill a SAP instance by terminating the processes. (normal|KILL)</shortdesc>
734564
   <content type="string" default="normal"/>
734564
  </parameter>
734564
  <parameter name="ERS_InstanceName" unique="1" required="0">
734564
   <longdesc lang="en">Only used in a Master/Slave resource configuration:
734564
 The full qualified SAP enqueue replication instance name. e.g. P01_ERS02_sapp01ers. Usually this is the name of the SAP instance profile.
734564
-The enqueue replication instance must be installed, before you want to configure a master-slave cluster recource.
734564
+The enqueue replication instance must be installed, before you want to configure a master-slave cluster resource.
734564
 
734564
 The master-slave configuration in the cluster must use this properties:
734564
 clone_max = 2
734564
@@ -209,7 +209,7 @@
734564
   <longdesc lang="en">Only used for ASCS/ERS SAP Netweaver installations without implementing a master/slave resource to
734564
     allow the ASCS to 'find' the ERS running on another cluster node after a resource failure. This parameter should be set
734564
     to true 'only' for the ERS instance for implementations following the SAP NetWeaver 7.40 HA certification (NW-HA-CLU-740). This includes also
734564
-    systems for NetWeaver less than 7.40, if you like to impelemnt the NW-HA-CLU-740 scenario.
734564
+    systems for NetWeaver less than 7.40, if you like to implement the NW-HA-CLU-740 scenario.
734564
   </longdesc>
734564
   <shortdesc lang="en">Mark SAPInstance as ERS instance</shortdesc>
734564
   <content type="boolean" default="false" />
734564
@@ -225,7 +225,7 @@
734564
 <action name="monitor" depth="0" timeout="60s" interval="119s" role="Master" />
734564
 <action name="promote" timeout="320s" />
734564
 <action name="demote" timeout="320s" />
734564
-<action name="reload" timeout="320" />
734564
+<action name="reload" timeout="320s" />
734564
 <action name="validate-all" timeout="5s" />
734564
 <action name="meta-data" timeout="5s" />
734564
 <action name="methods" timeout="5s" />