Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions adoc/SLES4SAP-hana-sr-guide-costopt-15.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2203,7 +2203,9 @@ In the following example, again {sapnode1} and {sapnode2} are used as the two ac
# vi crm-con.txt
# enter the following to crm-con.txt
location loc_{sapnpsid}_never_on_{sapnode1} rsc_SAP_{sapnpsid}_HDB{sapnpino} -inf: {sapnode1}
colocation col_{sapnpsid}_never_with_{sapsid}ip -inf: rsc_SAP_{sapnpsid}_HDB{sapnpino}:Started \
location loc_{sapnpsid}_never_on_promoted_node \
rsc_SAPInstance_{sapnpsid}_HDB{sapnpino} rule -inf: hana_{sapsid}_clone_state eq PROMOTED
colocation col_{sapnpsid}_never_with_{sapsid}_ip -inf: rsc_SAP_{sapnpsid}_HDB{sapnpino}:Started \
rsc_ip_{sapsid}_HDB{sapino}
order ord_{sapnpsid}stop_before_{sapsid}-promote mandatory: rsc_SAP_{sapnpsid}_HDB{sapnpino}:stop \
msl_SAPHana_{sapsid}_HDB{sapino}:promote
Expand Down Expand Up @@ -3580,6 +3582,7 @@ In addition, there are {SUSE} support Technical Information Documents (TIDs) ava
* Diagnostic Data Collection Master TID (7024037)
* Indepth HANA Cluster Debug Data Collection (PACEMAKER, SAP) (7022702)
* SLES for SAP - How To Engage SAP and SUSE to address Product Issues (7021182)
* Anti-colocation rule required for SAP Hana Cost Optimized Scenario as of SLE 15 SP6 (000021629)
// * Basic health check for two-node SAP HANA performance based model (7022984)

The SUSE support knowledgebase containing the TIDs is available at https://www.suse.com/support/kb/.
Expand Down Expand Up @@ -4000,4 +4003,5 @@ include::common_gfdl1.2_i.adoc[]
// - HANA 2.0 SPS05 rev.059 Python 3 needed
// REVISION 1.6c 2024/09
// - requirements, dos and don´ts
//
// REVISION 1.7 2026/02
// - location rule for 15sp6, TID 000021629
Loading