Initial s390-tools-2.0.0 import

This commit is based on the s390-tools-1.39.0 version.

Changes on top of s390-tools-1.39.0:

 - Add MIT license to all source files
 - Add LICENSE file
 - Transform REAMDE to README.md (markdown)
 - Add AUTHORS.md file
 - Add CONTRIBUTING.md file
 - Move changelog from README to CHANGELOG.md file

Reviewed-by: Stefan Haberland <sth@linux.vnet.ibm.com>
Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
This commit is contained in:
Michael Holzheu
2017-08-07 16:13:17 +02:00
commit b627b8d8e1
647 changed files with 168974 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
#
# Apply control program identification (CPI) settings
#
# The system and sysplex names consist of up to eight characters of
# the following set: A-Z, 0-9, $, @, #, and blank.
#
# CPI system name
#
CPI_SYSTEM_NAME=""
#
# CPI sysplex name
#
CPI_SYSPLEX_NAME=""
+61
View File
@@ -0,0 +1,61 @@
#
# s390 dump config
#
# Configures the actions which should be performed after a kernel panic
# and on PSW restart.
#
# The following actions are supported:
#
# * stop: Stop Linux (default)
# * dump: Dump Linux with stand-alone dump tool
# * vmcmd: Issue z/VM CP commands
# * reipl: Re-IPL Linux using setting under /sys/firmware/reipl
# * dump_reipl: First dump Linux with stand-alone dump tool, then re-IPL Linux
# using setting under /sys/firmware/reipl
#
# For the actions "reipl" and "dump_reipl" the DELAY_MINUTES keyword may
# be used to delay the activation of dumpconf.
# Thus potential reipl loops caused by kernel panics
# which persistently occur early in the boot process can be prevented.
# Dump on CCW device (DASD) and re-IPL after dump is complete.
# The re-IPL device, as specified under "/sys/firmware/reipl", is used.
# The activation of dumpconf is delayed by 5 minutes.
#
# ON_PANIC=dump_reipl
# DUMP_TYPE=ccw
# DEVICE=0.0.4e13
# DELAY_MINUTES=5
#
# Dump on fcp device (SCSI Disk)
#
# ON_PANIC=dump
# DUMP_TYPE=fcp
# DEVICE=0.0.4711
# WWPN=0x5005076303004711
# LUN=0x4711000000000000
# BOOTPROG=0
# BR_LBA=0
#
# Use VMDUMP
#
# ON_PANIC=vmcmd
# VMCMD_1="MESSAGE * Starting VMDUMP"
# VMCMD_2="VMDUMP"
# VMCMD_3="IPL 4711"
#
# Stop Linux (default)
#
# ON_PANIC=stop
#
# Re-IPL Linux
# The re-IPL device, as specified under "/sys/firmware/reipl", is used.
# Since the DELAY_MINUTES keyword is omitted, there is no delay and
# dumpconf becomes active immediately during system startup.
#
# ON_PANIC=reipl
+9
View File
@@ -0,0 +1,9 @@
## Path: System/Monitoring/s390-tools/mon_fsstatd
## Description: Linux - z/VM Monitor Daemon for process and filesystem data.
## Type: integer(1:)
## Default: 60
#
# Monitor interval in seconds for filesystem monitoring.
#
FSSTAT_INTERVAL=60
+9
View File
@@ -0,0 +1,9 @@
## Path: System/Monitoring/s390-tools/mon_procd
## Description: Linux - z/VM Monitor Daemon for process and filesystem data.
## Type: integer(1:)
## Default: 60
#
# Monitor interval in seconds for process monitoring.
#
PROC_INTERVAL=60
+28
View File
@@ -0,0 +1,28 @@
## Path: System/Monitoring/s390-tools/mon_statd
## Description: Linux - z/VM Monitor Daemon for process and filesystem data.
## Type: integer(1:)
## Default: 60
#
# Monitor interval in seconds for filesystem monitoring.
#
FSSTAT_INTERVAL=60
## Type: integer(1:)
## Default: 60
#
# Monitor interval in seconds for process monitoring.
#
PROC_INTERVAL=60
## Type: yesno
## Default: no
#
# Set this to "yes" if you want to enable filesystem monitoring.
FSSTAT="no"
## Type: yesno
## Default: no
#
# Set this to "yes" if you want to enable process monitoring.
PROC="no"