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
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`.
3. Try to determine the `NIC` information manually. In this example, based on the IP address and netmask, we can successfully find `ens6` from the route table:
190
190
@@ -313,19 +313,19 @@ SAP HANA DB doesn't start, and it returns an `unknown error` error message.
313
313
314
314
Pacemaker can't start the SAP HANA resource if there are `SYN` failures between the primary and secondary nodes:
315
315
316
-
```bash
317
-
sudo SAPHanaSR-showAttr
318
-
```
319
-
```output
320
-
Global cib-time maintenance
321
-
--------------------------------------------
322
-
global Fri Aug 23 11:47:32 2024 false
323
-
324
-
Hosts clone_state lpa_fh9_lpt node_state op_mode remoteHost roles score site srmode sync_state version vhost
@@ -486,7 +486,7 @@ When you run the `sudo pcs status --full` command, the `node attributes` status
486
486
* master-SAPHana_XXX_00 : 150
487
487
```
488
488
489
-
The Migration summary reporting `INF` fail-count with failed SAP HANA resource action reporting start failures due to "not running".
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 setto 1000000 (INF,infinity).
0 commit comments