On Tue, Apr 30, 2002 at 09:49:56AM -0700, Matt Kraai wrote: > On Tue, Apr 30, 2002 at 05:17:07PM +0200, Stefan Gybas wrote: > > On real hardware yes. You can use the CD-ROM of a Multiprice 3000 > > as emulated tape. But it might also be useful for Hercules although you > > could also specifiy the indivial files that should be on the emulated > > tape in hercules.cnf. A TDF file might have the problem that you need > > a tapes directory in / when used with Hercules. > > Should we include an example hercules.cnf, or document it? It > sounds like all of the original raised issues are moot.
I don't think that it's necessary, but here is a minimal version of the one that I use for installation testing. -- - mdz
# # Sample configuration file for Hercules ESA/390 emulator # CPUSERIAL 002623 # CPU serial number CPUMODEL 3090 # CPU model number MAINSIZE 64 # Main storage size in megabytes XPNDSIZE 0 # Expanded storage size in megabytes CNSLPORT 3270 # TCP port number to which consoles connect NUMCPU 1 # Number of CPUs OSTAILOR LINUX # OS tailoring PANRATE FAST # Panel refresh rate ARCHMODE ESA/390 # Architecture mode S/370, ESA/390 or ESAME # .-----------------------Device number # | .-----------------Device type # | | .---------File name and parameters # | | | # V V V #--- ---- -------------------- # Card reader with data from the vmrdr subdirectory 000C 3505 bf/kernel.debian bf/parmfile.debian bf/initrd.debian autopad eof # A DASD device to install on (must be created with dasdinit) # e.g., dasdinit -bz2 debian.3390 3390 DEBIAN 500 # for a 500-cylinder, bzip2-compressed image 0300 3390 debian.3390 # Adjust the following two lines for networking using TUN on Linux 2.2+ # device MTU Hercules IP Host IP Netmask 0A00 3088 CTCI /dev/misc/net/tun 2000 192.168.10.2 192.168.10.1 255.255.255.252 0A01 3088 CTCI /dev/misc/net/tun 2000 192.168.10.2 192.168.10.1 255.255.255.252