solution

package
v0.0.0-...-5732428 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 15, 2017 License: GPL-3.0 Imports: 1 Imported by: 2

Documentation

Overview

Solutions are collections of relevant SAP notes, all of which are applicable to specific SAP products.

A system can be tuned for more than one solutions at a time.

Index

Constants

View Source
const (
	ArchX86        = "amd64"      // ArchX86 is the GOARCH value for x86 platform.
	ArchPPC64LE    = "ppc64le"    // ArchPPC64LE is the GOARCH for 64-bit PowerPC little endian platform.
	ArchX86_PC     = "amd64_PC"   // ArchX86 is the GOARCH value for x86 platform. _PC indicates PageCache is available
	ArchPPC64LE_PC = "ppc64le_PC" // ArchPPC64LE is the GOARCH for 64-bit PowerPC little endian platform. _PC indicates PageCache is available
)

Variables

View Source
var AllSolutions = map[string]map[string]Solution{
	ArchX86: {
		"BOBJ":             {"1275776", "1984787", "SAP_BOBJ"},
		"SAP-ASE":          {"1275776", "1984787", "SAP_ASE"},
		"HANA":             {"1275776", "1984787", "2205917"},
		"NETWEAVER":        {"1275776", "1984787"},
		"MAXDB":            {"1275776", "1984787"},
		"S4HANA-APPSERVER": {"1275776", "1984787"},
		"S4HANA-DBSERVER":  {"1275776", "1984787", "2205917"},
	},
	ArchPPC64LE: {
		"HANA":             {"1275776", "1984787", "2205917"},
		"NETWEAVER":        {"1275776", "1984787"},
		"MAXDB":            {"1275776", "1984787"},
		"S4HANA-APPSERVER": {"1275776", "1984787"},
		"S4HANA-DBSERVER":  {"1275776", "1984787", "2205917"},
	},
	ArchX86_PC: {
		"BOBJ":             {"1275776", "1984787", "1557506", "SAP_BOBJ"},
		"SAP-ASE":          {"1275776", "1984787", "1557506", "SAP_ASE"},
		"HANA":             {"1275776", "1984787", "1557506", "2205917"},
		"NETWEAVER":        {"1275776", "1984787", "1557506"},
		"MAXDB":            {"1275776", "1984787", "1557506"},
		"S4HANA-APPSERVER": {"1275776", "1984787", "1557506"},
		"S4HANA-DBSERVER":  {"1275776", "1984787", "1557506", "2205917"},
	},
	ArchPPC64LE_PC: {
		"HANA":             {"1275776", "1984787", "1557506", "2205917"},
		"NETWEAVER":        {"1275776", "1984787", "1557506"},
		"MAXDB":            {"1275776", "1984787", "1557506"},
		"S4HANA-APPSERVER": {"1275776", "1984787", "1557506"},
		"S4HANA-DBSERVER":  {"1275776", "1984787", "1557506", "2205917"},
	},

} // Architecture VS solution ID VS note numbers

Functions

func GetSortedSolutionNames

func GetSortedSolutionNames(archName string) (ret []string)

Return all solution names, sorted alphabetically.

Types

type Solution

type Solution []string // Solution is identified by set of note numbers.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL