Skip to content

Commit

Permalink
SLES / RHEL - clock_gettime @ IBM Power - hanging HANA callstacks (#231
Browse files Browse the repository at this point in the history
)

HANA issue 310644 - No TID/SAP Note available
  • Loading branch information
PeterPitterling authored Oct 6, 2024
1 parent eb8c2e7 commit 010296d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions scripts/lib/check/0011_os_kernel_knownissue_sles.check
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ function check_0011_os_kernel_knownissue_sles {
)

local -ar _sles_ibmpower=(\
'15.5' '5.14.21-150500.53.2' '5.14.21-150500.55.36.0' '#HANA issue 310644' \
'15.4' '5.14.21-150400.22.1' '5.14.21-150400.24.97.0' '#HANA issue 310644' \
'15.4' '5.14.21-150400.22.1' '5.14.21-150400.24.11.0' '#bsc#1199173' \
'15.1' '4.12.14-195.1' '4.12.14-150100.197.114.1' '#3165100,3159746' \
'12.5' '4.12.14-120.1' '4.12.14-122.116.0' '#3165100,3159746' \
Expand Down Expand Up @@ -86,6 +88,8 @@ function check_0011_os_kernel_knownissue_sles {

#SUSE TID 000021453 - Database corruption after updating to kernel-default-4.12.14-122.212

# clock_gettime @ IBM Power - hanging HANA callstacks - HANA issue 310644 - No TID/SAP Note available

# PRECONDITIONS
if ! LIB_FUNC_IS_SLES; then

Expand Down
16 changes: 8 additions & 8 deletions scripts/lib/check/0021_os_kernel_knownissues_rhel.check
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@ function check_0021_os_kernel_knownissues_rhel {
'7.9' '3.10.0-1160.1' '3.10.0-1160.999' '#3323613' \
)

# local -ar _rhel_ibmpower=(\
# '8.2' '4.18.0-193.el8' '4.18.0-193.999.el8' '#3165100,3159746' \
# )
local -ar _rhel_ibmpower=(\
'9.2' '5.14.0-284.1' '5.14.0-284.21.1' '#HANA issue 310644' \
'9.0' '5.14.0-70.1' '5.14.0-70.63.1' '#HANA issue 310644' \
)
# MODIFICATION SECTION<<

#RHSA-2020:1372 - [HPE 8.0 BUG] System crash when reading /sys/block//mq/0/cpu_list file (BZ#1797960)
#3159746 - Hana Revision 6x crashes on Linux kernel 4.12 or 4.18 on IBM Power platform
#3165100 - Advices on permanent solutions for the issue in SAP note 3165087
#KCS-6981979 RHEL 8: Slower application Read/Write file IO performance
#KCS-6740861 Percpu memory accounts for a large percentage of memory
#1928533 - SAP Applications on Microsoft Azure: Supported Products and Azure VM types - M832ixs_v2

#3323613 - Azure - Linux OS Crash due to large number of disable/enable requests for VMs using Accelerated Networking

# clock_gettime @ IBM Power - hanging HANA callstacks - HANA issue 310644 - No TID/SAP Note available

# PRECONDITIONS
if ! LIB_FUNC_IS_RHEL; then

Expand All @@ -49,9 +49,9 @@ function check_0021_os_kernel_knownissues_rhel {

_rhel_all+=("${_rhel_azure[@]}")

# elif LIB_FUNC_IS_IBMPOWER; then
elif LIB_FUNC_IS_IBMPOWER; then

# _rhel_all+=("${_rhel_ibmpower[@]}")
_rhel_all+=("${_rhel_ibmpower[@]}")

fi

Expand Down

0 comments on commit 010296d

Please sign in to comment.