Created
March 7, 2016 00:36
-
-
Save AdrianKoshka/83ad94c93db1d3b71d29 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PUSERIAL 000069 # CPU serial number | |
| CPUMODEL 2086 # CPU model number | |
| MAINSIZE 1024 # Main storage size in megabytes | |
| XPNDSIZE 0 # Expanded storage size in megabytes | |
| CNSLPORT 3270 # TCP port number to which consoles connect | |
| NUMCPU 4 # Number of CPUs | |
| LOADPARM 0120.... # IPL parameter | |
| OSTAILOR LINUX # OS tailoring | |
| PANRATE SLOW # Panel refresh rate (SLOW, FAST) | |
| ARCHMODE ESAME # Architecture mode ESA/390 or ESAME | |
| # .-----------------------Device number | |
| # | .-----------------Device type | |
| # | | .---------File name and parameters | |
| # | | | | |
| # V V V | |
| #--- ---- -------------------- | |
| # console | |
| 001F 3270 | |
| # terminal | |
| 0009 3215 | |
| # dasd | |
| 0120 3390 ./dasd/SLES11.3390-9 | |
| 0121 3390 ./dasd/SLES11.swap | |
| # network s390 realbox | |
| 0A00,0A01 CTCI -n /dev/net/tun -t 1500 10.1.1.6 10.1.1.1 255.255.255.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment