Resilience for SAP deployments on Google Cloud

This document describes design considerations that help you run resilient and reliable SAP systems on Google Cloud.

Infrastructure and software can fail. The causes and scope of such failures require SAP system deployments to follow certain principles in order to take best advantage of the Google Cloud infrastructure. Combining infrastructure options with resilient SAP software deployment architectures ensures data integrity and protection against data loss or system unavailability.

Resilience and reliability options

You can deploy resilient and robust systems by utilizing capabilities in both infrastructure and application layers to either absorb failures, or allow recovery from failures. To ensure resilience and reliability for SAP system deployments on Google Cloud, we recommend that you consider the following options:

  • Platform resilience: Google Cloud services and products are designed with resilience in mind and have built-in redundancy to attain our published Service Level Agreements. When you deploy your SAP systems in accordance with Google Cloud guidelines and best practices, the underlying platform mechanisms increase the resilience of your SAP system. This lets you continue with your business operations in case of a failure or disaster.
  • High availability (HA): By using infrastructure and software configurations that support HA, you can enable automated system recovery with minimal disruption. This usage also ensures that minimal intervention is required from you in case failures occur in parts of the underlying infrastructure or application software. HA is intended to protect your system against single-component failure or degradation by providing redundancy for your system components.
  • Disaster Recovery (DR): DR enables recovery of business operations in case of failure caused by a disaster. DR involves moving the services and applications to a physically isolated, secondary location from where operations can continue. DR systems extend beyond a single component or service failure to mitigate less frequent but more impactful events. This can include regional events such as natural disasters, power grid loss, and localized events such as fires or human error. DR provisions include the following:
    • Data replication: You can use either software or storage level replication to ensure that your data is transferred to a secondary location with minimal potential data loss.
    • Backups: You can recover a system or database by using backups that are stored separately from your primary data storage. This can include using snapshots or backups uploaded in Cloud Storage, provided the snapshots or backups are stored in a region other than where the system is deployed.

Because these options are complementary, you can combine aspects of each option to increase resilience within your SAP deployments. The options you select affect the recovery time objective (RTO) and recovery point objective (RPO) of your deployment. Therefore, you also need to evaluate the cost of these options against their impact on system resilience and business continuity. We recommend that you carefully consider all the available options and implement them to suit your disaster recovery objectives.

The following section describes an example SAP deployment and the impact that you can expect from different HA and DR configurations on its resilience and reliability.

Example scenarios

Consider a scale-up SAP S/4HANA deployment on Google Cloud. The following table presents example HA and DR configurations that can be applied to this deployment and their expected impact on system resilience and reliability dimensions such as availability, RTO, and RPO.

HA or DR configuration Resilience or reliability dimension Expectation
An HA configuration. Consider the following:
  • us-central1 is the primary region.
  • X4 instances are deployed in two different zones, such as us-central1-a and us-central1-b.
Availability
  • 99.99% or higher for the entire system.
  • 99.9% or higher for each individual instance.
A DR configuration that uses async SAP HANA system replication to a fully memory resident DR system. Consider the following:
  • us-central1 is the primary location.
  • us-east4 is the DR location, and it runs an X4 instance that's the same size as the primary location.
  • Data is pre-loaded in the X4 instance running SAP HANA on the DR location.
  • In the DR location, application servers are either provisioned or you have purchased reservations for them. Note 1
Recovery time A few hours, which might include the time required for DNS propagation to client systems.
Recovery point Minutes, with respect to the last asynchronous replication.
A DR configuration that uses backups with pre-provisioned infrastructure Note 1. Consider a system that uses Backint based backup and recovery. Recovery time Time to recover database from the backup Note 2.
Recovery point To the last point in time in the SAP HANA log backup or snapshot.
A DR configuration that uses backups without pre-provisioned infrastructure Note 3. Consider a system that uses Backint based backup and recovery. Recovery time Several days to provision the infrastructure Note 4 and recover data from backup Note 3.
Recovery point To the last point in time in the SAP HANA log backup or snapshot.

Table notes:

  1. You can deploy your DR solution without pre-provisioning the required infrastructure by reserving the required resources in advance. This is a way to ensure the availability of the required resources when you need to activate your DR solution due to a disaster on the primary location. For more information, see Reservations of Compute Engine zonal resources.
  2. The execution time of a recovery operation depends greatly on the backup solution used and the size of the backup files. To determine exact time expectations for your database size and change rates, you need to evaluate the speed of recovery for the backup solution you use, such as Backint or disk snapshot.
  3. Deploying a DR solution without pre-provisioning or reserving the required resources can lead to situations where the required resources aren't available. This can increase the recovery time of your deployment, which in turn impacts your business operations.
  4. For machine types such as X4, which are not available on demand and need to be ordered, several weeks of lead time might be required without a prior capacity reservation.

Consider the information presented in the preceding table as supplementary to any existing designs and disaster recovery plans that you derive from industry guidelines. For additional information, see the following resources:

Recommendations for resilient deployments

The following sections provide an overview of HA and DR configurations that we recommend for deploying resilient and reliable SAP workloads on Google Cloud.

While we strongly recommend that you implement these recommendations for SAP workloads that host business-critical production operations, you can also implement them for non-production SAP systems where a prolonged outage can have a detrimental impact on your business operations.

For information about the recommendations, see the following sections:

High availability recommendations

  • Use at least two different zones within the same region for deploying instances.
  • Remove single points of failure. You can achieve this by adding additional resources that provide resilience and redundancy to the faulty services or application components in case of failure.
  • Use regional services that have built-in redundancy. For example, use Filestore Enterprise for hosting shared files, and load balancers provided by Cloud Load Balancing.
  • Use automation for failover. Automation limits the need for manual intervention in case of a failure and reduces the impact on business operations. For example, you can use a Linux cluster manager such as Pacemaker.
  • Use redundant network paths. Ensure that you have redundant connectivity into your primary region. Depending on your connectivity requirements, various options are available. For more information, see Google Cloud connectivity.

    To achieve 99.99% availability for your connections to Google Cloud regions, we recommend that you configure multiple connections. For more information, see Establish 99.99% availability for Dedicated Interconnect.

  • Enable live migration and auto-restart policies on Compute Engine resources:

    • To keep compute instances online during Google-initiated maintenance events, you can use live migration by setting the onHostMaintenance property with the MIGRATE (Default) option. For compute instances that don't support live migration, set the automaticRestart property to true (Default). This lets Google restart any instance that becomes unresponsive. For more information, see About host events.
    • For compute instances that don't support live migration or planned maintenance, advanced maintenance controls are available. For more information, see Enable advanced maintenance control for sole-tenant nodes.
  • Before your go-live, test failover in your environment.

Disaster recovery recommendations

  • Host the DR solution in a location other than the primary location. To avoid your DR solution from being impacted by the same event as your primary system, make sure that the two are hosted in different locations.

    Ideally, your DR location must be a different region. However, if using a second region isn't a good option because of data residency or sovereignty concerns, then contact Google Cloud Sales to discuss other available options.

    The following diagram shows the high-level architecture for an SAP HANA deployment on Google Cloud with the following HA and DR provisions:

    • To achieve HA, the primary system has two nodes that are deployed in different zones within the same region.
    • To enable resilience, the primary and DR systems are hosted in different regions, with asynchronous replication.

    High-level architecture diagram for SAP HANA on Google Cloud with
high availability and disaster recovery.

  • Ensure adequate capacity in the DR location.

    • Decide whether your DR system needs to run at the same capacity as the primary system or at a diminished capacity. For databases such as SAP HANA, your DR location must have enough resources to productively operate your SAP workload.
    • Further, check in advance that the required resources are available in your DR location. To ensure resource availability, you can either provision them at the DR location or purchase reservations in advance. Purchasing reservations helps you avoid scenarios where after a failure, resources aren't available due to them being allocated to other Google Cloud customers. This is particularly important for larger compute instance types such as M2 or X4. For information about reservations, see Reservations of Compute Engine zonal resources.

    To achieve greater cost efficiency, the infrastructure in your DR location can be used for non-production workloads, and switched over to serve your production workload during a DR event. However, this comes at the cost of an increased recovery time.

  • Validate connectivity to your DR location. As with the redundant network paths to your primary location, consider adding additional fall-back options such as Cloud VPN.

  • Identify signals that can be used to identify a disaster. These signals help in making the decision about when to trigger your DR solution. The following are examples of some such signals:

    • Information about the health of Google Cloud services from Google Cloud service health.
    • Complete loss of instance availability as reported by Cloud Monitoring, as configured for your Google Cloud projects.
    • Communication from Google Cloud Customer Care or the representative of your Google Cloud account, that advises on outages and potential resolution times.
    • Logical corruptions to your database that are determined by the users or administrators of your SAP system, which cannot be solved by HA mechanisms.
  • Test your DR solution regularly. Ensure that your solution works in case of a disaster. This can affect your day-to-day operations. If your operations allow, then consider operating symmetrically over your primary and secondary locations, and rotate operations between them every 3 to 6 months.

  • Use replication to achieve the best recovery point. Replication gives a near-real-time version of your primary site on your DR site. The following replication options are available, depending on how your SAP workload is designed:

    • Database level replication by leveraging mechanisms such as SAP HANA system replication, which replicates at a logical level between the primary and the DR site.
    • Storage level replication by leveraging mechanisms such as PD Async Replication, which replicates at a block storage level. Depending on the storage option used by your SAP workload, the available storage level replication options differ.

    Make sure to monitor the replication by using an appropriate tool, such as SAP HANA Cockpit. This helps in verifying that your SAP workload has been fully replicated before your DR solution gets triggered in case of a DR event.

  • Use data backups to provide point-in-time recoverability.

    • To create redundancy, use multiple storage locations to store your backups. For example:
    • Use incremental or differential backups, which can include storing snapshots on Google Cloud.
    • Monitor your backups to ensure that they are being correctly created in accordance with your backup strategy. For a complete data protection solution, consider using Google Cloud's Backup and DR Service.
    • Periodically test your backups to ensure that they are recoverable in case of a disaster and review how long it takes to recover your system or database. It is advisable to test recovery once every backup cycle, which usually spans 28 days.
    • Safeguard your backups as you would your primary system, for example, by using storage retention settings and encryption keys.

Other recommendations

  • Evaluate the cost of the HA and DR configurations against the impact that they have on the following aspects of your business:
    • Potential downtime in operations and business transactions.
    • Potential data loss resulting in the loss of sales, customer, or vendor confidence, or compliance failures.
  • All businesses have unique considerations. If your particular situation requires a more customized solution, then don't hesitate to contact Google Cloud Sales.

What's next