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
Copy file name to clipboardExpand all lines: support/azure/virtual-machines/linux/troubleshoot-rhel-pacemaker-cluster-services-resources-startup-issues.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ The following `/etc/corosync/corosync.conf` extract enables **VoteQuorum** servi
73
73
74
74
1. As a precaution, make a full backup or take a snapshot before you make any changes. For more information, see [Azure VM backup](/azure/backup/backup-azure-vms-introduction).
75
75
76
-
2. Check for missing quorum stanza in `/etc/corosync/corosync.conf`. Compare the existing `corosync.conf` with any backup that's available in `/etc/corosync/`.
76
+
2. Check for missing quorum section in `/etc/corosync/corosync.conf`. Compare the existing `corosync.conf` with any backup that's available in `/etc/corosync/`.
1. To choose which network adapter (or `NIC`: Network Interface Card) to start the `IPAddr2` resource on, `IPaddr2` invokes the `findif()` function, as defined in `/usr/lib/ocf/resource.d/heartbeat/IPaddr2`(belongs to the `resource-agents` package).
170
+
1. To choose which network adapter (NIC) to start the `IPAddr2` resource on, `IPaddr2` invokes the `findif()` function, as defined in `/usr/lib/ocf/resource.d/heartbeat/IPaddr2`that is contained in the `resource-agents` package.
171
171
172
172
2. The correct network adapter is determined by the options that are set on the `IPAddr2` resource, such as `ip` (required), `cidr_netmask`, and `broadcast`.
The SAP HANA resource can't be started by Pacemaker if there are `SYN` failures between the primary and secondary cluster nodes. To mitigate this issue, you must manually enable `SYN` between the primary and secondary nodes.
335
335
@@ -403,7 +403,7 @@ The SAP HANA resource can't be started by Pacemaker if there are `SYN` failures
403
403
404
404
5. After you enable replication, check the system replication status by using the SAP system administrator account. In this situation, the user admin account is `hn1adm`.
405
405
406
-
On the primary node, check the overall system replication status: `ACTIVE`.
406
+
On the primary node, verify that the overall system replication status is `ACTIVE`.
407
407
408
408
If the database nodes are still not synchronized, the SAP administrator should troubleshoot the issue by reviewing the SAP logs to make sure that the database nodes are correctly synchronized:
409
409
@@ -457,7 +457,8 @@ The SAP HANA resource can't be started by Pacemaker if there are `SYN` failures
457
457
458
458
SAP HANA Resource Reporting N (Standalone) mode experiences start failures with `hana_xxx_roles`.
459
459
The cluster node database resource is a primary or secondary. Standalone node mode with `hana_xxx_roles` reporting **N**.
460
-
The `node attributes` status is shown as follows when we execute `sudo pcs status --full`:
460
+
461
+
When you run the `sudo pcs status --full` command, the `node attributes` status is shown as follows:
461
462
462
463
```bash
463
464
sudo pcs status --full
@@ -492,6 +493,7 @@ Node Attributes:
492
493
```
493
494
494
495
The Migration summary reporting `INF` fail-count with failed SAP HANA resource action reporting start failures due to "not running".
496
+
495
497
```bash
496
498
sudo pcs status
497
499
```
@@ -624,12 +626,12 @@ Jun 9 23:29:16 nodeci SAPRH2_00[340486]: Unable to change to Directory /usr/sap
624
626
625
627
### Cause
626
628
627
-
Because of incorrect `InstanceName` and `START_PROFILE` attributes, the SAP instances, ASCS and ERS, didn't start under cluster control.
629
+
Because of incorrect `InstanceName` and `START_PROFILE` attributes, the SAP instances such as ASCS and ERS, didn't start under cluster control.
628
630
629
631
### Resolution
630
632
631
633
> [!Note]
632
-
> This resolution is applicable if `InstanceName` and `START_PROFILE` are individual attributes.
634
+
> This resolution is applicable if `InstanceName` and `START_PROFILE` are separate files.
633
635
634
636
1. As a precaution, make a full backup or take a snapshot before you make any changes. For more information, see [Azure VM backup](/azure/backup/backup-azure-vms-introduction).
0 commit comments