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
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -270,12 +270,12 @@ SAP HANA DB doesn't start, and it returns an `unknown error` error message.
7. Exit the SAP Admin account, and then remove the cluster from maintenance mode:
@@ -450,7 +450,7 @@ The SAP HANA resource can't be started by Pacemaker if there are `SYN` failures
450
450
451
451
### Scenario 3, Symptom 2: SAP HANA doesn't start because of replication failure
452
452
453
-
The SAP HANA resource experiences startup failures, and its `hana_xxx_roles` attribute shows `1:N:primary1::worker:`. The `N` status indicates that the resource is out of sync and running in standalone mode. The database resource is neither primary nor secondary on any node.
453
+
The SAP HANA resource experiences startup failures, and its `hana_xxx_roles` attribute shows `1:N:master1::worker:`. The `N` status indicates that the resource is out of sync and running in standalone mode. The database resource is neither primary nor secondary on any node.
454
454
455
455
When you run the `sudo pcs status --full` command, the `node attributes` status is shown as follows:
456
456
@@ -463,7 +463,7 @@ When you run the `sudo pcs status --full` command, the `node attributes` status
463
463
* hana_XXX_clone_state : UNDEFINED
464
464
* hana_XXX_op_mode : logreplay
465
465
* hana_XXX_remoteHost : node-1
466
-
* hana_XXX_roles : 1:N:primary1::worker:
466
+
* hana_XXX_roles : 1:N:master1::worker:
467
467
* hana_XXX_site : SITE1
468
468
* hana_XXX_srah : -
469
469
* hana_XXX_srmode : sync
@@ -474,7 +474,7 @@ When you run the `sudo pcs status --full` command, the `node attributes` status
@@ -483,7 +483,7 @@ When you run the `sudo pcs status --full` command, the `node attributes` status
483
483
* hana_XXX_version : 2.00.079.00
484
484
* hana_XXX_vhost : node-1
485
485
* lpa_XXX_lpt : 1733552029
486
-
*primary-SAPHana_XXX_00 : 150
486
+
*mastery-SAPHana_XXX_00 : 150
487
487
```
488
488
489
489
This Migration summary indicates that the SAP HANA resource (SAPHana_XXX_00) failed to start on both nodes (node-0 and node-1). The fail count is set to 1000000 (infinity).
0 commit comments