SUSE/saptune

View on GitHub
testdata/etc/sysconfig/saptune_tstorg

Summary

Maintainability
Test Coverage
## Path:           SAP/System Tuning/General
## Description:    Global settings for saptune - the comprehensive optimisation management utility for SAP solutions
## ServiceRestart: saptune

## Type:    string
## Default: ""
#
# When saptune is activated, apply optimisations for these SAP solutions.
# The value is a list of solution names, separated by spaces.
# Run "saptune solution list" to get a comprehensive list of solution names.
TUNE_FOR_SOLUTIONS=""

## Type:    string
## Default: ""
#
# When saptune is activated, apply tuning for these SAP notes in addition to those
# already recommended by the above list of SAP solutions.
# The value is a list of note numbers, separated by spaces.
# Run "saptune note list" to get a comprehensive list of note numbers.
TUNE_FOR_NOTES="1680803 2205917 2684254"

## Type:    string
## Default: ""
#
# When saptune is activated, apply tuning for the notes in exactly the below
# order
# The value is a list of note numbers, separated by spaces.
NOTE_APPLY_ORDER="2205917 2684254 1680803"

## Type:    string
## Default: "3"
#
# Version of saptune
SAPTUNE_VERSION="3"

## Type:    string
## Default: ""
#
# Color scheme used for 'saptune verify'
# Possible values: 'full-green-zebra', 'cmpl-green-zebra', 'full-blue-zebra',
# 'cmpl-blue-zebra', 'full-red-noncmpl', 'red-noncmpl', 'full-yellow-noncmpl'
# 'yellow-noncmpl'
# Refer to the man page for a desciprion of the color schemes.
COLOR_SCHEME="full-green-zebra"