Skip to content

Commit c839db8

Browse files
Merge pull request #293199 from msftrobiro/sap-hana-angi-correct-trace-jan17
Correct susHanaSR tracing parameter
2 parents 4b623f0 + 258dea8 commit c839db8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/sap/workloads/sap-hana-high-availability.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ sapcontrol -nr <instance number> -function StopSystem
436436
437437
[trace]
438438
ha_dr_sushanasr = info
439-
ha_dr_saphanasr = info
439+
ha_dr_suschksrv = info
440440
```
441441
442442
If you point parameter path to the default `/usr/share/SAPHanaSR-angi` location, the Python hook code updates automatically through OS updates or package updates. HANA uses the hook code updates when it next restarts. With an optional own path like `/hana/shared/myHooks`, you can decouple OS updates from the hook version that you use.
@@ -486,7 +486,8 @@ sapcontrol -nr <instance number> -function StopSystem
486486
#### [SAPHanaSR-angi](#tab/saphanasr-angi)
487487
```bash
488488
cdtrace
489-
grep HADR.*load.*SAPHanaSR nameserver_*.trc
489+
grep HADR.*load.*susHanaSR nameserver_*.trc
490+
grep susHanaSR.init nameserver_*.trc
490491
# Example output
491492
# ha_dr_provider HADRProviderManager.cpp(00083) : loading HA/DR Provider 'susHanaSR' from /usr/share/SAPHanaSR-angi
492493
```

0 commit comments

Comments
 (0)