Skip to content

Commit b296ab3

Browse files
authored
Fix formatting issues in troubleshooting guide.
1 parent 03d834f commit b296ab3

1 file changed

Lines changed: 26 additions & 26 deletions

File tree

support/azure/virtual-machines/linux/troubleshoot-rhel-pacemaker-cluster-services-resources-startup-issues.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -171,20 +171,20 @@ vip_HN1_03_start_0 on node-1 'unknown error' (1): call=30, status=complete, exit
171171
172172
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`.
173173
174-
For example:
174+
For example:
175175
176-
Check the `IPaddr2` settings:
176+
Check the `IPaddr2` settings:
177177
178-
```bash
179-
sudo pcs resource show vip_HN1_03
180-
```
181-
```output
182-
Resource: vip_HN1_03 (class=ocf provider=heartbeat type=IPaddr2)
183-
Attributes: ip=172.17.10.10 cidr_netmask=24 nic=ens6
184-
Operations: start interval=0s timeout=20s (vip_HN1_03-start-timeout-20s)
185-
stop interval=0s timeout=20s (vip_HN1_03-stop-timeout-20s)
186-
monitor interval=10s timeout=20s (vip_HN1_03-monitor-interval-10s)
187-
```
178+
```bash
179+
sudo pcs resource show vip_HN1_03
180+
```
181+
```output
182+
Resource: vip_HN1_03 (class=ocf provider=heartbeat type=IPaddr2)
183+
Attributes: ip=172.17.10.10 cidr_netmask=24 nic=ens6
184+
Operations: start interval=0s timeout=20s (vip_HN1_03-start-timeout-20s)
185+
stop interval=0s timeout=20s (vip_HN1_03-stop-timeout-20s)
186+
monitor interval=10s timeout=20s (vip_HN1_03-monitor-interval-10s)
187+
```
188188
189189
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:
190190
@@ -313,19 +313,19 @@ SAP HANA DB doesn't start, and it returns an `unknown error` error message.
313313
314314
Pacemaker can't start the SAP HANA resource if there are `SYN` failures between the primary and secondary nodes:
315315

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
325-
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
326-
node-0 DEMOTED 10 online logreplay node-1 4:S:master1:master:worker:master 5 SITEA syncmem SOK 2.00.046.00.1581325702 node-0
327-
node-1 PROMOTED 1693237652 online logreplay node-0 4:P:master1:master:worker:master 150 SITEA syncmem PRIM 2.00.046.00.1581325702 node-1
328-
```
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
325+
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
326+
node-0 DEMOTED 10 online logreplay node-1 4:S:master1:master:worker:master 5 SITEA syncmem SOK 2.00.046.00.1581325702 node-0
327+
node-1 PROMOTED 1693237652 online logreplay node-0 4:P:master1:master:worker:master 150 SITEA syncmem PRIM 2.00.046.00.1581325702 node-1
328+
```
329329

330330
### Workaround for scenario 3, symptom 1
331331

@@ -486,7 +486,7 @@ When you run the `sudo pcs status --full` command, the `node attributes` status
486486
* master-SAPHana_XXX_00 : 150
487487
```
488488

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 set to 1000000 (INF,infinity).
490490

491491
```bash
492492
sudo pcs status

0 commit comments

Comments
 (0)