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
@@ -701,11 +701,10 @@ Make sure to assign the custom role to the service principal at all VM (cluster
701
701
702
702
5. **[A]** Check the *cloud-netconfig-azure* package version.
703
703
704
-
705
704
Check the installed version of the *cloud-netconfig-azure* package by running **zypper info cloud-netconfig-azure**. If the version is earlier than 1.3, we recommend that you update the *cloud-netconfig-azure* package to the latest available version.
706
705
707
-
> [!TIP]
708
-
> If the version in your environment is 1.3 or later, it's no longer necessary to suppress the management of network interfaces by the cloud network plug-in.
706
+
> [!TIP]
707
+
> If the version in your environment is 1.3 or later, it's no longer necessary to suppress the management of network interfaces by the cloud network plug-in.
709
708
710
709
**Only if the version of cloud-netconfig-azure is lower than 1.3**, change the configuration file forthe network interface as shownin the following code to prevent the cloud network plug-in from removing the virtual IP address (Pacemaker must control the assignment). For more information, see [SUSE KB 7023633](https://www.suse.com/support/kb/doc/?id=7023633).
711
710
@@ -761,7 +760,7 @@ Make sure to assign the custom role to the service principal at all VM (cluster
761
760
```
762
761
763
762
> [!IMPORTANT]
764
-
> The installed version of the *fence-agents* package must be 4.4.0 or later to benefit from the faster failover times with the Azure fence agent, when a cluster node is fenced. If you're running an earlier version, we recommend that you update the package.
763
+
> The installed version of the *fence-agents* package must be 4.4.0 or later to benefit from the faster failover times with the Azure fence agent, when a cluster node is fenced. If you're running an earlier version, we recommend that you update the package.
765
764
766
765
> [!IMPORTANT]
767
766
> If using managed identity, the installed version of the *fence-agents* package must be -
@@ -947,7 +946,6 @@ Make sure to assign the custom role to the service principal at all VM (cluster
947
946
> [!NOTE]
948
947
> The 'pcmk_host_map' option is required in the command only if the hostnames and the Azure VM names are *not* identical. Specify the mapping in the format *hostname:vm-name*.
If you set `AUTOMATED_REGISTER="false"`, this command should migrate the SAP HANA master node and the group that contains the virtual IP address to `hn1-db-1`.
764
+
The cluster would migrate the SAP HANA master node and the group containing virtual IP address to `hn1-db-1`.
764
765
765
766
After the migration is done, the `sudo pcs status` output looks like:
766
767
@@ -775,7 +776,7 @@ Resource Group: g_ip_HN1_03
775
776
vip_HN1_03 (ocf::heartbeat:IPaddr2): Started hn1-db-1
776
777
```
777
778
778
-
The SAP HANA resource on `hn1-db-0` is stopped. In this case, configure the HANA instance as secondary by running these commands, as **hn1adm**:
779
+
With `AUTOMATED_REGISTER="false"`, the cluster would not restart the failed HANA database or register it against the new primary on `hn1-db-0`. In this case, configure the HANA instance as secondary by running these commands, as **hn1adm**:
# High availability for SAP HANA on Azure VMs on SUSE Linux Enterprise Server
@@ -775,7 +775,7 @@ You can migrate the SAP HANA master node by running the following command:
775
775
crm resource move msl_SAPHana_<HANA SID>_HDB<instance number> hn1-db-1 force
776
776
```
777
777
778
-
If you set `AUTOMATED_REGISTER="false"`, this sequence of commands migrates the SAP HANA master node and the group that contains the virtual IP address to `hn1-db-1`.
778
+
The cluster would migrate the SAP HANA master node and the group containing virtual IP address to `hn1-db-1`.
779
779
780
780
When the migration is finished, the `crm_mon -r` output looks like this example:
781
781
@@ -797,7 +797,7 @@ Failed Actions:
797
797
last-rc-change='Mon Aug 13 11:31:37 2018', queued=0ms, exec=2095ms
798
798
```
799
799
800
-
The SAP HANA resource on `hn1-db-0` fails to start as secondary. In this case, configure the HANA instance as secondary by running this command:
800
+
With `AUTOMATED_REGISTER="false"`, the cluster would not restart the failed HANA database or register it against the new primary on `hn1-db-0`. In this case, configure the HANA instance as secondary by running this command:
0 commit comments