Skip to content

Commit

Permalink
SLES saptune - new version available (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPitterling authored Sep 23, 2024
1 parent 4cbc9eb commit e8feac9
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions scripts/lib/check/0441_saptune_sles.check
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ function check_0441_saptune_sles {
# MODIFICATION SECTION>>
local -r sapnote='#1275776' #1275776 - Linux: Preparing SLES for SAP environments

local -r sles125='3.1.2-4.21.1'
local -r sles151='3.1.2-150100.8.33.1'
local -r sles154='3.1.2-150400.15.4.1'
local -r sles125='3.1.3'
local -r sles15x='3.1.3'
# MODIFICATION SECTION<<

local _goodversion
Expand All @@ -34,14 +33,13 @@ function check_0441_saptune_sles {

case "${OS_VERSION}" in

12.5 ) : "${sles125}" ;;
15.[1-3] ) : "${sles151}" ;;
15.* ) : "${sles154}" ;;
12.5 ) : "${sles125}" ;;
15.* ) : "${sles15x}" ;;

*)
logCheckWarning 'Check does not support SLES release.' "(is: ${OS_VERSION}) - <${FUNCNAME[0]}>"
_retval=1
;;
*)
logCheckWarning 'Check does not support SLES release.' "(is: ${OS_VERSION}) - <${FUNCNAME[0]}>"
_retval=1
;;
esac

_goodversion="$_"
Expand Down

0 comments on commit e8feac9

Please sign in to comment.