
Skill
sdaf-ha-topology
design high-availability SAP topologies
Description
Choose the documented SDAF high-availability design before SAP-system deployment. Use when a user asks which HA topology to deploy, whether to use AFA or SBD, AFS or ANF, HANA scale-up or scale-out, whether ANGI is allowed, or which HA inputs must be set before deployment. Ground answers in the current support matrix, Ansible roles, sample tfvars, and validation logic. Do NOT use for live cluster diagnosis (sdaf-ha-diagnostics) or for running the installers (sdaf-sap-installation).
SKILL.md
SDAF HA Topology
Context-primer for pre-deploy HA design. Keep this skill short and route to
references/topology-decision-guide.md
for the detailed OS/DB/storage matrices, sample-backed examples, and source
map.
When to invoke
Trigger on:
- "Which SDAF HA topology should I use?"
- "AFA or shared-disk / iSCSI quorum?"
- "AFS or ANF for this SAP HA design?"
- "Should HANA stay scale-up or move to scale-out?"
- "Can I enable SAPHanaSR-angi on this OS release?"
- "What HA inputs do I need in system tfvars before deployment?"
Do NOT trigger on:
- a live cluster failure, fencing event, or
crm/pcsdiagnosis — usesdaf-ha-diagnostics - running numbered install stages or partial-install recovery — use
sdaf-sap-installation - generic SAP-system Terraform deployment without an HA design question — use
sdaf-sap-system
Preconditions
Before answering, know or ask for:
- target operating system and version
- target database platform
- whether HA is required for central services, the database tier, or both
- whether the question is design-time or an already-deployed cluster problem
Decision loop
- Confirm the support boundary first. Start with
docs/supportability.md. A listed OS, database, or storage option does not make every cross-combination valid. If the requested combination is not explicitly backed by current docs and code, say docs are silent and stop. - Split the question into layers. Treat HA as separate design choices for:
- SAP central services:
scs_server_count,scs_high_availability,scs_cluster_type - database tier:
database_high_availability,database_cluster_type, and for HANAdatabase_HANA_use_scaleout_scenario
- SAP central services:
- Confirm the documented platform path. Use
docs/supportability.mdand the current SAP-system input documentation. Do not infer that every listed database has an SDAF-managed HA topology. - Choose quorum / fencing deliberately. The tfvar contract exposes
AFA,ASD, andISCSIfor both SCS and DB tiers. AFA needs fencing credentials unlessuse_msi_for_clusters = true. ASD / ISCSI take the SBD path, so the OS release must satisfy the current role gates before cluster creation. - Choose shared storage deliberately. Use current docs and mount logic:
AFSfor shared SAP file systems onlyANFfor applicable shared and database file systems- custom
NFSas organization-owned design, not a Microsoft-owned reference
- Handle HANA-only forks explicitly. For HANA, decide scale-up vs
scale-out and, separately, whether
use_saphanasr_angiis allowed on the target OS. Do not apply scale-out or ANGI guidance to Oracle, DB2, ASE, or SQL Server. - Route rather than guess. If the user is asking how to deploy the chosen
design, hand off to
sdaf-sap-system. If the user is asking why an existing cluster failed, hand off tosdaf-ha-diagnostics.
Validate before deployment
Use the documented SAP-system validation step as the pre-deploy gate. For HA answers, make sure the selected path can supply:
- cluster-aware base inputs:
database_high_availability,database_cluster_type,scs_high_availability,scs_cluster_type,use_msi_for_clusters,platform - for SCS HA: shared storage,
NFS_provider, and central-services load-balancer inputs - for AFA without MSI: fencing client ID, password, subscription, and tenant
- for HANA / DB2 AFA database HA: the database load-balancer IP
- for HANA scale-out: standby / observer / shared-storage inputs that match the selected path
Hard safety rules
- Do not infer support from one sample, one BOM, or one tfvar alone.
- Do not promise an ASE database-HA topology from the current DB-HA playbook.
- Do not apply HANA-only scale-out or ANGI guidance to non-HANA databases.
- Do not use Azure Files NFS as a database-file-system answer.
- Do not generalize Pacemaker validation guidance to Windows clustering.
- If docs, samples, and current roles disagree, stop and call out the mismatch.
Hand-off
- deploy the chosen infrastructure path ->
sdaf-sap-system - run OS / DB / SAP install stages ->
sdaf-sap-installation - diagnose a live cluster or fencing issue ->
sdaf-ha-diagnostics - run post-deploy HA checks ->
sdaf-quality-assurance
More skills from the sap-automation repository
View all 18 skillssdaf-bom-selection
select SAP Bill of Materials
Sep 2AzureConfigurationSAPsdaf-control-plane-bootstrap
deploy SDAF control plane infrastructure
Sep 2AzureDeploymentInfrastructureSAPsdaf-failure-triage
triage failed SAP automation runs
Sep 2AzureDiagnosticsOperationsSAP +1sdaf-ha-diagnostics
diagnose SDAF high-availability cluster failures
Sep 2AzureDiagnosticsOperationsSAPsdaf-media-acquisition
acquire SAP installation media
Sep 2AzureOperationsSAPsdaf-media-diagnostics
diagnose SDAF media and BOM processing
Sep 2AzureDiagnosticsSAPStorage
More from Azure (Microsoft)
View publisherazure-arg-external-evaluation-policy-author
author and test Azure Resource Graph policies
azure-policy
Jul 12AzureComplianceGovernancePolicyazure-blueprints-migration
migrate Azure Blueprints to Template Specs
azure-blueprints
Aug 20AzureDeploymentInfrastructure as CodeMigrationsdaf-orientation-and-surface
orient users to SDAF architecture
sap-automation
Sep 2ArchitectureAzureDocumentationSAPsdaf-plan-and-test-semantics
manage SDAF plan and test semantics
sap-automation
Sep 2AutomationAzureAzure DevOpsCI/CD +1sdaf-quality-assurance
validate deployed SDAF SAP systems
sap-automation
Sep 2AutomationAzureQuality AssuranceSAP