mirror of
https://github.com/SDL-Hercules-390/hyperion.git
synced 2026-04-21 03:12:58 +02:00
New files for messages documentation.
git-svn-id: file:///home/jj/hercules.svn/trunk@1059 956126f8-22a0-4046-8f4a-272fa8102e63
This commit is contained in:
110
html/hercmsg.html
Normal file
110
html/hercmsg.html
Normal file
@@ -0,0 +1,110 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN" "html.dtd">
|
||||
<HTML>
|
||||
<HEAD><TITLE>
|
||||
Hercules Version 2: System Message Overview</TITLE>
|
||||
<LINK REL=STYLESHEET TYPE="text/css" HREF="hercules.css">
|
||||
</HEAD>
|
||||
<BODY BGCOLOR="#ffffcc" TEXT="#000000" LINK="#0000A0"
|
||||
VLINK="#008040" ALINK="#000000">
|
||||
<h1>Hercules Version 2: System Message Overview</h1>
|
||||
<p>
|
||||
This page describes the system messages for the Hercules S/370,
|
||||
ESA/390, and z/Architecture emulator.
|
||||
<h3>Message format</h3>
|
||||
<p>All Hercules-issued messages are of the form:
|
||||
<code>HHC<em>mmnnns text</em></code>
|
||||
where:
|
||||
<dl>
|
||||
<dt><code>HHC</code>
|
||||
<dd>is the message prefix for Hercules. All Hercules messages will have
|
||||
this prefix.
|
||||
<dt><code><em>mm</em></code>
|
||||
<dd>specifies the function that issued the message, from the following list:
|
||||
<dl>
|
||||
<dt><code><a href="hercmscf.html">CF</a></code>
|
||||
<dd>Configuration file processing
|
||||
<dt><code><a href="hercmscp.html">CP</a></code>
|
||||
<dd>CPU emulation
|
||||
<dt><code><a href="hercmsct.html">CT</a></code>
|
||||
<dd>Channel-to-channel adapter emulation
|
||||
<dt><code><a href="hercmsda.html">DA</a></code>
|
||||
<dd>DASD emulation (both CKD and FBA)
|
||||
<dt><code><a href="hercmsdc.html">DC</a></code>
|
||||
<dd><code>dasdcopy</code>
|
||||
<dt><code><a href="hercmsdi.html">DI</a></code>
|
||||
<dd><code>dasdinit</code>
|
||||
<dt><code><a href="hercmsdl.html">DL</a></code>
|
||||
<dd><code>dasdload</code>
|
||||
<dt><code><a href="hercmsds.html">DS</a></code>
|
||||
<dd><code>dasdisup</code>
|
||||
<dt><code><a href="hercmscf.html">DT</a></code>
|
||||
<dd><code>dasdcat</code>
|
||||
<dt><code><a href="hercmshe.html">HE</a></code>
|
||||
<dd><code>hetinit</code>
|
||||
<dt><code><a href="hercmshg.html">HG</a></code>
|
||||
<dd><code>hetget</code>
|
||||
<dt><code><a href="hercmshm.html">HM</a></code>
|
||||
<dd><code>hetmap</code>
|
||||
<dt><code><a href="hercmsht.html">HT</a></code>
|
||||
<dd>HTTP server
|
||||
<dt><code><a href="hercmshu.html">HU</a></code>
|
||||
<dd><code>hetupd</code>
|
||||
<dt><code><a href="hercmsif.html">IF</a></code>
|
||||
<dd><code>hercifc</code> (Network interface configuration handler)
|
||||
<dt><code><a href="hercmslc.html">LC</a></code>
|
||||
<dd>LCS emulation
|
||||
<dt><code><a href="hercmspn.html">PN</a></code>
|
||||
<dd>Hercules control panel command messages
|
||||
<dt><code><a href="hercmspr.html">PR</a></code>
|
||||
<dd>Printer emulation
|
||||
<dt><code><a href="hercmspu.html">PU</a></code>
|
||||
<dd>Card punch emulation
|
||||
<dt><code><a href="hercmsrd.html">RD</a></code>
|
||||
<dd>Card reader emulation
|
||||
<dt><code><a href="hercmsta.html">TA</a></code>
|
||||
<dd>Tape device emulation
|
||||
<dt><code><a href="hercmstc.html">TC</a></code>
|
||||
<dd><code>tapecopy</code>
|
||||
<dt><code><a href="hercmste.html">TE</a></code>
|
||||
<dd>1052 and 3270 terminal emulation
|
||||
<dt><code><a href="hercmstm.html">TM</a></code>
|
||||
<dd><code>tapemap</code>
|
||||
<dt><code><a href="hercmsts.html">TS</a></code>
|
||||
<dd><code>tapesplt</code>
|
||||
<dt><code><a href="hercmstu.html">TU</a></code>
|
||||
<dd>TUN/TAP driver support
|
||||
</dl>
|
||||
<dt><code><em>nnn</em></code>
|
||||
<dd>Specific message number, assigned more or less sequentially.
|
||||
<dt><code><em>s</em></code>
|
||||
<dd>Message severity:
|
||||
<dl>
|
||||
<dt><code>S</code>
|
||||
<dd>Severe error. Causes immediate termination of Hercules.
|
||||
<dt><code>E</code>
|
||||
<dd>Error. The function being requested did not execute correctly, but
|
||||
Hercules should continue running.
|
||||
<dt><code>W</code>
|
||||
<dd>Warning. Not necessarily an error, but something to take note of and
|
||||
possibly correct.
|
||||
<dt><code>I</code>
|
||||
<dd>Information. General messages that do not require any further action.
|
||||
<dt><code>A</code>
|
||||
<dd>Action. You need to do something.
|
||||
</dl>
|
||||
<dt><code><em>text</em></code>
|
||||
<dd>Message text.
|
||||
</dl>
|
||||
<p>You may look up any message by following the link from the function
|
||||
identifier in the above list.
|
||||
<p><center><hr width=15% noshade></center>
|
||||
<p>
|
||||
If you have a question about Hercules, see the
|
||||
<a href="hercfaq.html">Hercules Frequently-Asked Questions</a> page.
|
||||
<p><center><hr width=15% noshade>
|
||||
<a href="hercinst.html"><img src="gifs/back.gif" border=0 alt="back"></a>
|
||||
</center>
|
||||
<small>
|
||||
<p>Last updated 15 December 2002
|
||||
</BODY>
|
||||
</HTML>
|
||||
132
html/hercmste.html
Normal file
132
html/hercmste.html
Normal file
@@ -0,0 +1,132 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN" "html.dtd">
|
||||
<HTML>
|
||||
<HEAD><TITLE>
|
||||
Hercules Version 2: System Messages: TE - 1052/3270 Terminal Emulation</TITLE>
|
||||
<LINK REL=STYLESHEET TYPE="text/css" HREF="hercules.css">
|
||||
</HEAD>
|
||||
<BODY BGCOLOR="#ffffcc" TEXT="#000000" LINK="#0000A0"
|
||||
VLINK="#008040" ALINK="#000000">
|
||||
<h1>Hercules Version 2: System Messages: TE - 1052/3270 Terminal Emulation</h1>
|
||||
<p>
|
||||
This page describes the terminal emulation messages for the Hercules S/370,
|
||||
ESA/390, and z/Architecture emulator.
|
||||
<h3>Messages</h3>
|
||||
<dl>
|
||||
<dt><code><a name="HHCTE001I">
|
||||
HHCTE001I Console connection thread started: tid=<em>threadid</em>,
|
||||
pid=<em>processid</em>
|
||||
</a></code>
|
||||
<dd><dl>
|
||||
<dt>Meaning
|
||||
<dd>The thread that handles connection requests from console devices has
|
||||
been started.
|
||||
<dt>Issued by
|
||||
<dd>console.c, function console_connection_handler
|
||||
</dl>
|
||||
<dt><code><a name="HHCTE002W">
|
||||
HHCTE001I Waiting for port <em>port</em> to become free
|
||||
</a></code>
|
||||
<dd><dl>
|
||||
<dt>Meaning
|
||||
<dd>The thread that handles connection requests from console devices
|
||||
is waiting for the TCP port denoted by <code><em>port</em><code> to become
|
||||
available for use.
|
||||
<dt>Action
|
||||
<dd>If this message persists, some other program has control of the TCP
|
||||
port listed. Find out which one it is and terminate it.
|
||||
<dt>Issued by
|
||||
<dd>console.c, function console_connection_handler
|
||||
</dl>
|
||||
<dt><code><a name="HHCTE003I">
|
||||
HHCTE003I Waiting for console connection on port <em>port</em>
|
||||
pid=<em>num</em>
|
||||
</a></code>
|
||||
<dd><dl>
|
||||
<dt>Meaning
|
||||
<dd>Hercules is ready to accept console connections on
|
||||
port <code><em>port</em></code>.
|
||||
<dt>Issued by
|
||||
<dd>console.c, function console_connection_handler
|
||||
</dl>
|
||||
<dt><code><a name="HHCTE004I">
|
||||
HHCTE004I Console connection thread terminated
|
||||
</a></code>
|
||||
<dd><dl>
|
||||
<dt>Meaning
|
||||
<dd>The thread that handles connection requests from console devices has
|
||||
been terminated.
|
||||
<dt>Issued by
|
||||
<dd>console.c, function console_connection_handler
|
||||
</dl>
|
||||
<dt><code><a name="HHCTE005E">
|
||||
HHCTE005E Cannot create console thread: <em>reason</em>
|
||||
</a></code>
|
||||
<dd><dl>
|
||||
<dt>Meaning
|
||||
<dd>The thread that handles connection requests from console devices could
|
||||
not be started. The reason is shown as <code><em>reason</em></code>.
|
||||
<dt>Action
|
||||
<dd>Correct the reason listed and restart Hercules.
|
||||
<dt>Issued by
|
||||
<dd>console.c, function console_initialise
|
||||
</dl>
|
||||
<dt><code><a name="HHCTE006A">
|
||||
HHCTE006A Enter input for console device <em>address</em>
|
||||
</a></code>
|
||||
<dd><dl>
|
||||
<dt>Meaning
|
||||
<dd>The 1052 console device at <code><em>address</code></em>
|
||||
is waiting for input.
|
||||
<dt>Action
|
||||
<dd>Type the desired input for the console and press the ENTER key.
|
||||
If you do not wish t get this message when input is requested,
|
||||
define the console with the option <code>noprompt</code>.
|
||||
<dt>Issued by
|
||||
<dd>console.c, function constty_execute_ccw
|
||||
</dl>
|
||||
<dt><code><a name="HHCTE007I">
|
||||
HHCTE007I Device <em>address</em> closed by client <em>ipaddr</em>
|
||||
</a></code>
|
||||
<dd><dl>
|
||||
<dt>Meaning
|
||||
<dd>The client at IP address <code><em>ipaddr</em></code> that was
|
||||
connected to the 3270 console at address <code><em>address</em></code> has
|
||||
closed the connection. The device is no longer available for use.
|
||||
<dt>Issued by
|
||||
<dd>console.c, function recv_3270_data
|
||||
</dl>
|
||||
<dt><code><a name="HHCTE008I">
|
||||
HHCTE008I Device <em>address</em> closed by client <em>ipaddr</em>
|
||||
</a></code>
|
||||
<dd><dl>
|
||||
<dt>Meaning
|
||||
<dd>The client at IP address <code><em>ipaddr</em></code> that was
|
||||
connected to the 1052 console at address <code><em>address</em></code> has
|
||||
closed the connection. The device is no longer available for use.
|
||||
<dt>Issued by
|
||||
<dd>console.c, function recv_1052_data
|
||||
</dl>
|
||||
<dt><code><a name="HHCTE009I">
|
||||
HHCTE009I Client <em>ipaddr</em> connected to <em>type</em> device
|
||||
<em>address</em>
|
||||
</a></code>
|
||||
<dd><dl>
|
||||
<dt>Meaning
|
||||
<dd>The client at IP address <code><em>ipaddr</em></code> has connected
|
||||
to Hercules as a <code><em>type</em></code> device and is now available at
|
||||
address <code><em>address</em></code>.
|
||||
<dt>Issued by
|
||||
<dd>console.c, function connect_client
|
||||
</dl>
|
||||
</dl>
|
||||
<p><center><hr width=15% noshade></center>
|
||||
<p>
|
||||
If you have a question about Hercules, see the
|
||||
<a href="hercfaq.html">Hercules Frequently-Asked Questions</a> page.
|
||||
<p><center><hr width=15% noshade>
|
||||
<a href="hercinst.html"><img src="gifs/back.gif" border=0 alt="back"></a>
|
||||
</center>
|
||||
<small>
|
||||
<p>Last updated 15 December 2002
|
||||
</BODY>
|
||||
</HTML>
|
||||
Reference in New Issue
Block a user