Hercules Version 4: Configuration File

This page describes the configuration file for the Hercules S/370, ESA/390, and z/Architecture emulator.

The configuration file hercules.cnf contains the processor and device layout. It is roughly equivalent to the IOCDS on a real System/390. The configuration file is an ASCII text file.

Example configuration file

Please note that the below example configuration file should not be considered a good example of how an actual configuration file should look! It is only meant to illustrate what some of the supported configuration file statements look like and how they are used.




    ####################################################################
    #                HERCULES EMULATOR CONTROL FILE                    #
    #             (Note: not all parameters are shown)                 #
    ####################################################################


    #------------------------------------------------------------------
    #                       SYSTEM PARAMETERS
    #------------------------------------------------------------------

    ##ARCHMODE   ESA/390                                  (deprecated)
    ##ASN_AND_LX_REUSE  disable                           (deprecated)

    ARCHLVL    ESA/390
    OSTAILOR   OS/390
    LOADPARM   0120....
    ARCHLVL    DISABLE  ASN_LX_REUSE

    CPUSERIAL  000611
    CPUMODEL   3090
    CPUVERID   FD
    LPARNAME   HERCULES
    LPARNUM    21
    CPUIDFMT   1
    MODEL      EMULATOR
    PLANT      ZZ
    MANUFACTURER HRC
    MAINSIZE   64
    XPNDSIZE   0
    NUMCPU     1
    NUMVEC     1
    MAXCPU     8
    ENGINES    CP
    SYSEPOCH   1900
    YROFFSET   -28
    TZOFFSET   -0500

    ##HTTPPORT   8081 NOAUTH                              (deprecated)
    ##HTTPROOT   /usr/local/share/hercules/               (deprecated)

    HTTP       PORT   8081  NOAUTH
    HTTP       ROOT   /usr/local/share/hercules/
    HTTP       START

    CCKD       RA=2,RAQ=4,RAT=2,WR=2,GCINT=10,GCPARM=0,NOSTRESS=0,TRACE=0,FREEPEND=-1
    SHRDPORT   3990
    SHOWDVOL1  NO

    PANTITLE   "My own private MAINFRAME!"
    PANRATE    FAST
    LOGOPT     TIMESTAMP
    CODEPAGE   default
    CNSLPORT   3270
    CONKPALV   (3,1,10)
    LEGACYSENSEID   OFF

    HERCPRIO   0
    TODPRIO    -20
    DEVPRIO    8
    CPUPRIO    15
    SRVPRIO    4

    TIMERINT   DEFAULT
    TODDRAG    1.0
    DEVTMAX    8

    DIAG8CMD   disable
    SHCMDOPT   disable

    DEFSYM     TAPEDIR   "$(HOME)/tapes"
    AUTOMOUNT  $(TAPEDIR)
    AUTOMOUNT  +/tapes
    AUTOMOUNT  -/tapes/vault

    MODPATH    /usr/local/hercules
    LDMOD      dyncrypt

    PGMPRDOS   restricted
    ECPSVM     no

    SCSIMOUNT  no
    MOUNTED_TAPE_REINIT  allow

    INCLUDE    mydevs.cfg
    IGNORE     INCLUDE_ERRORS
    INCLUDE    optdevs.cfg


    #------------------------------------------------------------------
    #                     DEVICE STATEMENTS
    #             (see supported device types table)
    #------------------------------------------------------------------

    0009      3215-C  /

    000A      1442    adrdmprs.rdr
    000C      3505    jcl.txt     ascii  trunc
    000D      3525    pch00d.txt  ascii
    000E      1403    prt00e.txt  noclear
    001E      1403    192.168.200.1:1403 sockdev

    001F      3270    * 192.168.0.1
    0200.4    3270    * 192.168.0.0  255.255.255.0
    0220.8    3270    GROUP1  192.168.100.0  255.255.255.0
    0228.8    3270    GROUP2
    0230.16   3270

    0000      SYSG    SYSGCONS

    0100      3390    disks/linux.dsk  sf=shadows/linux_*.dsk

    0120      3380    ${DASD_PATH=dasd/}mvsv5r.120
    0121      3380    ${DASD_PATH=dasd/}mvsv5d.121
    0122      3380    ${DASD_PATH=dasd/}mvswk1.122
    0123      3380    192.168.1.100

    0140      3370    dosres.140
    0141      3370    syswk1.141
    0300      3370    sysres.300

    0400      CTCT    30880  192.168.100.2  30880  2048      
    0401      CTCT    30881  192.168.100.2  30881  2048
    0420.2    CTCI    192.168.200.1  192.168.200.2
    0430.2    CTCI    tun0
    0440.2    LCS     -n   /dev/net/tun   192.168.200.2
    0460.2    PTP     192.168.200.1  192.168.200.2/24
    0470.2    PTP     tun0
    0A00.3    QETH    iface /dev/net/tun
    0E40      CTCE    31880  192.168.1.202  32880
    0E41      CTCE    31882  192.168.1.202  32882

    0580      3420    /dev/nst0   # SCSI  (Linux or Windows)
    0581      3420    \\.\Tape0   # SCSI  (Windows only)
    0582      3420    ickdsf.aws  noautomount
    0583      3420    /cdrom/tapes/uaa196.tdf
    0584-0587 3420    $(TAPEDIR)/volumes.$(CUU) maxsizeM=170 eotmargin=131072

    0590      3480    /dev/nst0 --no-erg --blkid-32   # Quantum DLT SCSI

    0020      2703    lport=32003 dial=IN lnctl=tele2 uctrans=yes term=tty skip=88C9DF iskip=0A
    0023      2703    lport=3780 rhost=localhost rport=3781 dial=no
    0045      2703    lport=32003 dial=IN lnctl=ibm1 term=2741 skip=5EDE code=ebcd


Comment lines

Blank lines, and lines beginning with a # sign or an asterisk, are treated as comments.


System parameters

Except for the ARCHLVL statements, system parameter statements may appear in any order but must precede any device statements. Each system parameter must be on a separate line. The following system parameters may be specified:

ARCHLVL   S/370 | ESA/390 | ESAME | z/Arch

Specifies the initial architecture mode:

ESAME is similar to z/Arch. When z/Arch or ESAME is specified, the machine will always IPL in ESA/390 mode, but is capable of being switched into z/Architecture mode after IPL. This is handled automatically by all z/Architecture operating systems.

The ESAME mode is equivalent to z/Architecture mode at Architecture Level 2. The z/Arch mode is equivalent to z/Architecture mode at Architecture Level 3. The synonyms ALS0, ALS1, ALS2 and ALS3 may be used to specify S/370, ESA/390, ESAME or Z/Arch respectively.

Note: This statement used to be called ARCHMODE in previous versions of Hercules but the use of ARCHMODE has been deprecated in favor of the new ARCHLVL statement. Existing ARCHMODE statements should be changed to ARCHLVL instead.

For the time being however, ARCHMODE is still accepted and is treated as simply a synonym for the ARCHLVL statement.

ARCHLVL   ENABLE | DISABLE | QUERY  facility  [archmode]

Specifies a particular STFLE facility to be enabled or disabled, or a query of the current settings. Use QUERY ALL to obtain a list of valid facility  names that may be used for the given archmode.

Alternatively, you can also specify the actual STFLE bit number to be turned off or on (disabled or enabled) using the format BITnn  where 'nn' corresponds to the exact STFLE facility bit you wish to be forced on or off. A popular one among the VM crowd is ENABLE BIT44 to force the PFPO Facility bit on.

The optional archmode  argument limits the enable, disable or query function to a specific architecture. It should be noted that attempts to enable or disable a facility that a given architecture does not support are ignored without error. The default value is whatever architecture mode was previously established by a preceding ARCHLVL statement or the default mode if there was no preceding ARCHLVL statement.

ASN_AND_LX_REUSE   DISABLE | ENABLE       (deprecated)

Specifies that the ASN-and-LX-Reuse Facility (ALRF) is to be disabled or enabled. The default is disabled. This is a z/Architecture-only feature (it is always disabled for S/390 or ESA/390). Set this to ENABLE  if the operating system supports this z/Architecture feature and the use of this feature is desired. Set it to DISABLE  or do not specify anything if the operating system doesn't support this feature, and it inadvertently sets CR0 bit 44 to 1, usually leading to unexpected program interrupt when instructions such as LASP are issued.

ASN_AND_LX_REUSE may be abbreviated as ALRF.

Note: The ASN_AND_LX_REUSE statement has been superseded by "ARCHLVL ENABLE/DISABLE ASN_LX_REUSE" and is thus deprecated. Existing ALRF or ASN_AND_LX_REUSE statements should be changed to use the new ARCHLVL facility statement format instead.

AUTOMOUNT   [±]directory

Specifies the host system directory where the guest is allowed or not allowed to automatically load virtual tape volumes from. Prefix allowable directories with a '+' plus sign and unallowable directories with a '-' minus sign. The default prefix if neither is specified is the '+' plus sign (i.e. an allowable directory).

Caution:  Enabling this feature may have security consequences depending on which allowable host system directories you specify as well as how your guest operating system enforces authorized use of the Set Diagnose (X'4B') channel command code.

All host system virtual tape volumes to be "automounted" by the guest must reside within one of the specified allowable host system directories or any of its subdirectories while not also being within any of the specified unallowable directories or any of their subdirectories, in order for the guest-invoked automount to be accepted.

Note: specifying a disallowed automount directory does not preclude the Hercules operator from manually mounting any desired file via the devinit panel command -- even one in a currently defined "disallowed" automount directory. The AUTOMOUNT statement only controls guest-invoked automatic tape mounts and not manual tape mounts performed by the Hercules operator.

All directories must be specified on separate statements, but as many statements as needed may be specified in order to describe the desired allowable/unallowable directories layout. For convenience, an automount panel command is also provided to dynamically add/remove new/existing allowable/unallowable automount directories at any time.

The automount feature is activated whenever you specify at least one allowable or unallowable directory. If only unallowable directories are specified, then the current directory becomes the only defined allowable automount directory by default.

All specified directories are always resolved to fully-qualified absolute directory paths before being saved.

Refer to the description of the virtual tape device 'noautomount' option for more information.

CCKD   cckd-parameters

The CCKD command and initialization statement can be used to affect cckd processing. The CCKD initialization statement is specified as a Hercules configuration file statement and supports the same options as the cckd panel command. Refer to the Compressed Dasd Emulation web page for more information.

CMPSCPAD   alignment

The CMPSCPAD command and initialization statement is used to define the zero padding storage alignment boundary for the CMPSC-Enhancement Facility. It must be a power of 2 value ranging anywhere from 1 to 12.

CODEPAGE   mapping

Specifies the codepage conversion mapping table used for ASCII/EBCDIC translation.

default specifies traditional Hercules codepage mapping.

Other supported predefined codepage mappings are:

Mapping Description Transparent?
ASCII EBCDIC
437/037 437 PC United States 037 United States/Canada
no
437/500 437 PC United States 500 International
no
437/1047 437 PC United States 1047 Open Systems Latin 1
no
819/037 819 ISO-8859-1 037 United States/Canada
YES
819/037v2 819 ISO-8859-1 037 United States/Canada version 2
YES
819/273 819 ISO-8859-1 273 Austria/Germany
YES
819/277 819 ISO-8859-1 277 Denmark/Norway
YES
819/278 819 ISO-8859-1 278 Finland/Sweden
YES
819/280 819 ISO-8859-1 280 Italy
YES
819/284 819 ISO-8859-1 284 Spain
YES
819/285 819 ISO-8859-1 285 United Kingdom
YES
819/297 819 ISO-8859-1 297 France
YES
819/500 819 ISO-8859-1 500 International
YES
819/1047 819 ISO-8859-1 1047 Open Systems Latin 1
YES
850/273 850 PC Latin 1 273 Austria/Germany
YES
850/1047 850 PC Latin 1 1047 Open Systems Latin 1
no
1252/037 1252 Windows Latin 1 037 United States/Canada
no
1252/037v2 1252 Windows Latin 1 037 United States/Canada version 2
no
1252/1047 1252 Windows Latin 1 1047 Open Systems Latin 1
no
1252/1140 1252 Windows Latin 1 1140 United States/Canada with Euro
YES
ISOANSI/037 ISO ANSI 037 United States/Canada
YES

The transparency column indicates whether translating from ASCII to EBCDIC (or vice versa) and back again yields results identical to the original text.

If no codepage is specified then the environment variable HERCULES_CP will be inspected. If the environment variable is not found then the traditional non-transparent default codepage mapping is used.

Other codepages can be defined by means of the cp_updt panel command (which is supported as a configuration file statement as well). Enter the panel command help cp_updt for more information.

CNSLPORT   nnnn     -or-    host:port

Specifies (typically) the port number (in decimal) to which tn3270 and telnet clients should connect. If an invalid value is specified Hercules defaults to port 3270.

The CNSLPORT statement may also be specified as host:port, where host identifies the IP address of the host interface the telnet console server should bind to (listen for connections on). If not specified the server will accept connections from any host interface.

See the Telnet/tn3270 Console How-To for additional information about setting up a telnet or tn3270 client.

CONKPALV   (idle,intv,count)

Specifies the tn3270 console and telnet clients keepalive option values that control automatic detection of disconnected tn3270/telnet client sessions.

idle  specifies the number of seconds of inactivity until the first keepalive probe is sent (idle time until first probe, or probe frequency).
intv   specifies the interval in seconds between when successive keepalive packets are sent if no acknowledgement is received from the previous one (i.e. the timeout value of the probes themselves).
count  specifies the number of unacknowledged keepalive packets sent before the connection is considered to have failed.

The default values for Windows are 3, 1, and 10. For non-Windows systems it is 3, 1, and 9. That is, send the initial probe 3 seconds after the connection goes idle and then wait no more than one second for it to be responded to. If it is not responded to within one second, then send up to 9 more probes (for a total of 10), each of which must also timeout without being responded to before the client is considered as having died and the connection thus automatically closed.

Note: This is a built-in feature of TCP/IP and allows detection of unresponsive TCP/IP connections and not idle clients. That is to say, your connection will not be terminated after 3 seconds of idle time. Your 3270 session can remain idle for many minutes or hours or days without any data being transmitted. If the TCP/IP stack at the other end of the connection -- not your 3270 client itself -- fails to respond to the internal keepalive probe packets however, then it means that the TCP/IP stack itself is down or there has been a physical break in the connection.

Thus, even if your 3270 client is completely idle, your system's TCP/IP stack itself should still respond to the keepalive probes sent by the TCP/IP stack at the Hercules end of the link. If it doesn't, then TCP/IP will terminate the tn3270/telnet session which will cause Hercules to disconnect the terminal.

The three values can also be modified on-demand via the conkpalv panel command, which has the exact same syntax. Note that the syntax is very unforgiving: no spaces are allowed anywhere within the parentheses and each value must be separated from the other with a single comma.

Please also note that not all systems support being able to modify all three values. That is, not all values may be modifiable. It is operating system dependent which values you can change and which values you cannot. On Windows for example, the count value is ignored and cannot be changed from its default value of 10. Other systems may ignore one or more or all three values and use platform defaults instead. This is entirely system dependent. Check your system's documentation for details regarding which values can be changed and which cannot as well as how to adjust your system's default values.

CPUIDFMT   0 | 1

Specifies the format of the CPU ID the STIDP instruction should store. Refer to the LPARNUM statement for more information.

CPUMODEL   xxxx

Specifies the 4 hexadecimal digit CPU machine type number (known prior to ESA/390 as the model number) stored by the STIDP instruction.

Note: Hercules makes no attempt to emulate all aspects of, or features of, a given CPU model. The CPUMODEL statement defines a purely cosmetic value only. It defines only the value that the STIDP (Store CPU ID) instruction stores, and nothing more.

CPUPRIO   nn

Specifies the priority of the CPU thread. Default is a nice value of 15, which means a low priority such that I/O can be scheduled and completed in favour of CPU cycles being burned. On Multi-CPU systems, a real CPU can be "dedicated" to Hercules, by giving the CPU thread a very high dispatching priority (-20). See "Thread Priorities" below for more information.

Caution:  CPUPRIO should not have a higher dispatching priority than the TOD Clock and timer thread.

CPUSERIAL   xxxxxx

Specifies the 6 hexadecimal digit CPU serial number stored by the STIDP instruction. In BASIC mode, the high-order digit may be replaced with the processor number when MAXCPU > 1; in LPAR mode, the two high-order digits are replaced with either the LPAR number or the CPU number and LPAR number with the full serial number available via the STSI instruction. The default serial number is 000001.

CPUVERID   xx

Specifies the 2 hexadecimal digit CPU version code stored by the STIDP instruction. The default version code is FD when ARCHLVL S/370 or ARCHLVL ESA/390 is specified. For the z/Architecture mode, the version code is always stored as 00 and the value specified here is ignored.

DEFSYM   symbol value

Defines symbol symbol as to contain value value. The symbol can then be the object of a substitution later in the configuration file or for panel commands. If value contains blanks or spaces, then it should be enclosed in double quotation marks ("). See substitutions for a more in-depth discussion on this feature.

Substitution is available even in configuration statements, meaning it is possible to perform substitution in the DEFSYM statement itself. However, symbols are always defined as the last step in the process, so attempting to self define a symbol will result in an empty string:

    DEFSYM FOO $(FOO)
Will set symbol FOO to ""

DEVPRIO   nn

Specifies the priority of the device threads. The default value is 8. See "Thread Priorities" below for more information.

Caution:  DEVPRIO should not have a higher dispatching priority than the TOD Clock and timer thread.

DEVTMAX   -1 | 0 | nnn

Specifies the maximum number of device threads allowed.

Specify -1 to cause 'one time only' temporary threads to be created to service each I/O request to a device. Once the I/O request is complete, the thread exits. Subsequent I/O to the same device will cause another worker thread to be created again.

Specify 0 to cause an unlimited number of 'semi-permanent' threads to be created on an 'as-needed' basis. With this option, a thread is created to service an I/O request for a device if one doesn't already exist, but once the I/O is complete, the thread enters an idle state waiting for new work. If a new I/O request for the device arrives before the timeout period expires, the existing thread will be reused. The timeout value is currently hard coded at 5 minutes. Note that this option can cause one thread (or possibly more) to be created for each device defined in your configuration. Specifying 0 means there is no limit to the number of threads that can be created.

Specify a value from 1 to nnn  to set an upper limit to the number of threads that can be created to service any I/O request to any device. Like the 0 option, each thread, once done servicing an I/O request, enters an idle state. If a new request arrives before the timeout period expires, the thread is reused. If all threads are busy when a new I/O request arrives however, a new thread is created only if the specified maximum has not yet been reached. If the specified maximum number of threads has already been reached, then the I/O request is placed in a queue and will be serviced by the first available thread (i.e. by whichever thread becomes idle first). This option was created to address a threading issue (possibly related to the cygwin Pthreads implementation) on Windows systems.

The default for Windows is 8. The default for all other systems is 0.

DIAG8CMD   DISABLE | ENABLE [ECHO | NOECHO]

When ENABLE is specified, commands issued through the Diagnose 8 interface will be executed by Hercules as Hercules commands. When set to DISABLE, commands issued through the Diagnose 8 interface will generate a Specification Exception program interrupt on the issuing CPU.

An optional second argument can be given to request whether the commands issued using the Diagnose 8 interface will be traced at the console. This may be useful for programs that routinely issue panel commands using the Diagnose 8 interface. When ECHO is specified, a message is issued as the panel is about to issue the command, the command is redisplayed as if it was entered through the panel input line, and a final message is issued to indicate the command completed. When NOECHO is specified, no such messages are displayed and the command completes silently.

The value of ECHO or NOECHO has no effect on command output being placed into a response buffer if the Diagnose 8 interface requested one.

The default is DISABLE NOECHO

Caution:  Enabling this feature may have security consequences.

When this feature is enabled it is possible for guest operating systems running under Hercules to issue commands directly to the host operating system by means of the Hercules sh (shell) command. This ability may be disabled via the SHCMDOPT statement.

ECPSVM   YES | NO | LEVEL nn

Specifies whether ECPS:VM (Extended Control Program Support : Virtual Machine) support is to be enabled. If YES is specified, then the support level reported to the operating system is 20. The purpose of ECPS:VM is to provide to the VM/370 Operating system a set of shortcut facilities to perform hypervisor functions (CP Assists) and virtual machine simulation (VM Assists). Although this feature does not affect VM Operating system products operating in XA, ESA or z/Architecture mode, it will affect VM/370 and VM/SP products running under VM/XA, VM/ESA or z/VM. Running VM/370 and VM/SP products under VM/XA, VM/ESA or z/VM should be done with ECPS:VM disabled. ECPS:VM should not be enabled in an AP or MP environment. ECPS:VM has no effect on non-VM operating systems. It is however recommended to disable ECPS:VM when running native non-VM operating systems. If a specific LEVEL is specified, this value will be reported to the operating system when it issues a Store ECPS:VM level, but it doesn't otherwise alter the ECPS:VM facility operations. This is a partial implementation.

ENGINES   [nn*]CP|IL|AP|IP[,...]

Specifies the type of engine for each installed processor. The default engine type is CP.

nn* is an optional repeat count. Spaces are not permitted.

Examples:

ENGINES CP,CP,AP,IP
specifies that processor engines 0 and 1 are of type CP, engine 2 is type AP, and engine 3 is type IP.

ENGINES 4*CP,2*AP,2*IP
specifies that the first four processor engines (engines 0-3) are of type CP, the next two (engines 4-5) are of type AP, and the next two (engines 6-7) are of type IP.

The number of installed processor engines is determined by the MAXCPU statement. If the ENGINES statement specifies more than MAXCPU engines, the excess engines are ignored. If fewer than MAXCPU engines are specified, the remaining engines are set to type CP.

HERCPRIO   nn

Specifies the process priority for Hercules. The default is 0. See "Process Priorities" below for more information.

HTTP PORT   nnnn [[NOAUTH] | [AUTH userid password]]

Specifies the port number (in decimal) on which the HTTP server will listen. The port number must either be 80 or within the range 1024 - 65535 inclusive. The server is not start until a subsequent HTTP START statement is found.

AUTH indictates that a userid and password are required to access the HTTP server, whereas NOAUTH indicates that a userid and password are not required. The userid and password may be any valid string.

Note: HTTPPORT nnnn [[NOAUTH] | [AUTH userid password]] is still supported, however, it has been deprecated.

HTTP ROOT   directory

Specifies the root directory where the HTTP server's files reside. If not specified, the default value for Win32 builds of Hercules is the directory where the Hercules executable itself is executing out of, and for non-Win32 builds it is the directory specified as the default package installation directory when the Hercules executable was built (which can vary depending on how the Hercules package was built, but is usually /usr/local/share/hercules/).

Note: HTTPROOT directory  is still supported, however, it has been deprecated.

HTTP START

Starts the HTTP server. (Note: The server is no longer started by default.)

IGNORE   INCLUDE_ERRORS

Indicates that errors caused by subsequent INCLUDE statements for files which do not exist should instead be ignored rather than causing startup to be aborted (as would otherwise normally occur).

INCLUDE   filepath

An INCLUDE statement tells Hercules configuration file processing to treat the contents of the file specified by filepath as if its contents had appeared in the configuration file at the point where the INCLUDE statement appears.

Note that the included file may itself contain yet another INCLUDE statement as long as the maximum nesting depth (current 8) is not exceeded.

IODELAY   usec

Specifies the amount of time (in microseconds) to wait after an I/O interrupt is ready to be set pending. This value can also be set using the Hercules console. The purpose of this parameter is to bypass a bug in the Linux/390 and zLinux dasd.c device driver. The problem is more apt to happen under Hercules than on a real machine because we may present an I/O interrupt sooner than a real machine.

NOTE : OSTAILOR LINUX no longer sets IODELAY to 800 since the problem described above is no longer present in recent versions of the Linux kernel.

LDMOD   module list

Specifies additional modules that are to be loaded by the Hercules dynamic loader. The default search order is with the hercules directory in the default DLL search path. Most systems also support absolute filenames (ie names starting with '/' or '.') in which case the default search path is not taken.

Multiple LDMOD statements may be used.

LEGACYSENSEID   OFF | DISABLE | ON | ENABLE

Specifies whether the SENSE ID CCW (X'E4') will be honored for the devices that originally didn't support that feature. This includes (but may not be limited to) 3410 and 3420 tape drives, 2311 and 2314 direct access storage devices, and 2703 communication controllers.

Specify ON or ENABLE if your guest operating system needs the Sense ID support to dynamically detect those devices. Note that most current operating systems will not detect those devices even though Sense ID is enabled because those devices never supported the Sense ID in the first place. So this mainly applies to custom built or modified versions of guest operating systems that are aware of this specific Hercules capability.

Because those legacy devices didn't originally support this command, and for compatibility reasons, the default is OFF or DISABLE.

LOADPARM   xxxxxxxx

Specifies the eight-character IPL parameter which is used by some operating systems to select system parameters.

LOGOPT   TIMESTAMP | NOTIMESTAMP

Sets Hercules log options. TIMESTAMP causes messages to the log to be time stamped. NOTIMESTAMP prevents time stamping of log messages. TIMESTAMP and NOTIMESTAMP may be abbreviated as TIME and NOTIME respectively. The current resolution of the stamp is one second.

The default is TIMESTAMP.

LPARNAME   name

Specifies the LPAR name returned by DIAG X'204'. The default is HERCULES.

LPARNUM   xx | BASIC

Specifies the one- or two-digit hexadecimal LPAR identification number stored by the STIDP instruction, or BASIC.

If a one-digit number from 1 to F (hexadecimal) is specified, then STIDP stores a format-0 CPU ID unless a subsequent CPUIDFMT 1 statement is specified. If zero or a two-digit hexadecimal number (except 10 hexadecimal) is specified, then STIDP stores a format-1 CPU ID. For LPARNUM 10 the current CPUIDFMT is not changed. If LPARNUM is BASIC, then STIDP stores a basic-mode CPU ID.

The default is LPARNUM 1 with a format-0 CPU ID.

MAINSIZE   nnnn | nnnK | nnnM | nnnG | nnnT | nnnP | nnnE

Specifies the main storage size in megabytes, where nnnn  is a decimal number. Or, nnnM  where M  is K - Kilobytes, M - Megabytes, G - Gigabytes, T - Terabytes, P - Petabytes, E - Exabytes. The default on startup is 2M.

For storage sizes less than 16M, sizes not on a 4K boundary are rounded up to the next 4K boundary. Otherwise, storage sizes not on a 1M boundary are rounded up to the next 1M boundary.

The minimum size is 4K for archlvl als0 and als1 (S/370 and ESA/390), and 8K for archlvl als2 (ESAME) and higher. A maximum of 64M may be specified for archlvl als0 (S/370), 2048M (2G) for archlvl als1 (ESA/390), and 16E for archlvl als2 (ESAME) and higher.

Notes:

  1. The actual upper limit is determined by your host system's architecture and operating system, the guest operating system, and the amount of physical memory and available paging space. The total of mainsize and xpndsize on host systems with a 32-bit architecture will be limited to less than 4G; host systems with a 64-bit architecture will be limited to less than 16E.
  2. Using minimum storage sizes, storage sizes less than or not on a 64K boundary for archlvl als1 (S/370), or on a 1M boundary for archlvl als2 (ESA/390) and higher, it may be possible to generate error conditions not covered by the Principles of Operations.
  3. Use of storage sizes greater than supported by the guest operating system may generate incorrect results or error conditions within the guest operating system.

MANUFACTURER   name

Specifies the MANUFACTURER name returned the STSI instruction. The default is HRC.

MAXCPU   nn

Specifies the number of installed processor engines. The NUMCPU statement specifies the number of engines which will be configured online at startup time. All processors are CP engines unless otherwise specified by the ENGINES statement.

The value of MAXCPU cannot exceed the value of MAX_CPU_ENGINES. If MAXCPU is not specified in the Hercules configuration file, then its initial value is equal to NUMCPU. If MAXCPU and NUMCPU are both omitted, MAXCPU is set to 1.

MAX_CPU_ENGINES is a compile-time variable which sets an upper limit on the value of MAXCPU. The value of MAX_CPU_ENGINES is displayed in the Build information message on the Hercules control panel at startup time. To change the value of MAX_CPU_ENGINES you must rebuild Hercules. For Unix builds, specify ./configure --enable-multi-cpu=nn before performing make. For Windows builds, specify SET MAX_CPU_ENGINES=nn before performing nmake.

MAX_CPU_ENGINES cannot exceed 64. For performance reasons, values above 32 are not recommended for 32-bit platforms. If MAX_CPU_ENGINES is set to 1 then multiprocessing is disabled. See also NUMCPU for a discussion of the performance implications of MAX_CPU_ENGINES.

MODEL   hardware_model [ capacity_model ] [ perm_capacity_model ] [ temp_capacity_model ]

Specifies the MODEL names returned by the STSI instruction.

If two operands are supplied, the first is the hardware model name (CPC ND model) and the second is the capacity model name (CPC SI model). If only one operand is supplied, it is used as both the hardware model name and the capacity model name. The optional third and fourth operands specify the permanent capacity model name and the temporary capacity model name respectively.

The default is EMULATOR.

MODPATH   path

Specifies the path where dynamic modules are loaded from. When a modpath statement is specified, the path on the modpath statement is searched before the default path is searched. When a relative path is specified is interpreted as a relative path within the default search path, if an absolute path is specified is interpreted as such.

The default MODPATH is hercules, which means modules are loaded from the directory hercules within the default LD_LIBRARY_PATH.

MOUNTED_TAPE_REINIT   DISALLOW | DISABLE | ALLOW | ENABLE

Specifies whether reinitialization of tape drive devices (via the devinit command, in order to mount a new tape) should be allowed if there is already a tape mounted on the drive.

Specifying ALLOW|ENABLE (default) indicates new tapes may be mounted (via 'devinit nnnn new-tape-filename') irrespective of whether or not there is already a tape mounted on the drive.

Specifying DISALLOW|DISABLE prevents new tapes from being mounted if one is already mounted. When DISALLOW is specified and a tape is already mounted on the drive, it must first be unmounted (via the command 'devinit nnnn *') before the new tape can be mounted. Otherwise the devinit attempt to mount the new tape is rejected.

This option is meant as a safety mechanism to protect against accidentally dismounting a tape from the wrong drive as a result of a simple typo (thereby cancelling a potentially important tape job) and was added by user request.

Also note that for SCSI tape drives the 'devinit nnnn *' command has no effect as the tape must be unmounted manually (since it is a real physical device and not one emulated via a disk file like .AWS tapes).

NUMCPU   nn

Specifies the number of emulated processor engines which will be configured online at startup time. NUMCPU cannot exceed the value of MAXCPU. If NUMCPU is less than MAXCPU then the remaining engines can be configured online later. The default NUMCPU value is 1. The minimum value is 0.

Multiprocessor emulation works best if your host system actually has more than one physical CPU, but you can still emulate multiple CPUs nervertheless even on a uniprocessor system (and you might even achieve a small performance benefit when you do). There is little point, however, in specifying NUMCPU greater than 1 unless your guest operating system (running under Hercules) is actually able to support multiple CPUs (and if you do not actually need multiprocessor emulation, then setting MAX_CPU_ENGINES to 1 at compile time might even produce a slight performance advantage too).

NUMVEC   nn

Specifies the number of emulated vector facilities. Default is one per CPU. Only available by default in ESA/390 mode.

OSTAILOR   OS/390 | z/OS | VM | VSE | z/VSE | LINUX | OpenSolaris | QUIET | NULL

Specifies the intended operating system. The effect of this parameter is to reduce control panel message traffic by selectively suppressing trace messages for program checks which are considered normal in the specified environment. QUIET discards all exception messages. NULL allows all exception messages to be logged.

Optionally prefix any value except QUIET or NULL with '+' to cause the suppressions for that environment to be combined (added) to those already specified, or with '-' to remove such suppressions (i.e. to allow them).

If the OSTAILOR statement is omitted, exception messages for program checks 10, 11, 16, and 1C are suppressed.

Use the ostailor or pgmtrace panel commands to display or alter the current settings.

PANRATE   SLOW | FAST | nn

Specifies the panel refresh rate, in milliseconds between refreshes. SLOW is the same as 500, and FAST is the same as 50. A value less than the Linux system clock tick interval (10 on Intel, 1 on Alpha), or more than 5000, will be rejected. SLOW is the default.

PANTITLE   "title-string"

Specifies an optional console window title-bar string to be used in place of the default supplied by the windowing system. If the value contains any blanks it must be enclosed within double-quotes.

This option allows one to distinguish between different Hercules sessions when running more than one instance of Hercules on the same machine.

This option takes effect only when the Hercules console is displayed on an xterm terminal (commonly used on Unix systems), or in a Windows command prompt window. Note that this option has no effect when Hercules is run under control of the Hercules GUI since Hercules's console window is hidden in favor of using the GUI's window instead.

PGMPRDOS   RESTRICTED | LICENSED

Specifies whether or not Hercules will run licensed program product ESA or z/Architecture operating systems. If RESTRICTED is specified, Hercules will stop all CPUs when a licensed program product operating system is detected. Specify LICENSED to allow these operating systems to run normally. This parameter has no effect on Linux/390, Linux for z/Series, or any 370-mode OS.

NOTE:  It is YOUR responsibility to comply with the terms of the license for the operating system you intend to run on Hercules. If you specify LICENSED and run a licensed operating system in violation of that license, then don't come after the Hercules developers when the vendor sends their lawyers after you.

RESTRICTED is the default. Specifying LICENSED will produce a message when a licensed operating system is detected to remind you of your responsibility to comply with software license terms.

PLANT   name

Specifies the PLANT name returned by the STSI instruction. The default is ZZ.

SCSIMOUNT   NO | YES | nn

Specifies whether automatic detection of SCSI tape mounts are to be enabled or not.

Specifying NO or 0 seconds (the default) indicates the option is disabled, forcing all SCSI tape mounts to be done manually via an appropriate devinit command.

A value from 1 to 99 seconds inclusive enables the option and causes periodic queries of the SCSI tape drive to automatically detect when a new tape is mounted. Specifying YES  is the same as specifying 5 seconds.

The scsimount panel command may also be used to display and/or modify this value on demand once Hercules has been started. Note too that the scsimount panel command also lists any mounts and/or dismounts that may still be pending on the drive, as long as you've defined your tape drive as a model that has an LCD "display" (such as a model 3480, 3490 or 3590).

Note:  enabling this option may cause Hercules to take longer to shutdown depending on the value specified for this option as well as how the host operating system (Windows, Linux, etc) and associated hardware (SCSI adapter) behaves to drive status queries for drives which do not have any media currently mounted on them.

SHCMDOPT   DISABLE | NODIAG8

When set to DISABLE, sh (shell) commands are globally disabled, and will result in an error if entered either directly via the Hercules hardware console or programmatically via the DIAG8CMD interface.

When set to NODIAG8 only the programmatic execution of shell commands via the the Diagnose 8 interface is disabled, but sh (shell) commands entered directly via the Hercules hardware console will still work.

NOTE:  "entered directly via the Hercules hardware console" also pertains to both commands entered via the HTTP server facility as well as commands entered via .rc "run command" scripts.

SHOWDVOL1   [ NO | YES | ONLY ]

Indicates whether to show the dasd VOL1 labels (volser) in the device list display. 'YES' shows the volser in addition to the usual filename, whereas 'NO' shows the device list in a traditional filename only format. The 'ONLY' option shows only the volser; the filename is not shown at all. The default is 'NO', which results in a traditional device list display. This statement has no effect when no operand is given and instead simply echos the current setting to the console.

Note:  support for this command/statement must be specifically generated by enabling the #define OPTION_SHOWDVOL1 statement in source header 'featall.h' and then rebuilding Hercules.

SHRDPORT   nnnn

Specifies the port number (in decimal) on which the Shared Device server will listen. Specifying SHRDPORT will allow other Hercules instances to access devices on this instance. (Currently only DASD devices may be shared). By default, the other Hercules instances (clients) will use port 3990. If you specify a different port number, then you will have to specify this port number on the device statement for the other Hercules clients. If no SHRDPORT statement is present then the Shared Device server thread will not be activated.

SRVPRIO   nn

Specifies the priority of the server threads. The default value is 4. See "Thread Priorities" below for more information.

Caution:  SRVPRIO should not have a higher dispatching priority than the TOD Clock and timer thread.

SYSEPOCH   yyyyyears]

Specifies the base date for the TOD clock. Use the default value (1900) for all systems except OS/360. Use 1960 for OS/360. Values other than these were formerly used to offset the TOD clock by a number of years to move the date before the year 2000 for non-Y2K-compliant operating systems. This use is deprecated, and support will be removed in a future release; at that time, only values of 1900 or 1960 will be accepted. Other values will produce a warning message with the equivalent values to specify in the SYSEPOCH statement.
An optional year offset may be specified, and will be treated as though it had been specified on a YROFFSET statement.

TIMERINT   DEFAULT | nnnn

Specifies the internal timers update interval, in microseconds. This parameter specifies how frequently Hercules's internal timers-update thread updates the TOD Clock, CPU Timer, and other architectural related clock/timer values. The default interval is 50 microseconds, which strikes a reasonable balance between clock accuracy and overall host performance. The minimum allowed value is 1 microsecond and the maximum is 1000000 microseconds (i.e. one second).

Caution:  While a lower TIMERINT value may help increase the accuracy of your guest's TOD Clock and CPU Timer values, it could also have a severe negative impact on the overall performance of your host operating system. This is especially true when a low TIMERINT value is coupled with a high HERCPRIO and TODPRIO priority setting. Exercise extreme caution when choosing your desired TIMERINT in relationship to your chosen HERCPRIO and TODPRIO priority settings.

TODDRAG   n.nn

Specifies the TOD clock drag factor. This parameter can be used to slow down or speed up the TOD clock by a factor of nn. A significant slowdown can improve the performance of some operating systems which consume significant amounts of CPU time processing timer interrupts. A drag factor of 2.0 slows down the clock by 50%. A drag factor of 0.5 doubles the speed of the clock. A drag factor of 1.01 slows down the clock by 1%, and 0.99 speeds up the clock by 1%.

TODPRIO   nn

Specifies the priority of the TOD Clock and timer thread. The default value is -20. See "Thread Priorities" below for more information.

Caution:  TODPRIO should be given a dispatching priority equal to or higher than any other thread within Hercules.

TRACEOPT   TRADITIONAL | REGSFIRST | NOREGS

Sets the Hercules instruction tracing display option. TRADITIONAL (the default), displays the registers following the instruction about to be executed such that pressing enter (to execute the displayed instruction) then shows the next instruction to be executed followed by the updated registers display.

REGSFIRST displays the current register contents followed by the instruction about to be executed such that pressing enter (to execute the displayed instruction) then shows the updated registers followed by the next instruction to be executed.

NOREGS suppresses the registers display altogether and shows just the instruction to be executed.

In addition to the TRACEOPT configuration file statement there is also a corresponding traceopt panel command to dynamically display and/or update the current setting at any time.

TZOFFSET   ±hhmm

Specifies the hours and minutes by which the TOD clock will be offset from the current system time. For GMT, use the default value (0000). For timezones west of Greenwich, specify a negative value (example: -0500 for US Eastern Standard Time, -0800 for US Pacific Standard Time). For timezones east of Greenwich, specify a positive value (example: +0100 for Central European Time, +0930 for South Australian Time).

XPNDSIZE   nnnn | nnnM | nnnG | nnnT | nnnP | nnnE

Specifies the expanded storage size in megabytes, where nnnn is a decimal number. Or, nnnM  where M  is K - Kilobytes, M - Megabytes, G - Gigabytes, T - Terabytes, P - Petabytes, E - Exabytes.

Storage sizes not on a 1M boundary are rounded up to the next 1M boundary. The lower limit and default is 0.

Notes:

  1. The actual upper limit is determined by your host system's architecture and operating system, the guest operating system, and the amount of physical memory and available paging space. The total of mainsize and xpndsize on host systems with a 32-bit architecture will be limited to less than 4G; host systems with a 64-bit architecture will be limited to less than 16E.
  2. Use of storage sizes greater than supported by the guest operating system may generate incorrect results or error conditions within the guest operating system.

YROFFSET   ±years

Specifies a number of years to offset the TOD clock from the actual date. Positive numbers will move the clock forward in time, while negative numbers will move it backward. A common value for non-Y2K-compliant operating systems is YROFFSET -28, which has the advantage that the day of the week and the presence or absence of February 29 is the same as the current year. This value may not be specified as greater than ±142 years, the total range of the TOD clock. Specifying a value that causes the computed TOD clock year to be earlier than the value of SYSEPOCH or more than 142 years later than that value will produce unexpected results.

A comment preceded by a # sign may be appended to any system parameter statement.


Symbol substitutions

In configuration and device statements, as well as in panel commands and OAT files, symbols may be substituted for text.

Syntax

To substitute symbol symbol with its contents, the symbol should be enclosed within parenthesis and preceded by a $ sign. For example, if symbol FOO contains the text string "BAR" then $(FOO) will be substituted with the string "BAR";. Symbol names are case sensitive.

Example
        DEFSYM  TAPEDIR  "/home/hercules/tapes"

        ...

        0380  3420  $(TAPEDIR)/scratch.aws

        ...

In this example, device 0380 will be a 3420 loaded with the AWS tape file in /home/hercules/tapes/scratch.aws

Special symbols

Device group symbols

When multiple devices are defined with a single device definition statement, then the symbols

  •   CUU  
  •   (3 digits device number, upper case hexadecimal digits)
  •   CCUU  
  •   (4 digits device number, upper case hexadecimal digits)
  •   DEVN  
  •   (4 digits device number, upper case hexadecimal digits)

    are defined to contain for each device the relevant device address. For example:

        0200,0201  3340  /home/hercules/dasds/myvols.$(CUU)
    

    will define two 3340 packs, with device 0200 being loaded with the file myvols.200 and device 0201 defined with myvols.201.

    Environment variables

    If a symbol is not explicitly defined by a DEFSYM statement and an environment variable by the same name exists, the string contents of that environment variable will be used for substitution.

    Undefined symbols

    If a symbol is not defined by an explicit DEFSYM, is not an automatically generated symbol and is not an environment variable, an empty string will be substituted.

    Escaping substitution, recursion

    To be able to specify the '$(' string without incurring substitution, an additional '$' sign should be used. For example, $$(FOO) will not be substituted. If substitution is required but the preceding text is to contain a '$' sign as the very last character, then $$$(FOO) should be specified. Thus, if symbol FOO contains "BAR", then $$(FOO) will remain "$$(FOO)" while $$$(FOO) will become "$BAR".

    Substitution is not recursive (only one substitution pass is made).


    Enhanced symbol substitutions

    Enhanced symbol substitution differs from the above normal symbol substitution in several very important ways:

    First, the syntax is different. Enhanced substitution symbol names are specified using ${var} (dollar + brace) rather than $(var) (dollar + parenthesis).

    Second, the enhanced syntax supports specifying a default value that is to be used instead whenever the name symbol is otherwise not defined. The default value is placed within the opening and closing braces just as the symbol name is, but separated from it by either a single equal sign '=' or a colon-equal-sign ':='.

    For example, specifying "${DASD_PATH=dasd/}" in your configuration file requests that the value of the "DASD_PATH" symbol or environment variable be substituted, or, if the variable is undefined, to use the value "dasd/" instead. If no default value is specified then an empty string is used instead.

    Finally, enhanced symbol substitution occurs only from host defined environment variables and not from any identically named DEFSYM symbol should one exist. For example, if environment variable 'FOO' is defined with the value "bar", then the configuration file statement "DEFSYM FOO myfoo" followed immediately by the statement "${FOO}" causes the value "bar" to be substituted and not 'myfoo' as might otherwise be believed, whereas the statement "$(FOO)", since it is a normal symbol substitution sequence does get replaced with "myfoo" (since that was the value defined to it via the preceding DEFSYM statement).

    In other words each symbol substitution technique is supported completely separately from one another. DEFSYM allows one to define/undefine/use private (internally defined) symbols separate from the host operating system's environment variable pool, whereas the enhanced symbol substitution does not and instead only allows read-only access to the host's environment variable pool with no support for modifying an already defined symbol (environment variable) but a nonethless convenient means of defining a default value to be used should the specified host environment variable be currently undefined.

    Further note that symbol names, being the names of environment variables, are subject to whatever case sensitivity or case insensitivity that the host operating system happens to enforce/allow. On Windows, environment variables are not case sensitive, whereas on other operating systems they may be. Thus "${FOO}", "${foo}", "${Foo}", etc, all cause the same value to be substituted on Windows, whereas the DEFSYM symbols $(FOO) and $(foo), being two completely different and unique symbols, could be substituted with two completely different values (since DEFSYM is case sensitive across all supported platforms, including Windows).

    Syntax

    To substitute symbol symbol with the current environment variable value, the symbol should be enclosed within braces and preceded by a $ sign. For example, if an environment variable named FOO holds the value "BAR", then ${FOO} will be substituted with the string "BAR". If the environment variable "FOO" is not defined then a null (empty) string is substituted instead.

    If the string "${FOO:=myfoo}" is used instead, then the value "BAR" will still be substituted if the value "BAR" was indeed previously assigned to FOO, but will be substituted with the value "myfoo" instead if the environment variable FOO is currently undefined.

    Note too that the default value is a literal string and no substitution is applied to it. Thus attempting to use the syntax "${foo=${bar}}" will not yield the expected results. It will not be substituted with the currently defined value of the "bar" environment variable, but rather will always be substituted with the literal string "${bar" followed immediately by the literal character '}'.

    Symbol names (environment variable names) are not case sensitive on Windows whereas they might be on other host operating systems.


    Process and Thread Priorities


    Process Priorities

    Note: Under Linux, a process is a thread and thread priority information applies instead.

    For Windows, the following conversions are used for translating Unix process priorities to Windows process priority classes:


    Unix
    Priority

    Windows Process
    Priority Class

    Meaning
           
    -20 to -16   Real-time Process that has the highest possible priority. The threads of the process preempt the threads of all other processes, including operating system processes performing important tasks. For example, a real-time process that executes for more than a very brief interval can cause disk caches not to flush or cause the mouse to be unresponsive.
           
    -15 to -9   High Process that performs time-critical tasks that must be executed immediately. The threads of the process preempt the threads of normal or idle priority class processes. An example is the Task List, which must respond quickly when called by the user, regardless of the load on the operating system. Use extreme care when using the high-priority class, because a high-priority class application can use nearly all available CPU time.
           
    -8 to -1   Above Normal Process that has priority above the Normal class but below the High class.
           
    0 to 7   Normal Process with no special scheduling needs.
           
    8 to 14   Below Normal Process that has priority above the Idle class but below the Normal class.
           
    15 to 20   Idle Process whose threads run only when the system is idle. The threads of the process are preempted by the threads of any process running in a higher priority class. An example is a screen saver. The idle-priority class is inherited by child processes.


    Caution:  On Windows, the value you choose for your Process Priority has a direct impact on how your Thread Priorities are interpreted! You should never modify one without understanding what impact your doing so might have on the other!


    Thread Priorities

    On a Linux/Unix host, Hercules needs to be a setuid root program to allow it to reset its dispatching priority to a high (negative) value (i.e., chown root.root hercules; chmod +s hercules).

    For Windows, the following conversions are used for translating Linux/Unix thread priorities to Windows thread priorities:


    Unix
    Priority

    Windows
    Thread Priority

    Meaning
           
    -20 to -16   Time Critical Base priority of 15 for Idle, Below Normal, Normal, Above Normal, or High class processes, and a base priority of 31 for Realtime class processes.
           
    -15 to -9   Highest Priority 2 points above the priority class.
           
    -8 to -1   Above Normal Priority 1 point above the priority class.
           
    0 to 7   Normal Normal priority for the priority class.
           
    8 to 14   Below Normal Priority 1 point below the priority class.
           
    15 to 19   Lowest Priority 2 points below the priority class.
           
    20   Idle Base priority of 1 for Idle, Below Normal, Normal, Above Normal, or High class processes, and a base priority of 16 for Realtime class processes.


    Caution:  On Windows, your Thread Priority is interpreted differently based on your chosen Process Priority setting! You should never modify your Thread Priority settings without first reviewing your chosen Process Priority setting!


    Device statements

    The remaining statements in the configuration file are device statements. There must be one device statement for each I/O device or group of identical I/O devices. The format of the device statement is:

    devnum(s)   devtype   [ arguments ]   [ # comments... ]

    where the generic syntax for device numbers is   [n:]CCUU[,CCUU][-CCUU][.nn][...]   as explained below:

    devnum(s)

    is either a single devnum, a range of devnums (separated by a '-' (dash)), a count of devnums (separated by a '.' (dot/period/stop)), or a comma separated list of devnums. Examples would be 200-210 or 0300.10 or 0400,0403 or 0100,0110-011F.

    All devices defined when devnums specifies more than one device have identical characteristics (except for the device number itself). All devices defined as a group must be defined on a single channel. A channel is defined as a contiguous group of 256 (or hexadecimal 100) devices. 0010 and 0020 are on the same channels. 0100 and 0210 are not.

    See devnum immediately below for an explanation of how each device number is specified.

    The 4 special subtitution symbols CUU, CCUU, cuu and ccuu are also defined for each device in a device group. See substitutions for details.

    devnum

    is either a 1 to 4 digit hexadecimal number in the range 0000 to FFFF for ESA/390, or 0000 to 0FFF for S/370. The device number uniquely identifies each device to the operating system.

    Channel Set / Logical Channel Subsystem

    An optional Channel Set or Logical Channel Subsystem Identification can be specified for a device number or group of devices. The Identification number is specified at the beginning of the definition, followed by a ':' character. For example :

    1:0400-040F 3270

    defines 3270 devices 400 to 40F to be on S/370 Channel Set 1 or on S/390 or z/Architecture Logical Channel Subsystem # 1.

    Since each Logical Channel Subsystem defines its own device numbering space, care should be taken in S/370 mode as to define a coherent set of device numbers.

    Not all S/390 or z/Architecture operating systems support Multiple Logical Channel Subsystems (this feature was introduced with the z9-109).

    If no Channel Set or Logical Channel Subsystem Identification is specified, then it is assumed to be 0.

    devtype

    is the device type. Valid device types are shown in the table just below.

    arguments

    is a list of parameters whose meaning depends on the device type. The arguments required for each class of device are shown further below.

    # comments...

    A comment preceded by a # sign may be appended to any device definition statement.


     

    Supported Device Types

    Device type Description Emulated by
    3270, 3287 Local non-SNA 3270 display or printer TN3270 client connection
    SYSG Integrated 3270 console TN3270 client connection
    1052, 3215 Console printer-keyboards Telnet client connection
    1052-C, 3215-C Integrated console printer-keyboards Integrated on Hercules console
    1442, 2501, 3505 Card readers Disk file(s) (ASCII or EBCDIC)
    3525 Card punch Disk file (ASCII or EBCDIC)
    1403, 3211 Line printers Disk file (ASCII)
    3410, 3420, 3422, 3430, 3480, 3490, 3590, 9347, 8809 Tape drives Disk file, CDROM, or SCSI tape
    3088 Channel-to-Channel Adapter device "CTCT" driver or "CTCE" driver
    (( CTCI )) Channel-to-Channel link to host TCP/IP stack "CTCI" TUN/TAP Driver
    (( LCS )) IBM 2216 router, IBM 3172 running ICP, IBM 8232 LCS device, LCS3172 driver of a P/390, IBM Open Systems Adapter (OSA) "LCS" (LAN Channel Station)
    TUN/TAP Driver
    (( PTP )) MPCPTP/MPCPTP6 Channel to Channel link "PTP" TUN/TAP Driver
    (( QETH )) OSA Express IP Layer 2 support only. Supported only for linux guests. TAP Adapter must be bridged to a local LAN. "QETH" (OSA/QDIO Ethernet Adapter)
    TUN/TAP Driver
    3310, 3370, 9332, 9335, 9336, 0671 FBA direct access storage devices Disk file
    2305, 2311, 2314, 3330, 3340, 3350, 3375, 3380, 3390, 9345 CKD direct access storage devices Disk file
    2703 Communication Line, Remote Teletype, etc. TCP Socket


    Arguments required for each device type

    Local non-SNA 3270 devices

    There are no required arguments for this particular device type, but there are however several optional arguments which are discussed below.

    To use this device, a tn3270 client must connect to the host machine via the port number specified on the CNSLPORT statement. A valid tn3270 device type, such as IBM-3278, must be used. See the Telnet/tn3270 Console How-To for additional information about setting up a tn3270 client.

    If your tn3270 client software allows you to specify a device type suffix (e.g. IBM-3278@001F ), then you can use the suffix to connect to that specific device number, if eligible. If no suffix is specified, then your client will be connected to the first available 3270 device for which it is eligible, if any.

    If you specify a specific terminal device address (via the device type suffix of your tn3270 client software), then you must be eligible to connect at that device address or your connection is immediately rejected; an alternative terminal device for which you might be eligible is not automatically selected instead.

    Optional arguments:

    groupname

    If a terminal group name is given on the device statement, a device type suffix with this group name can be used to indicate that a device in this group is to be used. If a group name is specified as a terminal type suffix (e.g. IBM-3278@GROUPNAME ) and there are no devices defined for that group (or there are no more available devices remaining in that group), then the connection is rejected. If no group name is specified as a terminal type suffix, then the connection will only be eligible for any terminal devices which do not have a group name specified on their device statements. The terminal group name, if specified, should be 1 to 8 alphanumeric characters, the first character being alphabetic, and it should not be a hexadecimal number. Upper and lower case letters in the group name are considered to be equivalent.

    ipaddr [ mask ]

    The optional IP address and optional subnet mask specify the IP address(es) of which client(s) are allowed to connect at the device address identified by the device statement on which they appear. This provides an alternative and/or additional means of specifying to which device(s) a client tn3270 session may, or should, connect.

    If the IP address of the tn3270 client trying to connect, when 'and'ed with the optional subnet mask (which defaults to 255.255.255.255 if not specified), matches the IP address entered on the device statement, then the client is eligible to connect at that device address. Otherwise the client is ineligible to connect at that address and the next available device, if any, for which the client is eligible to connect (if any) is selected instead.

    If no permissible terminal devices remain (i.e. terminal devices for which the client is eligible to connect), or there are no more available terminal devices remaining, then the client connection is rejected.

    The optional IP address and subnet mask may also be specified in conjunction with the previously mentioned terminal group argument, but the terminal group argument, if specified, must be specified ahead of (i.e. before) the optional IP address and subnet mask arguments. To specify an IP address and subnet mask without also specifying a terminal group, simply use '*' as the group name instead.

    If an IP address / subnet mask are not specified, then any client tn3270 session is allowed to connect to the device (provided they are also a member of the specified terminal group, if any).

    The terminal group name argument, if specified, always takes precedence over any optional IP address and subnet mask which may also be specified.

    To summarize, the device number suffix always takes precedence over any group name which may also be specified, and any group name, if specified, always takes precedence over any IP address / subnet mask value which may also be specified.


    Integrated 3270 console device   (SYSG)

    The integrated 3270 (SYSG) console is similar to a local non-SNA 3270 device, except that it is not addressed by subchannel number and it is supported only by certain system control programs. The SYSG console is defined like a 3270 device except that the device type is SYSG and the device number is ignored. Only one SYSG console can be defined in a configuration.

    Use tn3270 client software to connect to the SYSG console device via the port number specified on the CNSLPORT statement, just as you would connect to a regular local non-SNA 3270 device. See the Telnet/tn3270 Console How-To for additional information about setting up a tn3270 client.

    The SYSG console configuration statement recognizes optional arguments which specify group name and IP address in the same way as previously described for a local non-SNA 3270 device. These optional arguments provide a means to ensure that a given tn3270 client can connect directly to the SYSG console. If the group name and IP address arguments are not specified, then the SYSG console is considered to be a member of the general pool of devices eligible for connection to any incoming tn3270 client.


    Integrated Console printer-keyboard devices   (-C)

    There are two optional arguments: the command prefix argument and the optional noprompt argument.

    Since integrated console printer-keyboard devices use the Hercules HMC panel (Hardware Management Console) for all input and output, the command prefix is needed so Hercules can distinguish between input meant for the device and normal Hercules panel command input.

    All integrated console devices must use a different command prefix and must not be a subset or superset of any other device's command prefix. If one is not specified then the next available default is chosen from the following list:

            Hex     Glyph    Description
    
            0x2F      /       slash (default)
            0x5C      \       backslash
            0x60      `       backtick
            0x3D      =       equals
            0x7E      ~       tilde
            0x40      @       at sign
            0x24      $       dollar
            0x25      %       percent
            0x5E      ^       caret
            0x26      &       ampersand
            0x5F      _       underline
            0x3A      :       colon
            0x3F      ?       question
            0x30      0       zero
            0x31      1       one
            0x32      2       two
            0x33      3       three
            0x34      4       four
            0x35      5       five
            0x36      6       six
            0x37      7       seven
            0x38      8       eight
            0x39      9       nine

    If your command prefix was the '/' slash character for example, then to send a logon command to a 1052-C or 3215-C device, you would enter "/logon" on the Hercules console. Or, if your command prefix was "foo=" then you would enter "foo=logon", etc.

    When your guest operating system writes a message to an integrated console printer-keyboard device, the message displayed on the Hercules console is always prefixed with the device's command prefix string so you can distinguish it from messages written by other integrated console devices and/or Hercules itself.

    The second optional argument for integrated console printer-keyboard devices is the noprompt keyword. If not specified, then whenever the system is awaiting input on that device, the prompting message "Enter input for console device nnnn" is displayed on the Hercules console. The noprompt option suppresses this prompting message.


    Console printer-keyboard devices

    There are no required arguments for this particular device type, but there are however several optional arguments discussed below.

    To use this device, a telnet client must connect to the host machine via the port number specified on the CNSLPORT statement. See the Telnet/tn3270 Console How-To for additional information about setting up a telnet or tn3270 client.

    If your telnet client software allows you to specify a device type suffix (for example: ansi@0009 ), then you can use that suffix to specify the specific 1052 or 3215 device to which you wish to connect. If you do not specify a suffix in your telnet client software (or your software does not allow it), then your client will be connected to the first available 1052 or 3215 device for which it is eligible.

    An optional noprompt argument may be specified on the device statement to cause suppression of the "Enter input for console device nnnn" prompt message which is otherwise normally issued to the device whenever the system is awaiting input on that device.

    Additionally, a terminal group name, IP address and subnet mask may all also be optionally specified in the exact same manner as discussed in the previous Local non-SNA 3270 devices section with the exception that the "noprompt" option, if specified, must precede the other arguments.


    Card reader devices

    The argument specifies a list of file names containing card images. Additional arguments may be specified after the file names:

    sockdev

    Indicates the card reader is a socket device wherein the filename is actually a socket specification instead of a device filename. When used, there must only be one filename specified in the form: port or host:port or sockpath/sockname. The device then accepts remote connections on the given TCP/IP port or Unix Domain Socket, and reads data from the socket instead of from a device file. This allows automatic remote submission of card reader data. See the Hercules Socket Reader page for more details.

    eof

    Specifies that unit exception status is presented after reading the last card in the file. This option is persistent, and will remain in effect until the reader is reinitialized with the intrq option.

    intrq

    Specifies that unit check status with intervention required sense bytes is presented after reading the last card in the file. This option is persistent, and will remain in effect until the reader is reinitialized with the eof option.

    multifile

    Specifies, when multiple input files are entered, to automatically open the next input file and continue reading whenever EOF is encountered on a given file. If not specified, then reading stops once EOF is reached on a given file and an attention interrupt is then required to open and begin reading the next file.

    ebcdic

    Specifies that the file contains fixed length 80-byte EBCDIC records with no line-end delimiters.

    ascii

    Specifies that the file contains variable length lines of ASCII characters delimited by LF (line feed) sequences or CRLF (carraige return line feed) sequences at the end of each line.

    If neither EBCDIC nor ASCII is specified, then the device handler attempts to detect the format of the card image file when the device is first accessed. Auto-detection is not supported for socket devices, and the default is ASCII if sockdev is specified.

    trunc

    Specifies, for ASCII files, that lines longer than 80 characters are truncated instead of producing a unit check error.

    autopad

    Specifies, for EBCDIC files, that the file is automatically padded to a multiple of 80 bytes if necessary.


    Card punch devices

    The argument specifies the name of a file to which the punched output will be written. Additional arguments may be specified after the file name:

    ascii

    Specifies that the file will be written as variable length lines of ASCII characters delimited by line feeds or carriage return line feed sequences at the end of each line. Trailing blanks are removed from each line. If the ascii argument is not specified, the file is written as fixed length 80-byte EBCDIC records with no line-end delimiters.

    crlf

    Specifies, for ASCII files, that carriage return line feed sequences are written at the end of each line. If the crlf argument is not specified, then line-feeds only are written at the end of each line.

    noclear

    Specifies that the output file will not be cleared to zero bytes when it is opened. If the noclear argument is not specified, then any previous content of the file is destroyed when the file is opened for output.


    Line printer devices

    The argument specifies the name of a file to which the printer output will be written. The output is written in the form of variable length lines of ASCII characters delimited by line feeds or by carriage return line feed sequences. Trailing blanks are removed from each line. Carriage control characters are translated to blank lines or ASCII form feed characters. If the file exists it will be overwritten.

    Additional arguments may be specified after the file name:

    sockdev

    Indicates the line printer is a socket device wherein the filename is actually a socket specification instead of a device filename. When used, there must only be one filename specified in the form: port or host:port. The device then accepts remote connections on the given TCP/IP port, and writes data to the socket instead of to a device file. This allows automatic remote spooling of line printer data. The sockdev option is mutually exclusive with all other printer options (e.g. crlf, etc) and must be specified alone.

    crlf

    Specifies, for ASCII files, that carriage return line feed sequences are written at the end of each line. If the crlf argument is not specified, then line-feeds only are written at the end of each line.

    noclear

    Specifies that the output file will not be cleared to zero bytes when it is opened. If the noclear argument is not specified, then any previous content of the file is destroyed when the file is opened for output.

    fcbcheck

    Specifies that an attempt to skip to a FCB channel for which no line number has been set will cause the command to be rejected with a unit check. This is the default.

    nofcbcheck

    Specifies that an attempt to skip to a FCB channel for which no line number has been set will cause the next line of output to be printed on the next line on the printer output. The opposite, fcbcheck, is the default.

    rawcc

    Specifies that printer output CCWs are not to be interpreted, but simply dumped in hex to the printer output file. This is useful for debugging. Default is to interpret printer CCWs normally.

    fcb=

    Specifies an initial FCB image to use for this printer. The argument must be exactly 26 digits long, and consist of digits from 0 to 9. The first pair of digits specifies the number of lines on a printed page. It is followed by 12 pairs of digits which specify, for FCB channels 1-12, the line number on the page that the FCB channel corresponds to. Use 00 to leave the line number unset for a channel (see fcbcheck above). The default is fcb=66010713192531374361495561.

    If the filename begins with the vertical bar '|' pipe character, then it is removed and the remainder of the filename is interpreted as a command line (the name of a program or batch file followed by any necessary arguments) to which to "pipe" the printer output to. This is known as the "print-to-pipe" feature. All printer output is then sent to the piped program's stdin input, and all of the piped program's stdout and stderr output is piped back to Hercules for displaying on the hardware console.

    If the "print-to-pipe" command line contains arguments, then quotes must be placed around the entire filename string including the vertical bar, for example:

        000E 1403 "|/usr/bin/lpr -Phplj" crlf          (for Unix)
        000E 1403 "|c:\utils\pr -s -PLPT1:" crlf       (for Windows)
        
    The above example uses the pr program downloaded from http://www.atnetsend.net/computing/

    If the "print-to-pipe" command line itself contains quotes, then the command line must be enclosed in apostrophes instead of quotes, for example:

        000E 1403 '|"c:\Program Files\My Utils\pr" -s -PLPT1:' crlf
        

    Tim Pinkawa has an example which shows how the print-to-pipe feature can be used to create output in PDF format: http://www.timpinkawa.net/hercules/prtspool.html


    Tape devices

    Five types of tape emulation are supported (see further below):   AWS,   HET,   FakeTape,   Optical Media Attach (OMA),   and   real SCSI .

    The only required parameter is the device filename. All other parameters are optional and must follow the filename. Use '*' (asterisk) for the filename to specify an empty (unmounted) tape drive. The specified file, if other than '*', must exist.

    Additionally, if the file name starts with the '@' character (at sign), the file really describes a list of tape emulation files to be loaded in succession.

    The syntax of each line is identical to the information that can be specified after the device type when the options are specified directly after the device type in the configuration file.

    If the emulation file filename in the file list is the '*' (asterisk) character, then this specifies a set of options to be applied to all additional emulation files specified in the file list.

    Parameters are appended in succession. In all cases, if the same parameter is specified more than once, the last instance takes precedence.

    Therefore, it is possible to specify a set of parameters in the base configuration file, another set on a '*' line, and another set for each individual line. Parameters are then appended in that order: options specified on the base device statement itself first, followed by those options specified on the '*' statement, and finally those specified on each individual file list statement last. A SCSI tape device should not be given in a file list.

    Refer to the distributed source-code's "README.TAPE" document for additional information regarding system and application programming for tape devices and instructions regarding use of the emulated ACF (Automatic Cartridge Feeder) and AUTOMOUNT features for virtual (non-SCSI) tape devices.

    AWSTAPE virtual tape files

    These contain a complete tape in one file. AWSTAPE files consist of variable length EBCDIC blocks. Each block is preceded by a 6-byte header. Filemarks are represented by a 6-byte header with no data. This is the same format as is used by the P/390. The argument specifies the location of the AWSTAPE file (for example ickdsf.aws)

    FakeTape virtual tape files

    These contain a complete tape in one file. FakeTape files consist of variable length EBCDIC blocks. Each block is preceded by a 12-ASCII-hex-character header. Filemarks are represented by a 12-character header with no data. The FakeTape format is used by the Flex-ES system from Fundamental Software Inc (FSI). The argument specifies the location of the FakeTape file (for example ickdsf.fkt). Note: "FLEX-ES" and "FakeTape" are trademarks of Fundamental Software, Inc.

    HET virtual tape files    (Hercules Emulated Tape)

    These contain a complete tape in one file and have the same structure as the AWSTAPE format with the added ability to have compressed data. The first argument specifies the location of the HET file. The filename must end with ".het" to be recognized by Hercules as an HET file. (for example 023178.het)

    Additional arguments that allow you to control various HET settings are:

    AWSTAPE

    The AWSTAPE argument causes HET files to be written in AWSTAPE format. This basically, disables the additional features provided by the HET format.

    COMPRESS=n
    IDRC=n

    COMPRESS and IDRC control whether compression should be used when writing to HET files. The value n  can be 1 to turn on compression (the default) or 0 to turn it off. IDRC is currently a synonym for COMPRESS, but may be used in the future to control other emulated tape drive features.

    METHOD=n

    The METHOD option allows you to specify which compression method to use. You may specify 1 for ZLIB compression or 2 for BZIP2 compression. The default is 1.

    LEVEL=n

    The LEVEL option controls the level of compression. It ranges from 1 for fastest compression to 9  for best compression. The default is 4.

    CHUNKSIZE=nnnnn

    The CHUNKSIZE option allows you to create HET files that contain different chunk sizes. The AWSTAPE (and therefore the HET) format allows each tape block to be logically broken up into smaller chunks. For instance, if your S/3x0 application creates tapes with a block size of 27998, those blocks would be broken down into nnnnn  sized chunks. The range is from 4096 to 65535, the latter being the default. Decreasing the value from its default may reduce compression performance. For compatability with AWSTAPE files created by the P/390, specify AWSTAPE with CHUNKSIZE=4096.

    The following additional parameters apply to AWS, HET and FakeTape virtual tape files:

    MAXSIZE=n[s]  |  MAXSIZEK=n  |  MAXSIZEM=n

    Specifies the maximum size (in bytes, Kilobytes or Megabytes) that the emulated file is allowed to grow to.

    Or, nnns where s is either K - KILO, M - MEGA, G - GIGA, or T - TERA - BYTES

    Specifying zero for this parameter means "unlimited" (i.e. there is no limit). Note: "T" is not available on all platforms.

    EOTMARGIN=n[s]

    Specifies the number of bytes remaining before reaching maxsize at which point the tape device will signal the presence of the "End of Tape" marker (reflector), thus allowing the program to switch to the next tape.

    Value is either n = bytes, or ns where s is either a K, M, G, or T multiplier.

    READONLY=n

    Specifies whether the tape is mounted read-only (without a write ring or with the cartridge protect switch set to "write protect"). A parameter of 1 means read-only; a parameter of 0 means read-write. If READONLY=1, RO or NORING is not specified, the default is READONLY=0. Note that READONLY=0 does not override the host system file permission settings for the underlying AWS or HET file. If the AWS or HET file is marked read-only, the tape will be mounted read-only despite specification of READONLY=0.

    RO
    NORING

    Specifies that the tape is mounted read-only (without a write ring or with the cartridge protect switch set to "write protect"). RO and NORING are equivalent to READONLY=1.

    RW
    RING

    Specifies that the tape should be mounted read-write, if possible. RW and RING are equivalent to READONLY=0. This is the default if RO, NORING or READONLY=1 is not specified. Note that RW and RING do not override the host system file permission settings for the underlying AWS or HET file. If the AWS or HET file is marked read-only, the tape will be mounted read-only despite specification of RW or RING.

    DEONIRQ=n

    Specifies whether a device end is presented if intervention is required during tape motion. A parameter of 1 selects this option; a parameter of 0 turns it off.

    NOAUTOMOUNT

    Indicates support for guest-initiated automatic tape volume mounting is to always be disabled for this tape device.

    Automatic guest tape-mount support is automatically globally enabled for all virtual (non-SCSI) tape devices by default whenever an allowable automount directory is defined via the AUTOMOUNT configuration file statement or the automount panel command. The NOAUTOMOUNT option allows you to specifically disable such support for a given device.

    The automount feature enables software running in guest operating systems to automatically mount, unmount and/or query for themselves the host "virtual tape volume" filename mounted on a tape drive, via the use of special CCW opcodes (0x4B Set Diagnose and 0xE4 Sense Id) without any intervention on the part of the Hercules operator. An example of such a program for DOS/VSE called TMOUNT is provided in the util subdirectory of the distributed source code.

    This is a sticky option. When specified, automount support for the device remains disabled until the option is specifically removed via a devinit command without the option specified. This means if NOAUTOMOUNT is enabled for a device while global automount functionality is currently disabled (because no AUTOMOUNT statement was specified at Hercules startup), then automount functionality remains disabled for the device even should global automount functionality be later manually enabled via an automount panel command.

    When the 0x4B Set Diagnose CCW is used to auto-mount a virtual tape volume onto a given tape drive, an absolute (fully-qualified) pathname should normally always be specified, but need not be if a path relative to the currently defined "default allowable" automount directory is used instead.

    The default allowable automount directory is always the first "allowable" directory that was defined, or else the current directory if no allowable directories were specifically defined. (There is always a default allowable directory whenever any allowable or unallowable automount directories are defined.)

    Fully-resolved, absolute-full-path filenames are defined as being those which, for Windows, have a ':' (colon) in the second position or, for other host operating systems (e.g. Linux), have a '/' (slash) in the first position. Paths which start with a '.' (period) are considered relative paths and will always be appended to the currently defined default allowable automount directory, before being resolved into fully-qualified paths by the host system. (I.e. only fully-resolved absolute pathnames are used in the performance of the actual automatic tape volume mount.)

    For example, if more than one allowable automount directory is defined and the volume wishing to be mounted happens to reside in the second one, then a fully-qualified absolute pathname should of course be specified (or else one that is relative to the default directory which happens to resolve to the desired file).

    All attempts to automount host files in a "disallowed" directory or any of its subdirectories will be rejected. Similarly any attempt to automount a file which is not within any "allowable" directory or subdirectory will be rejected. An error message is always issued in such cases. A message is also issued whenever a successful mount or unmount is performed.

    A sample guest automount program called TMOUNT for the DOS/VSE operating system is provided in the util subdirectory of the distributed source code.

    Optical Media Attach (OMA) virtual tape files

    These are read-only files which usually reside on CDROM. OMA virtual tapes consist of one CDROM file corresponding to each physical file of the emulated tape. An ASCII text file called the tape descriptor file (TDF) specifies the names of the files which make up the virtual tape. The argument specifies the name of the tape descriptor file (for example /cdrom/tapes/uaa196.tdf)

    Each file on the virtual tape can be in one of three formats:

    TEXT

    TEXT files consist of variable length ASCII records delimited by carriage return line feed sequences at the end of each record. Each record is translated to EBCDIC and presented to the program as one physical tape block.

    FIXED nnnnn

    FIXED files consist of fixed length EBCDIC blocks of the specified length (nnnnn)

    HEADERS

    HEADERS files consist of variable length EBCDIC blocks. Each block is preceded by a 12-byte header.

    If you have any IBM manuals in Bookmanager format on CDROM, you can see some examples of TDF files in the \TAPES directory on the CDROM.

    Real SCSI attached tape drives

    These are real tape drives attached to the host machine via a SCSI interface. Hercules emulation always makes the drive appear as a channel attached device such as 3420 or 3480, although the underlying physical drive may be any type of SCSI attached tape drive, including 4mm or 8mm DAT, DLT, SCSI attached 3480/3490 cartridge drives, and SCSI attached 3420 open reel tape drives.

    Host-attached SCSI tapes are read and written using variable length EBCDIC blocks and filemarks exactly like a mainframe tape volume, and as a result can be freely used/exchanged on either (i.e. SCSI tapes created on a real mainframe can subsequently be read by Hercules just fine, and a SCSI tape created by Hercules can be subsequently read on a mainframe just fine, thus providing a convenient means of exchanging data between the two).

    If you plan on using SCSI tapes with Hercules you might also be interested in the SCSIMOUNT configuration option.

    The only required device statement parameter for SCSI attached tape drives is the name of the device as it is known by the host operating system, usually  "/dev/nst0(for Linux or Windows) or  "\\.\Tape0"   (for Windows only), where '0' means tape drive number 0 (your first or only host-attached SCSI tape drive), '1' means your second host-attached SCSI tape drive, etc.

    Depending on what actual model of SCSI tape drive you actually have and how it behaves, you may need to specify one or more additional optional parameters for Hercules to provide proper emulation of the desired device type. For example: a Quantum 'DLT' (Digital Linear Tape) SCSI tape drive does not return nor use a block-id format compatible with 3480/3490 drives (it instead uses a full 32-bit block-id just like the model 3590 does). It also does not support the Erase Gap CCW at all.

    Thus, in order to use, for example, a Quantum DLT drive with Hercules, you MUST specify some special additional options to prevent the Erase Gap command from being issued to the drive as well as to inform Hercules that the drive uses 32-bit block-ids.

    Please note that the below options define how the actual SCSI hardware device behaves, which is completely different from the way the emulated device will appear to behave to your guest. That is to say, if you define your tape drive to Hercules as a 3480 device, then Hercules will perform 3480 device type emulation such that the device appears to your guest o/s as if it were a 3480 device. If the actual SCSI device behaves as a 3590 device however (perhaps using/returning 32-bit block-ids instead of the expected 22-bit format block-ids that 3480's use), then you MUST specify the --blkid-32 special option on your Hercules device statement so that Hercules's emulation logic can know that it needs to translate 22-bit block-ids to 32-bit ones before sending them to the actual SCSI hardware (and vice versa: to translate 32-bit block-ids from the actual SCSI drive into 22-bit format block-ids that your guest expects from a 3480 device).

    Special options for SCSI tapes

    As explained just above, certain model SCSI tape drives such as the Quantum DLT series may require special handling in order to provide the desired proper device type emulation. These special options are:

    --blkid-22

    The complete opposite of the below --blkid-32 option. Use this option if your real SCSI tape drive behaves as a 3480/3490 and expects 22-bit block-ids, but you wish to define the drive to Hercules as a 3590 tape drive (which uses 32-bit block-ids).

    --blkid-32

    This option indicates that your SCSI attached tape drive only supports 32-bit block-ids (as used by 3590 drives) and not the 22-bit format used by 3480/3490 drives. You should only specify this option if you intend to define the drive as a model 3480 or 3490 device to Hercules, and then only if your actual real SCSI drive uses 32-bit block-ids.

    If you define your Hercules tape drive as a model 3590 device however, then this option is not needed since model 3590 drives are already presumed to use 32-bit block-ids.

    Specifying this option on a 3480/3490 device statement will cause Hercules device emulation logic to automatically translate the actual SCSI tape drive's 32-bit block-id into 22-bit format before returning it back to the guest operating system (since that is the format the guest operating system expects it to be in for a model 3480/3490 drive), and to translate the guest's 22-bit format block-id into 32-bit format before sending it to the actual SCSI hardware (since that is the format that the actual hardware requires it to be in).

    --no-erg

    This option is intended to prevent issuance of the Erase Gap command to those SCSI tape drives which do not support it (such as the Quantum DLT series). It causes Hercules's device emulation logic to ignore any Erase Gap commands issued to the drive and to return immediate 'success' instead.

    This option should only be used (specified) for drives such as the Quantum, which support switching from read mode to write mode in the middle of a data stream without the need of an intervening Erase Gap command. Specifying it for any other model SCSI drive may cause incorrect functioning as a result of the Erase Gap command not being issued to the actual SCSI hardware.

    Check the manufacturer information for your particular model of SCSI attached tape drive (and/or use Fish's "ftape" Windows utility) to determine whether or not this option is needed for your particular drive.

    --online

    Use this option if your host's magtape device driver sets the GMT_ONLINE status flag to report when a tape is mounted instead of the more common behavior of clearing the GMT_DR_OPEN flag.

    Debian 8.3 Linux systems running on HP (Hewlett Packard) hardware using StorageTek 9840 fiber channel drives or DEC TSZ07 9-track drives (via a fc/SCSI bridge) for example, are known to not use the GMT_DR_OPEN flag at all. Rather, they set the GMT_ONLINE status flag to indicate when a tape is mounted, thus requiring the --online option to work properly with Hercules.


    Channel-to-channel adapters

    The first argument defines the emulation type, and the remaining arguments depend on the chosen emulation type. If the first argument is not a recognized emulation type, then the driver will operate as in Hercules Version 1, using Willem Konynenberg's vmnet package, as described in Axel Schwarzer's CTCA 3088 document.

    The following are the emulation types currently supported:

    CTCI     (Channel to Channel link to TCP/IP stack)

    A point-to-point IP connection with the TCP/IP stack of the driving system on which Hercules is running. See the Hercules TCP/IP page for unix details, in particular the use of preconfigured interfaces.

    The Windows implementation is different from the unix one. See Fish's CTCI-WIN page for further details and information.

    For unix systems, such as Linux, BSD, and OSX, you may use preconfigured interfaces or you may request Hercules to configure the interface for you. In the first case you must know and supply the name of the interface to use; in the second case the kernel supplies an interface name.

    Required for Linux when using a preconfigured interface:

    ifname

    Specifies the interface name of an interface that is already configured. The flag --if may optionally be specified before the name.

    Specify no IP addresses or other arguments as the information is already configured into the interface.

    Required for Linux when not using a preconfigured interface, and for Windows:

    guestip

    Specifies the IP address of the guest operating system running under Hercules.

    hostip

    Specifies the IP address of the host (Linux or Windows) side of the point-to-point link. This may or may not be the same as your system's regular IP address. For Windows, if the host system is configured with DHCP, this should instead be the MAC address of the Ethernet adapter you wish to use to have Hercules communicate with the outside world.

    Optional for Windows:

    If these arguments are specified, they must precede the required arguments.

    -m MAC address    or   --mac MAC address

    where 'MAC address' is the optional hardware address for your guest's virtual adapter/interface in the format: hh:hh:hh:hh:hh:hh. The default value is '00:00:5E:nn:nn:nn' where the :nn:nn:nn portion is constructed from the last 3 octets of the specified guestip.

    Note: The MAC address you specify for this option must be unique as seen by all other devices on your network. It should never, for example, be the same as the host adapter MAC address specified on the -n parameter.

    -k  kernel-capture-buffer-size
    -i  tuntap32-i/o-buffer-size

    See Fish's CTCI-WIN page for further details and information.

    Optional for both Linux and Windows:

    If these arguments are specified, they must precede the required arguments:

    -n name    or   --dev name

    Specifies the name of the tunnel device to use.

    The default for Linux is /dev/net/tun (which is correct for version 2.4 and above of the Linux kernel). The default for OSX is /dev/tun0.

    For Windows, specify the IP address or MAC address of the real Windows adapter to emulate the virtual guest's adapter on. The default is the first adapter found according to Windows' adapter binding order, which may not be the one you want if you have multiple adapters.

    Refer to the Help file included with Fish's CTCI-WIN product for for more information about adapter binding order and for general information regarding CTCI-WIN configuration.

    -s netmask

    where netmask is the netmask to use for the automatically added point-to-point route in standard dotted internet noitation (e.g. 255.255.255.0)

    -x name    or   --if name

    Specifies the name of the network interface to use.

    There is no default for this argument as the kernel assigns an interface name if none is provided.

    -d    or   --debug

    Specifies that debugging output is to be produced on the Hercules control panel. This should normally be left unspecified.


    CTCT     (Channel to Channel Emulation via TCP connection)

    An emulated CTCA to another Hercules system. This emulation mode appears to the operating system running in the Hercules machine as an IBM 3088 Channel to Channel Adapter. It provides communication via a TCP connection with another instance of the CTCT driver, and is designed to carry TCP/IP communications between two guest TCP/IP stacks. CTCT may also be used for communication between the client and server components of the MVS Dynamic Debug Tool.

    Four arguments are required:

    lport

    Specifies the local TCP port. This is the TCP port that Hercules will listen on for this CTCA.

    rhost

    Specifies the remote host. This is the name or IP address of the remote system that Hercules is running on, not the name or IP address of the OS running on that copy of Hercules.

    rport

    Specifies the remote TCP port. The rport parameter on this system must match the lport parameter on the remote system, and vice versa.

    bufsize

    Specifies the buffer size for the link. If this link is used for IP traffic, this parameter should be more than the MTU of the interface definition in the OS.

    Note: CTCT only supports IP traffic. Use CTCE to transport general purpose payloads such as NJE, SNA, PVM, etc.


    CTCE     (Enhanced Channel to Channel Emulation via TCP connection)

    The CTCE device type will emulate a real 3088 Channel to Channnel Adapter also for non-IP traffic, enhancing the CTCT capabilities. CTCE connections are also based on TCP/IP between two (or more) Hercules instances, and requires an even-odd pair of port numbers per device side. Only the even port numbers are to be configured; the odd numbers are just derived by adding 1 to the (configured) even port numbers. The socket connection pairs cross-connect, the arrows showing the send->receive direction :

               x-lport-even -> y-rport-odd
               x-lport-odd  <- y-rport-even
            

    Three arguments are required:

    lport
    is the even TCP/IP port on the local system.
    raddress
    is the IP address of the remote system.
    rport
    is the even TCP/IP port on the remote system.

    The remaining arguments are optional:

    mtu
    optional mtu buffer size, defaults to 32778
    sml
    optional small minimum for mtu, defaults to 8

    A sample CTCE device configuration is shown below:

    Hercules PC Host A with IP address 192.168.1.100 :

                  0E40  CTCE  30880  192.168.1.200  30880
                  0E41  CTCE  30882  192.168.1.200  30882 

    Hercules PC Host B with IP address 192.168.1.200 :

                  0E40  CTCE  30880  192.168.1.100  30880
                  0E41  CTCE  30882  192.168.1.100  30882 

    CTCE connected Hercules instances can be hosted on either Unix or Windows platforms, both sides do not need to be the same.


    LCS     (LAN Channel Station Emulation)

    An emulated Lan Channel Station Adapter. This emulation mode appears to the operating system running in the Hercules machine as an IBM 8232 LCS device, an IBM 2216 router, a 3172 running ICP (Interconnect Communications Program), the LCS3172 driver of a P/390, or an IBM Open Systems Adapter.

    Rather than a point-to-point link, this emulation creates a virtual ethernet adapter through which the guest operating system running in the Hercules machine can communicate. As such, this mode is not limited to TCP/IP traffic, but in fact will handle any ethernet frame.

    The configuration statement for LCS is as follows:

    NOTE: There are no required parameters for the LCS emulation, however there are several options that can be specified on the config statement:

    NOTE: On the MAC OS X Platform, the long option format (--xxx) is not supported. Only the short option format (-x : one dash, one letter) should be used.

    -n devname    or   --dev devname

    where devname is:

    (Linux/Unix)

    the name of the TUN/TAP special character device, normally /dev/net/tun.

    (Windows)

    is either the IP or MAC address of the driving systems network card. Note: If this option is omitted, then TunTap32 automatically selects the first network card it finds, which may not be desirable for some users.

    Refer to the Help file included with Fish's CTCI-WIN product for for more information about adapter binding order and for general information regarding CTCI-WIN configuration.

    -o filename    or   --oat filename

    where filename specifies the filename of the OSA Address Table (OAT). If this option is specified, the optional --mac and guestip entries are ignored in preference to statements in the OAT. (See further below for the syntax of the OAT)

    If no OAT is specified, the emulation module will create the following:

    • An ethernet adapter (port 0) for TCP/IP traffic only.
    • Two device addresses will be defined (devnum and devnum + 1).

    -m MAC Address    or   --mac MAC address

    where 'MAC address' is the optional hardware address for your guest's virtual adapter/interface in the format: hh:hh:hh:hh:hh:hh. The default value is '00:00:5E:nn:nn:nn' where the :nn:nn:nn portion is constructed from the last 3 octets of the specified guestip.

    Note: The MAC address you specify for this option must be unique as seen by all other devices on your network. It should never, for example, be the same as the host adapter MAC address specified on the -n parameter.

    Note: If you use the --oat option, do not specify an address here. Instead, specify your desired guest adapter MAC address in your OAT file via the HWADD statement.

    guestip

    is an optional IP address of the Hercules (guest OS) side. Note: This is only used to establish a point-to-point routing table entry on driving system. If you use the --oat option, do not specify an address here.

    OAT syntax

    The syntax for the OSA Address Table (OAT) is as follows:

    *****************************************************
    * Dev    Mode   Port    Entry specific information  *
    *****************************************************
    
      0400    IP     00     PRI  172.21.3.32
      0402    IP     00     SEC  172.21.3.33
      0404    IP     00     NO   172.21.3.38
      0406    IP     01     NO   172.21.2.16
      040E    SNA    00
    
    HWADD  00  02:00:FE:DF:00:42
    HWADD  01  02:00:FE:DF:00:43
    
    ROUTE  00  172.21.3.32  255.255.255.224
    

    where:

    Dev
    is the base device address

    Mode
    is the operation mode: IP or SNA.

    Note:  the SNA operation mode is not currently implemented.

    Port
    is the virtual (relative) adapter number (i.e. port number).

    The read/write devices can be swapped by coding the odd address of the even-odd pair in the OAT.

    Up to 4 virtual (relative) adapters (i.e. ports) 00-03 are currently supported.

    For IP modes, the entry specific information is as follows:

    PRI | SEC | NO

    Specifies where a packet with an unknown IP address is forwarded to. PRI is the primary default entry, SEC specifies the entry to use when the primary is not available, and NO specifies that this is not a default entry.

    nnn.nnn.nnn.nnn

    Specifies the home IP address

    When the operation mode is IP  specify only the read (even) device number for Dev. The write (odd) address will be created automatically.

    Additionally, a HWADD and/or ROUTE statement may also be included in the OAT:

    HWADD  pp  hh:hh:hh:hh:hh:hh

    Use the HWADD to specify a hardware (MAC) address for a virtual adapter (port). The first parameter after HWADD specifies the relative adapter (port) to which the address is applied.

    ROUTE  pp  nnn.nnn.nnn.nnn  ...

    The ROUTE statement is included for convenience. This requests Hercules's network configuration logic (hercifc utility on Linux or CTCI-WIN on Windows) to automatically create a network route for this specified virtual adapter. Please note that it is not necessary to include point-to-point routes for each IP address in the table since this is done automatically by the Hercules device driver's emulation module.


    PTP     (MPCPTP/MPCPTP6 Channel to Channel link)

    A point-to-point IP connection with the TCP/IP stack of the host system on which Hercules is running. From the point of view of the guest image running in the Hercules machine it appears to be an MPCPTP and/or MPCPTP6 ESCON CTC link to another image.

    For *nix systems, such as Linux, BSD, and OSX, you may use preconfigured interfaces or you may request Hercules to configure the interface for you. In the first case you must know and supply the name of the interface to use; in the second case the kernel supplies an interface name. See the Hercules TCP/IP page for more details.

    Required for *nix when using a preconfigured interface:

    [-x/--if] ifname

    Specifies the interface name of a TUN interface that is already configured.

    Specify no host names or IP addresses or other arguments as the information is already configured into the interface.

    Required for *nix when not using a preconfigured interface, and for Windows:

    guest1

    Specifies the host name or IP address of the guest operating system running under Hercules.

    host1

    Specifies the host name or IP address of the host (Linux or Windows) side of the point-to-point link.

    guest2

    Specifies the host name or IP address of the guest operating system running under Hercules.

    host2

    Specifies the host name or IP address of the host (Linux or Windows) side of the point-to-point link.

    guest1 and host1 must both be of the same address family, i.e. both IPv4 or both IPv6.

    guest2 and host2, if specified, must both be of the same address family, i.e. both IPv4 or both IPv6, and must not be of the same address family as guest1 and host1.

    If a host name is specified for guest1, and the host name can be resolved to both an IPv4 and an IPv6 address, use either the -4/--inet or the -6/--inet6 option to specify which address family should be used; if neither the -4/--inet nor the -6/--inet6 option is specified, whichever address family the resolver returns first will be used.

    host1 or host2 can be followed by the prefix size expressed in CIDR notation, e.g. 192.168.1.1/24 or 2001:db8:3003:1::543:210f/48. For IPv4 the prefix size can have a value from 0 to 32; if not specified a value of 32 is assumed. For IPv6 the prefix size can have a value from 0 to 128; if not specified a value of 128 is assumed. For IPv4 the prefix size is used to produce the equivalent subnet mask; for example, a value of 24 produces a subnet mask of 255.255.255.0.

    If guest1, host1, guest2 or host2 are numeric IPv6 addresses, they can be between braces, e.g. [2001:db8:3003:1::543:210f].

    Optional for *nix:

    If these arguments are specified, they must precede the required arguments.

    -t size    or   --mtu size

    where size is the maximum transmission unit size. The default size is 1500.

    -x name    or   --if name

    Specifies the name of the TUN interface to use. There is no default for name.

    Optional for Windows:

    If these arguments are specified, they must precede the required arguments.

    -m MAC address    or   --mac MAC address

    where 'MAC address' is the optional hardware address for the virtual interface in the format: hh:hh:hh:hh:hh:hh. The default value is '00:00:5E:nn:nn:nn' where the :nn:nn:nn portion is constructed from the last 3 octets of the specified guestip.

    Note: The MAC address you specify for this option must be unique as seen by all other devices on your network. It should never, for example, be the same as the host adapter MAC address specified on the -n parameter.

    -k  kernel-capture-buffer-size
    -i  tuntap32-i/o-buffer-size

    Refer to the Help file included with Fish's CTCI-WIN product for further details and information.

    Optional for both *nix and Windows:

    If these arguments are specified, they must precede the required arguments:

    -n name    or   --dev name

    Specifies the name of the tunnel device to use.

    The default for Linux is /dev/net/tun (which is correct for version 2.4 and above of the Linux kernel). The default for OSX is /dev/tun0.

    For Windows, specify the IP address or MAC address of the real Windows adapter to emulate the virtual guest's adapter on. The default is the first adapter found according to Windows' adapter binding order, which may not be the one you want if you have multiple adapters.

    Refer to the Help file included with Fish's CTCI-WIN product for for more information about adapter binding order and for general information regarding CTCI-WIN configuration.

    -4    or   --inet

    Indicates that when a host name is specified for guest1, the host name must resolve to an IPv4 address.

    -6    or   --inet6

    Indicates that when a host name is specified for guest1, the host name must resolve to an IPv6 address.

    -d    or   --debug

    Specifies that debugging output is to be produced on the Hercules control panel. This should normally be left unspecified.


    QETH     (OSA/QDIO Ethernet Adapter)             (Note: This is an experimental driver which may not be fully functional yet.)

    emulates an OSA Express card running in QDIO mode. Both layer-2 and layer-3 are currently supported.

    Optional for *nix:

    ifname  interface

    Specifies the interface name of a host interface that is already configured (e.g. tun, tun0, etc).  (*nix only)

    Optional for both *nix and Windows:

    iface  device

    Specifies the name of the host tunnel device to use.

    The default for Linux is /dev/net/tun (which is correct for version 2.4 and above of the Linux kernel). The default for OSX is /dev/tun0.

    For Windows, specify the IP address or MAC address of your Windows host's real network adapter that the Hercules driver should use to emulate your virtual guest's adapter on. The default is the first adapter found according to Windows' adapter binding order, which may not be the one you want if you have multiple adapters.

    Refer to the Help file included with Fish's CTCI-WIN product for for more information about adapter binding order and for general information regarding CTCI-WIN configuration.

    ipaddr  address
    ipaddr  address/prefix

    Specifies the IPv4 address to be assigned to your virtual OSA Express card. The address can be optionally followed by a prefix size expressed in CIDR notation, e.g. 192.168.1.1/24. For IPv4 the prefix size can have a value from 0 to 32. If not specified a value of 32 is assumed. The prefix size is used to produce an equivalent subnet mask. For example, a value of 24 produces a subnet mask of 255.255.255.0.

    netmask  mask

    Specifies the subnet mask to be used with your OSA card. The netmask option may only be specified when the subnet mask is not already defined via the optional prefix size parameter of the ipaddr option.

    ipaddr6  address
    ipaddr6  address/prefix

    Specifies the IPv6 address to be assigned to your OSA card. The address can be optionally followed by the prefix size expressed in CIDR notation, e.g. 2001:db8:3003:1::543:210f/48. For IPv6 the prefix size can have a value from 0 to 128. If not specified a value of 128 is assumed. The prefix size is used to produce an equivalent subnet mask.

    hwaddr  MAC

    Specifies the MAC address to be assigned to your OSA card. If not specified then one will be internally generated in the range 02:00:5E:80:00:00 - 02:00:5E:FF:FF:FF using the low order 23 bits of the IPv4 address. For example, if the ipv4 address is 10.1.2.3 the generated MAC address will be 02:00:5E:81:02:03.

    Note: The MAC address you specify for this option must be unique as seen by all other devices on your network. It should never, for example, be the same as the real host adapter's MAC address as identified by the iface parameter.

    mtu  bytes

    Specifies the Maximum Transmission Unit to be used. The maximum transmission unit (MTU) is the largest packet size, measured in bytes, that can be transmitted over a network.

    chpid  id

    Specifies the channel path identifier to be used with the device. This is mostly a cosmetic value but certain guest operating systems such as z/OS might require it to operate correctly.

    debug

    Enables debug logging for the device. When logging is enabled the Hercules driver logs extra progress and status messages used to help debug an incorrectly functioning driver.



    CKD DASD devices

    The argument specifies the name of a file containing the disk CKD DASD image or the INET address of a Hercules shared device server.

    The file consists of a 512-byte device header record followed by fixed length track images. The length of each track image depends on the emulated device type, and is always rounded up to the next multiple of 512 bytes.

    Volumes larger than 2GB (for example, the 3390 model 3) can be supported by spreading the data across more than one file. Each file contains a whole number of cylinders. The first file (which contains cylinders 0-2518 in the case of a 3390) usually has _1 as the last two characters of its name. The ckddasd driver allocates the remaining files by replacing the last character of the file name by the characters 2, 3, etc.

    Note:  When CKD DASD images are spread across multiple files, you must specify only the first file name (the file with suffix _1) in the configuration statement.

    If your operating system supports large file sizes (or 64-bit offsets) then volumes larger than 2G can be kept in a single file.

    Alternatively, the argument may specify the name of a file containing a compressed CKD DASD image. The CKD driver will automatically detect whether the file contains a regular CKD image or a compressed CKD image.

    Refer to "Creating an empty DASD volume" in the "Creating, formatting, and loading DASD volumes" section of the Creating DASD web page for information on using the 'dasdinit' command/utility to create compressed dasd files. Refer to the Compressed Dasd Emulation page for details on the actual CCKD emulation itself and additional information on the CCKD initialization/tuning control file statement.

    If you specify an INET address, the format is:

    ip-name-or-addr:port:devnum

    ip-name-or-addr specifies the internet name or address where the Hercules shared device server is running.

    port specifies the port number the shared device server is listening on. If omitted, the default is 3990.

    devnum specifies the device number on the shared device server. If omitted, the default is the current device number.

    In addition to the above, some additional optional arguments are also supported.

    sf=shadow-file-name

    A shadow file contains all the changes made to the emulated dasd since it was created, until the next shadow file is created. The moment of the shadow file's creation can be thought of as a snapshot of the current emulated dasd at that time, because if the shadow file is later removed, then the emulated dasd reverts back to the state it was at when the snapshot was taken.

    Using shadow files, you can keep the base file on a read-only device such as cdrom, or change the base file attributes to read-only, ensuring that this file can never be corrupted.

    Hercules console commands are provided to add a new shadow file, remove the current shadow file (with or without backward merge), compress the current shadow file, and display the shadow file status and statistics

    For detailed information regarding shadow files and their use, please see the "Shadow Files" section of the Compressed Dasd Emulation web page.

    [no]syncio

    Syncio enables possible 'synchronous' i/o. This is a dasd i/o feature wherein guest i/o requests are completed "synchronously" during the actual emulated execution of the SIO/SSCH (start-i/o / start subchannel) instruction rather than being deferred and executed asynchronously in a separate device i/o thread.

    Only i/o which are known to be able to be completed without actually needing to perform any actual host i/o are completed synchronously (e.g. whenever the data being requested is found to already be in cache). If the requested data is not found in the cache, then an actual host i/o will need to be done and the request is passed to a device i/o thread to be completed asyncronously instead.

    syncio is the default for ckd. syncio statistics may be displayed via the Hercules syncio panel command.

    syncio may be abbreviated as syio

    readonly

    Readonly returns "write inhibited" sense when a write is attempted. Note that not all of the sense bits may be getting set absolutely correctly however. (Some people have reported getting different error messages under Hercules than a real machine, but it really hasn't been an issue for a while now.)

    readonly may be abbreviated as rdonly or ro

    fakewrite

    Fakewrite is a kludge for the readonly sense problem mentioned above. Here the disk is not intended to be updated (MVS updates the DSCB last referenced field for a readonly file) and any writes appear to be successful even though nothing actually gets written.

    fakewrite may be abbreviated as fakewrt or fw

    [no]lazywrite
    [no]fulltrackio

    These options have been deprecated. They are still accepted, but they do absolutely nothing.

    fulltrackio may be abbreviated as fulltrkio or ftio

    cu=type

    Specifies the type of control unit to which this device is attached. The use of this parameter does not necessarily imply that all functions of the specified control unit are emulated, its only purpose is to force a particular control unit type to be indicated in the data returned by SENSE ID and similar CCW's.

    The default value depends on the device type:

    Device typeDefault CU type
    23112841
    23142314
    3330 3340
    3350 3375
    3380
    3880
    33903990
    93459343

    Other values which may be specified are: 3990-3 and 3990-6.

    Normally the default value is appropriate and this parameter need not be specified.


    FBA DASD devices

    The argument specifies the name of a file which contains the FBA DASD image or the INET address of a Hercules shared device server.

    The file consists of fixed length 512-byte records, each of which represents one physical block of the emulated disk.

    To allow access to a minidisk within a full-pack FBA DASD image file, two additional arguments may be specified after the file name:

    origin

    Specifies the relative block number within the DASD image file at which the minidisk begins. The number must be less than the number of blocks in the file. The default origin is zero.

    numblks

    Specifies the number of 512-byte blocks in the minidisk. This number must not exceed the number of blocks in the file minus the origin. If omitted, or if specified as an asterisk, then the minidisk continues to the end of the DASD image file.

    If you specify an INET address the format is:

    ip-name-or-addr:port:devnum

    ip-name-or-addr specifies the internet name or address where the Hercules shared device server is running.

    port specifies the port number the shared device server is listening on. If omitted, the default is 3990.

    devnum specifies the device number on the shared device server. If omitted, the default is the current device number.

    In addition to the above, some additional optional arguments are also supported.

    sf=shadow-file-name

    The handling of shadow files for FBA devices is identical as that for CKD devices. Please refer to the preceding CKD section for information regarding use of the sf= shadow file option.

    [no]syncio

    Syncio enables possible 'synchronous' i/o and is explained in detail in the preceding CKD dasd section. Note however that syncio is currently disabled by default for FBA dasd due to an as yet unresolved problem and must therefore be specifically enabled if you wish to use it for FBA dasd.

    syncio may be abbreviated as syio


    Communication Line - BSC

    (Preliminary 2703 BSC Support)

    Describes a BSC emulation line entry to either link 2 Hercules engines or a custom made program emulating a 2780, 3780 or 3x74, or a custom made program interfacing to a real BSC line. The line emulates a point-to-point BSC link. There is no point-to-multipoint handling.

    The communication is emulated over a TCP connection. All bytes are transfered as-is (except for doubling DLE in transparent mode) just like it would over a real BSC link. Emulated EIA (DCD, DTR, CTS, etc..) or X.21/V.11 leads (C, T, etc..) are treated differently depending on the DIAL option selected.

    The following options define the line emulation behaviour:

    DIAL=IN | OUT | INOUT | NO

    Specifies call direction (if any). If DIAL=NO is specified, the TCP outgoing connection is attempted as soon as an 'ENABLE' CCW is executed. Also, in this mode, an incoming connection will always be accepted. If DIAL=IN|INOUT is specified, a TCP incoming call is accepted ONLY if an 'ENABLE' CCW is currently executing on the device. If DIAL=OUT, the 'ENABLE' CCW is rejected. When DIAL=IN|INOUT is specified, a DIAL CCW allows the application to establish a TCP connection to a specific host. For other DIAL values, the DIAL CCW is rejected.

    LHOST=hostname | ip address | *

    Specifies which IP address to listen on. This also conditions the network interface from which incoming calls will be accepted. Specifying '*' means all incoming TCP calls are accepted, regardless of the destination IP address or call origin. This is the default value. Specifying a specific IP address when DIAL=OUT is specified has no effect.

    LPORT=service name | port number

    Specifies the TCP port for which to listen to incoming TCP calls. This value is mandatory for DIAL=IN|INOUT|NO. It is ignored for DIAL=OUT.

    RHOST=hostname | ip address
    RPORT=service name | port number

    Specifies the remote host and port to which to direct a TCP connection on a DIAL=NO line when an 'ENABLE' CCW is executed. This option is mandatory when DIAL=NO is specified. It is ignored for other DIAL values.

    The following options are tuning options. In most cases, using the default values give the best results

    RTO=0 | -1 | nnn | 3000

    Specifies the number of milliseconds before terminating a read on a timeout, when no read termination control character is received. Specifying 0 means the READ ends immediately. -1 specifies there is no timeout.

    PTO=0 | -1 | nnn | 3000

    Specifies the number of milliseconds before terminating a POLL on a timeout, when no ACK or NACK sequence is received. Specifying 0 means the POLL ends immediately. -1 specifies there is no timeout.

    ETO=0 | -1 | nnn | 10000

    Specifies the number of milliseconds before terminating an ENABLE operation on a timeout. the timeout applies when DIAL=NO|IN|INOUT is specified, the outgoing TCP call fails (DIAL=NO) and there is no previously or currently established TCP connection for this line. When DIAL=NO is specified, the timeout defaults to 10 seconds. For DIAL=IN|INOUT, the timeout defaults to -1.

    Communication Line - TTY

    (Preliminary 2703 TELE2 TTY Support)

    Describes a 2703 Telegraph Terminal Control Type II (TTY 33/35) stop/start line, providing access to the Host OS via a standard TELNET client. To the host OS the line emulates an asynchronous TELE2 connection. The communication is emulated over a TELNET connection.

    The following options define the line emulation behaviour:

    LPORT=port number

    Specifies the TCPIP port to listen on for incoming TCP calls.

    DIAL=IN

    Specifies that this line is for in-bound calls. Required.

    TERM=TTY

    Specifies that this definition is for a TTY port. Required

    Additional 2703 Communication Line options

    The following are some additional options that may also be specified for 2703 devices:

    APPEND=hh...
    PREPEND=hh...

    Specifies up to four bytes (in S/370 channel format, not ASCII) to be prepended or appended to input line data received from terminals before they are sent to the guest OS. Typical use is to add Circle D and C around each input transmission (2741's for APL\360).

    BINARY=NO | YES

    Negotiate to telnet binary mode if TERM=RXVT4APL.

    BS=DUMB
    BREAK=DUMB

    Backspace and break key handling option.

    When using windows telnet it is recommended to always use BS=DUMB and BREAK=DUMB.

    CODE=EBCD | CORR | NONE

    Specify code=ebcd for EBCD, code=corr for correspondence code, or code=none to disable all translation. The code= option applies to 2741 mode only.

    CRLF=YES | NO

    Option to map 2741 NL to TTY CRLF sequence.

    CRLF2CR=YES | NO

    Remove LF that immediately follow CR.

    EOL=hh

    Specifies the ASCII byte value that, when received, marks the end of the input line. The default is EOL=0D.

    ISKIP=hh...

    Specifies up to four ASCII bytes that are to be suppressed during input processing.

    KA=NO | (idle,intv,count)

    Defines the TCP/IP keepalive settings for this line's connections. Refer the the CONKPALV statement for details.

    LNCTL=TELE2 | IBM1 | BSC

    Specifies the type of communications line being defined.

    For asynchronous communications lines specify LNCTL=TELE2 if TERM=TTY or LNCTL=IBM1 if TERM=2741. For binary synchronous (BSC) lines specify LNCTL=BSC.

    SKIP=hh...

    Specifies "garbage" code points (either byte-reversed ASCII for TERM=TTY or correspondence code/EBCD for TERM=2741) that are to be suppressed in output processing, thereby allowing distinct lists to be used for different terminal types.

    SENDCR=NO | YES

    Send CR back to terminal when input line received.

    SWITCHED=IN | OUT | INOUT | NO

    Switched is just a synonym for the DIAL option.

    TERM=TTY | 2741 | RXVT4APL

    Specifies the terminal type. Use RXVT4APL for 8-bit and character translation in 2741 mode.

    UCTRANS=YES | NO

    Enable automatic translation to uppercase.


    If you have a question about Hercules, see the Hercules Frequently-Asked Questions page.


    back

    Last updated $Date$ $Revision$