# # Configuration file for Hercules & IBM OS/390 V1R2 ADCD # based on my configfile for OS/390 V2R10 DemoPKG and # README.MVS from CD1 # # Version 1.0 by orsg # CPUSERIAL 000000 # CPU serial number CPUMODEL 9672 # CPU model number // G1-G6: 9672, MP3000: 7060 MAINSIZE 512 # Main storage size in megabytes XPNDSIZE 0 # Expanded storage size in megabytes CNSLPORT 3270 # TCP port number to which consoles connect NUMCPU 2 # Number of CPUs NUMVEC 1 # Vector facilities emulated TZOFFSET +0100 OSTAILOR OS/390 # OS tailoring PANRATE SLOW # Panel refresh rate ARCHMODE ESA/390 # Architecture mode S/370, ESA/390 or ESAME PGMPRDOS LICENSED # Allow OS/390 and Z/OS systems to run # # IPL parameter # LOADPARM 026000 # # Device list # 0700 3270 # master console 0701 3270 # local TSO 1 0702 3270 # local TSO 2 0900 3270 # local TSO 3 0901 3270 # local TSO 4 # I've converted the DASD images to compressed ones: # e.g. dasdcopy -z -o cckd PR39R2_1.260 PR39R2.cckd 0260 3390 PR39R2.cckd # base MVS system software target 0261 3390 PR39D2.cckd # base MVS system software distribution libraries 0122 3380 MVSWK1.cckd # Additional Base products ######################################################################### # IPL from 260 # # Respond as follows: # # IEA101A SPECIFY SYSTEM PARAMETERS FOR OS/390 01.02.00 JBB6602 # => just press Enter # # # IEA343D NUCLEUS OVERLAPS PLPA, RE-IPL OR REPLY 'GO' FOR COLD START # => R 00,GO # # # *01 $HASP426 SPECIFY OPTIONS - JES2 OS 1.1.0 # warm start => R 01,WARM,NOREQ # cold start => R 01,FORMAT,NOREQ # # # in case of cold start: # *09.40.44 *02 $HASP441 REPLY 'Y' TO CONTINUE INITIALIZATION OR # * 'N' TO TERMINATE IN RESPONSE TO MESSAGE HASP436 # => R 02,Y # # # $HASP099 ALL AVAILABLE FUNCTIONS COMPLETE # => S VTMLCL # starts local VTAM # # # IST020I VTAM INITIALIZATION COMPLETE FOR V4R3 # => S TSO # starts TSO # # # IKT005I TCAS IS INITIALIZED # => IPL finished, logon on other terminal using one of the following: #+-------------------------------------+-------------------------------------+ #| USERID | PASSWORD | #+-------------------------------------+-------------------------------------+ #| P390 | P390 | #+-------------------------------------+-------------------------------------+ #| IBMUSER | IBMUSER | #+-------------------------------------+-------------------------------------+ #| TSO1-5 | TSO1-5 | #+-------------------------------------+-------------------------------------+ # # # Have fun!