Skip to content

Simple docker container for SDL-Labs' Hyperion 390 Emulator

License

Notifications You must be signed in to change notification settings

mariocki/hyperion-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Dockerfile to build SDL-Labs' Hercules 4.x (Hyperion) System/370 and ESA/390 Emulator

This Dockerfile can be used to simplify the building of hyperion from github and producde a .deb package which can then be used to install hyperion on Debian/Ubuntu. See https://github.com/SDL-Hercules-390/hyperion

Installing the runtime

Download the latest verion of tk4- from http://wotho.ethz.ch/tk4-/ and extract it into ~/tk4

Building Hyperion

Just run make

Starting Hyperion

make run

Logging in

Start c3270 :

c3270 -model 3279-5 -oversize auto localhost:3270

Once connected:

logon HERC01 or logon HERC02

and the password is CUL8TR

Web Console

open a browser a nd go to http://localhost:8038

Shutting down

Exit out of TSO into the MVS console then enter

shutdown
logoff

Built in Users

  • HERC01 / CUL8TR - fully authorized user with full access to the RAKF users and profiles tables.
  • HERC02 / CUL8TR - fully authorized user without access to the RAKF users and profiles tables.
  • HERC03 / PASS4U - regular user.
  • HERC04 / PASS4U - regular user.
  • IBMUSER / IBMPASS - fully authorized user without access to the RAKF users and profiles tables. This account is meant to be used for recovery purposes only

TIPS

Replying to operator request e.g. /r 00,cancel

Get back into TSO/ISPF from the READY prompt: ispf

Ctrl-n brings up the menu in c3270

Reattaching to a session in TSO console: logon <username> reconnect

Starting FTP server,in the console run /start ftpd,srvport=2100

What DASD devices are usable: SYS1.SYSGEN.CNTL(IOGEN)

To mount a DASD manually

attach 250 3330 dasd/<<filename>
/v 250,online
/m 250,vol=(sl,<<Top Level DSN Name>>),use=private

or see http://www.jaymoseley.com/hercules/installMVS/addingDasdV7.htm

To run a jcl file in the tk4/jcl folder, in the console run devinit 00c jcl/<<filename>> eof

Split printer output (kindof)

awk 'BEGIN { RS=""; f = "init.txt"; p=0 } /END   [A-Z]\*\*\*\*\n\f/ { p++ } { f = FILENAME "-page-" p ".txt" } { print > f }' prt00e.txt

Change Login Screen

see jcl/netsol.jcl [from http://www.jaymoseley.com/hercules/faq/mvsfaq03.htm#SYSTEM020]

Algol68C

Download from https://algol68c.bitbucket.io/370/Algol68C_Release_1.3039.html/ Then follow instructions on https://jmvdveer.home.xs4all.nl/en.post.algol-68-mvs.html#install and https://jmvdveer.home.xs4all.nl/en.post.algol-68-mvs-revisited.html

Links

About

Simple docker container for SDL-Labs' Hyperion 390 Emulator

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published