/usr/share/hercules/hercmslc.html is in hercules 3.07-2.3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 | <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN" "html.dtd">
<HTML>
<HEAD><TITLE>
Hercules Version 3: System Messages: LC - LAN Channel Station 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 3: System Messages: LC - LAN Channel Station Emulation</h1>
<p>
This page describes the LAN Channel Station emulation messages for the
Hercules S/370, ESA/390, and z/Architecture emulator.
<h3>Messages</h3>
<dl class="messages">
<dt><code><a name="HHCLC001E">
HHCLC001E <em>nnnn</em> unable to allocate LCSBLK
</a></code>
<dd><dl>
<dt>Meaning
<dd>There is insufficient storage to allocate the control block for
LCS device number <em>nnnn</em>.
<dt>Action
<dd>Correct the error and restart Hercules.
<dt>Issued by
<dd>ctc_lcs.c, function LCS_Init
</dl>
<dt><code><a name="HHCLC017E">
HHCLC017E <em>nnnn</em> invalid device name <em>devname</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>The value of the -n or -dev parameter in the configuration statement
for LCS device number <em>nnnn</em> is missing or too long.
<dt>Action
<dd>Correct the parameter and reinitialize the device.
<dt>Issued by
<dd>ctc_lcs.c, function ParseArgs
</dl>
<dt><code><a name="HHCLC018E">
HHCLC018E <em>nnnn</em> invalid MAC address <em>macaddr</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>The value of the -m or -mac parameter in the configuration statement
for LCS device number <em>nnnn</em> is not a valid MAC address.
<dt>Action
<dd>Correct the parameter and reinitialize the device.
<dt>Issued by
<dd>ctc_lcs.c, function ParseArgs
</dl>
<dt><code><a name="HHCLC019E">
HHCLC019E <em>nnnn</em> too many arguments in statement.
</a></code>
<dd><dl>
<dt>Meaning
<dd>The configuration statement for LCS device number <em>nnnn</em>
contains too many positional parameters.
<dt>Action
<dd>Correct the statement and reinitialize the device.
<dt>Issued by
<dd>ctc_lcs.c, function ParseArgs
</dl>
<dt><code><a name="HHCLC020E">
HHCLC020E <em>nnnn</em> invalid IP address <em>ipaddr</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>The first positional parameter in the configuration statement
for LCS device number <em>nnnn</em> is not a valid IP address.
<dt>Action
<dd>Correct the statement and reinitialize the device.
<dt>Issued by
<dd>ctc_lcs.c, function ParseArgs
</dl>
<dt><code><a name="HHCLC021E">
HHCLC021E Invalid HWADD statement in <em>filename</em>: <em>stmt</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>The port number parameter of the HWADD statement <em>stmt</em>
in OAT file <em>filename</em> is not numeric.
<dt>Action
<dd>Correct the statement and reinitialize the device.
<dt>Issued by
<dd>ctc_lcs.c, function BuildOAT
</dl>
<dt><code><a name="HHCLC022E">
HHCLC022E Invalid MAC in HWADD statement in <em>filename</em>: <em>stmt</em> (<em>macaddr</em>)
</a></code>
<dd><dl>
<dt>Meaning
<dd>The second positional parameter of the HWADD statement <em>stmt</em>
in OAT file <em>filename</em> is not a valid MAC address.
<dt>Action
<dd>Correct the parameter and reinitialize the device.
<dt>Issued by
<dd>ctc_lcs.c, function BuildOAT
</dl>
<dt><code><a name="HHCLC023E">
HHCLC023E Invalid ROUTE statement in <em>filename</em>: <em>stmt</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>The port number parameter of the ROUTE statement <em>stmt</em>
in OAT file <em>filename</em> is not numeric.
<dt>Action
<dd>Correct the statement and reinitialize the device.
<dt>Issued by
<dd>ctc_lcs.c, function BuildOAT
</dl>
<dt><code><a name="HHCLC024E">
HHCLC024E Invalid net address in ROUTE <em>filename</em>: <em>stmt</em> (<em>netaddr</em>)
</a></code>
<dd><dl>
<dt>Meaning
<dd>The second positional parameter of the ROUTE statement <em>stmt</em>
in OAT file <em>filename</em> is not a valid IP network address.
<dt>Action
<dd>Correct the parameter and reinitialize the device.
<dt>Issued by
<dd>ctc_lcs.c, function BuildOAT
</dl>
<dt><code><a name="HHCLC025E">
HHCLC025E Invalid net mask in ROUTE <em>filename</em>: <em>stmt</em> (<em>netaddr</em>)
</a></code>
<dd><dl>
<dt>Meaning
<dd>The third positional parameter of the ROUTE statement <em>stmt</em>
in OAT file <em>filename</em> is not a valid IP network mask.
<dt>Action
<dd>Correct the parameter and reinitialize the device.
<dt>Issued by
<dd>ctc_lcs.c, function BuildOAT
</dl>
<dt><code><a name="HHCLC026E">
HHCLC026E Error in <em>filename</em>: Missing device number or mode
</a></code>
<dd><dl>
<dt>Meaning
<dd>The OAT file <em>filename</em> contains a statement which cannot
be identified.
<dt>Action
<dd>Correct the statement and reinitialize the device.
<dt>Issued by
<dd>ctc_lcs.c, function BuildOAT
</dl>
<dt><code><a name="HHCLC027E">
HHCLC027E Error in <em>filename</em>: <em>devnum</em>: Invalid device number
</a></code>
<dd><dl>
<dt>Meaning
<dd>The device number <em>devnum</em> specified in the OAT file <em>filename</em>
is not a valid hexadecimal number.
<dt>Action
<dd>Correct the statement and reinitialize the device.
<dt>Issued by
<dd>ctc_lcs.c, function BuildOAT
</dl>
<dt><code><a name="HHCLC028E">
HHCLC028E Error in <em>filename</em>: <em>stmt</em>: Missing PORT number
</a></code>
<dd><dl>
<dt>Meaning
<dd>Statement <em>stmt</em> in OAT file <em>filename</em>
for the IP port of an LCS device does not contain a port number.
<dt>Action
<dd>Correct the statement and reinitialize the device.
<dt>Issued by
<dd>ctc_lcs.c, function BuildOAT
</dl>
<dt><code><a name="HHCLC029E">
HHCLC029E Error in <em>filename</em>: <em>port</em>: Invalid PORT number
</a></code>
<dd><dl>
<dt>Meaning
<dd>The port number <em>port</em> specified in the OAT file <em>filename</em>
for the IP port of an LCS device is not a valid decimal number.
<dt>Action
<dd>Correct the statement and reinitialize the device.
<dt>Issued by
<dd>ctc_lcs.c, function BuildOAT
</dl>
<dt><code><a name="HHCLC031E">
HHCLC031E Error in <em>filename</em>: <em>stmt</em>: Invalid entry starting at <em>text</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>The parameter <em>text</em> specified in statement <em>stmt</em>
in the OAT file <em>filename</em> should be PRI, SEC, or NO.
<dt>Action
<dd>Correct the statement and reinitialize the device.
<dt>Issued by
<dd>ctc_lcs.c, function BuildOAT
</dl>
<dt><code><a name="HHCLC032E">
HHCLC032E Error in <em>filename</em>: <em>stmt</em>: Invalid IP address (<em>ipaddr</em>)
</a></code>
<dd><dl>
<dt>Meaning
<dd>The parameter <em>ipaddr</em> specified in statement <em>stmt</em>
in the OAT file <em>filename</em> is not a valid IP address.
<dt>Action
<dd>Correct the statement and reinitialize the device.
<dt>Issued by
<dd>ctc_lcs.c, function BuildOAT
</dl>
<dt><code><a name="HHCLC033E">
HHCLC033E Error in <em>filename</em>: <em>stmt</em>: Missing PORT number
</a></code>
<dd><dl>
<dt>Meaning
<dd>Statement <em>stmt</em> in OAT file <em>filename</em>
for the SNA port of an LCS device does not contain a port number.
<dt>Action
<dd>Correct the statement and reinitialize the device.
<dt>Issued by
<dd>ctc_lcs.c, function BuildOAT
</dl>
<dt><code><a name="HHCLC034E">
HHCLC034E Error in <em>filename</em>: <em>port</em>: Invalid PORT number
</a></code>
<dd><dl>
<dt>Meaning
<dd>The port number <em>port</em> specified in the OAT file <em>filename</em>
for the SNA port of an LCS device is not a valid decimal number.
<dt>Action
<dd>Correct the statement and reinitialize the device.
<dt>Issued by
<dd>ctc_lcs.c, function BuildOAT
</dl>
<dt><code><a name="HHCLC035E">
HHCLC035E Error in <em>filename</em>: <em>stmt</em>: SNA does not accept any arguments
</a></code>
<dd><dl>
<dt>Meaning
<dd>Statement <em>stmt</em> in OAT file <em>filename</em> for the
SNA port of an LCS device contains positional parameters which
are not used for SNA ports.
<dt>Action
<dd>Correct the statement and reinitialize the device.
<dt>Issued by
<dd>ctc_lcs.c, function BuildOAT
</dl>
<dt><code><a name="HHCLC036E">
HHCLC036E Error in <em>filename</em>: <em>mode</em>: Invalid MODE
</a></code>
<dd><dl>
<dt>Meaning
<dd>Mode <em>mode</em> specified in a device statement in
the OAT file <em>filename</em> should be IP or SNA.
<dt>Action
<dd>Correct the statement and reinitialize the device.
<dt>Issued by
<dd>ctc_lcs.c, function BuildOAT
</dl>
<dt><code><a name="HHCLC037E">
HHCLC037E Error reading file <em>filename</em> line <em>nnnn</em>: <em>description</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An error occurred reading the OAT file for an LCS device.
<em>description</em> is the operating system's description of the error.
The error occurred at line <em>nnnn</em> of file <em>filename</em>.
<dt>Action
<dd>Check that the correct OAT file name is specified in the configuration file.
<dt>Issued by
<dd>ctc_lcs.c, function ReadOAT
</dl>
<dt><code><a name="HHCLC038E">
HHCLC038E File <em>filename</em> line <em>nnnn</em> is too long
</a></code>
<dd><dl>
<dt>Meaning
<dd>An error occurred reading the OAT file for an LCS device.
The error occurred at line <em>nnnn</em> of file <em>filename</em>.
Either the line exceeds 255 characters, or there is no linefeed at
the end of the file.
<dt>Action
<dd>Correct the OAT file.
<dt>Issued by
<dd>ctc_lcs.c, function ReadOAT
</dl>
<dt><code><a name="HHCLC039E">
HHCLC039E Cannot open file <em>filename</em>: <em>description</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An error occurred opening the OAT file <em>filename</em> for an LCS device.
<em>description</em> is the operating system's description of the error.
<dt>Action
<dd>Check that the correct OAT file name is specified in the configuration file.
<dt>Issued by
<dd>ctc_lcs.c, function BuildOAT
</dl>
<dt><code><a name="HHCLC040E">
HHCLC040E <em>nnnn</em> LCSDEV <em>mmmm</em> not in configuration
</a></code>
<dd><dl>
<dt>Meaning
<dd>
The device number <em>mmmm</em> specified in the OAT file does not match
the LCS device number <em>nnnn</em> in the configuration file.
<dt>Action
<dd>Correct the OAT file and reinitialize the device.
<dt>Issued by
<dd>ctc_lcs.c, function LCS_Init
</dl>
<dt><code><a name="HHCLC055I">
HHCLC055I <em>tapn</em> using MAC <em>hh:hh:hh:hh:hh:hh</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>The MAC address assigned the TUN/TAP device <em>tapn</em>
is <em>hh:hh:hh:hh:hh:hh</em>.
<dt>Action
<dd>None.
<dt>Issued by
<dd>ctc_lcs.c, function LCS_LanStats
</dl>
<dt><code><a name="HHCLC056W">
HHCLC056W <em>tapn</em> NOT using MAC <em>hh:hh:hh:hh:hh:hh</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>MAC address <em>hh:hh:hh:hh:hh:hh</em> was requested in the
configuration statement or in the OAT file for an LCS device
but the operating system did not accept the request to change
the MAC address for TUN/TAP device <em>tapn</em>.
<dt>Action
<dd>The device will use the MAC address shown in the preceding
<a href=#HHCLC055I>HHCLC055I</a> message.
<dt>Issued by
<dd>ctc_lcs.c, function LCS_LanStats
</dl>
<dt><code><a name="HHCLC073I">
HHCLC073I <em>nnnn</em>: TAP device <em>tapn</em> opened
</a></code>
<dd><dl>
<dt>Meaning
<dd>LCS device number <em>nnnn</em> is now associated with the
kernel TUN/TAP device named <em>tapn</em>.
<dt>Action
<dd>None.
<dt>Issued by
<dd>ctc_lcs.c, function LCS_Init
</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="hercmsg.html"><img src="images/back.gif" border=0 alt="back"></a>
</center>
<p class="lastupd">Last updated $Date: 2008-12-23 07:52:53 -0600 (Tue, 23 Dec 2008) $ $Revision: 4975 $</p>
</BODY>
</HTML>
|