Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / Documentation / kmsg / s390 / claw
1 /*?
2  * Text: "%s: Creating the /proc files for a new CLAW device failed\n"
3  * Severity: Error
4  * Parameter:
5  *   @1: bus ID of the failed CLAW device
6  * Description:
7  * For each Common Link Access to Workstation (CLAW) device the CLAW device
8  * driver maintains files in the proc file system. The CLAW device driver
9  * failed to create a new CLAW device because it could not create these /proc
10  * files for the new device. You cannot create CLAW devices for Linux kernels
11  * that do not include a proc file system.
12  * User action:
13  * Ensure that your Linux kernel provides a proc file system. Reboot Linux.
14  * If your kernel provides a proc file system and the problem persists, contact
15  * your support organization.
16  */
17
18 /*?
19  * Text: "%s: An uninitialized CLAW device received an IRQ, c-%02x d-%02x\n"
20  * Severity: Warning
21  * Parameter:
22  *   @1: bus ID of the CLAW device
23  *   @2: subchannel status
24  *   @3: device status
25  * Description:
26  * A Common Link Access to Workstation (CLAW) device was not initialized when
27  * it received a channel interrupt (IRQ). The IRQ is ignored. This might be a
28  * temporary condition while the device comes online or is taken offline.
29  * User action:
30  * If this problem occurs frequently, use the status information from the
31  * message and the channel and device traces to analyze the problem. See
32  * "Principles of Operation" for details about of the status information.
33  */
34
35 /*?
36  * Text: "%s: The device is not a CLAW device\n"
37  * Severity: Warning
38  * Parameter:
39  *   @1: bus ID of the device
40  * Description:
41  * The Common Link Access to Workstation (CLAW) device driver received a
42  * channel interrupt (IRQ) for a subchannel that is not a CLAW read or write
43  * subchannel. A CLAW subchannel must be configured for a 3088 device of
44  * type x'61' and have an even bus ID.
45  * User action:
46  * Assure that the subchannels have been defined correctly to the real or
47  * virtual hardware, for example, in your IOCDS or in your z/VM configuration.
48  */
49
50 /*?
51  * Text: "%s: The CLAW device received an unexpected IRQ, c-%02x d-%02x\n"
52  * Severity: Warning
53  * Parameter:
54  *   @1: bus ID of the CLAW device
55  *   @2: subchannel status
56  *   @3: device status
57  * Description:
58  * A Common Link Access to Workstation (CLAW) device received a channel
59  * interrupt (IRQ) while it was in a state in which it cannot process IRQs.
60  * The IRQ is ignored. This might be a temporary condition.
61  * User action:
62  * If this problem occurs frequently, use the status information from the
63  * message and the channel and device traces to analyze the problem. See
64  * "Principles of Operation" for details about the status information.
65  */
66
67 /*?
68  * Text: "%s: The CLAW device for %s received an unexpected IRQ\n"
69  * Severity: Warning
70  * Parameter:
71  *   @1: bus ID of the CLAW device
72  *   @2: network interface name
73  * Description:
74  * A Common Link Access to Workstation (CLAW) device received a channel
75  * interrupt (IRQ) while the CLAW device driver had assigned a status to the
76  * device in which it cannot process IRQs. The IRQ is ignored.
77  * User action:
78  * Restart the remote channel adapter. If the problem persists, use s390dbf
79  * traces and CCW traces to diagnose the problem.
80  */
81
82 /*?
83  * Text: "%s: Deactivating %s completed with incorrect subchannel status (read %02x, write %02x)\n"
84  * Severity: Warning
85  * Parameter:
86  *   @1: bus ID of the CLAW device
87  *   @2: network interface name
88  *   @3: read subchannel status
89  *   @4: write subchannel status
90  * Description:
91  * When the Common Link Access to Workstation (CLAW) device driver closes a
92  * CLAW device, the device driver frees all storage that is used for the
93  * device. A successful closing operation results in status DEVICE END and
94  * CHANNEL END for both the read and write subchannel. At least one of these
95  * statuses is missing for a subchannel. Data might have been lost and there
96  * might be problems when the network interface is activated again.
97  * User action:
98  * If the network interface cannot be activated, vary the subchannels for the
99  * device offline and back online, for example, with chchp. If this does not
100  * resolve the problem, reset the remote channel adapter.
101  */
102
103 /*?
104  * Text: "%s: The remote channel adapter is not available\n"
105  * Severity: Error
106  * Parameter:
107  *   @1: bus ID of the CLAW device
108  * Description:
109  * During an operation, the Common Link Access to Workstation (CLAW) device
110  * driver received errno ENODEV from the common I/O layer. This means that
111  * the remote channel adapter was not operational or offline.
112  * User action:
113  * Check the remote channel adapter and, if necessary, restart it.
114  */
115
116 /*?
117  * Text: "%s: The status of the remote channel adapter is not valid\n"
118  * Severity: Error
119  * Parameter:
120  *   @1: bus ID of the CLAW device
121  * Description:
122  * During an operation, the Common Link Access to Workstation (CLAW) device
123  * driver received errno EINVAL from the common I/O layer. This indicates
124  * that the remote channel adapter was offline or not operational.
125  * User action:
126  * Check for related error messages to find the cause of the problem. If
127  * necessary, restart the remote channel adapter.
128  */
129
130 /*?
131  * Text: "%s: The common device layer returned error code %d\n"
132  * Severity: Error
133  * Parameter:
134  *   @1: bus ID of the CLAW device
135  *   @2: errno
136  * Description:
137  * During an I/O operation, the Common Link Access to Workstation (CLAW) device
138  * driver received an errno from the common I/O layer. This indicates a problem
139  * with the remote channel adapter.
140  * User action:
141  * See the errno man page to find out what the error code means. Check for
142  * related messages. Restart the remote channel adapter. If the problem
143  * persists, examine the subchannel trace for further diagnostic information.
144  */
145
146 /*?
147  * Text: "%s: The communication peer of %s disconnected\n"
148  * Severity: Warning
149  * Parameter:
150  *   @1: bus ID of the CLAW device
151  *   @2: network interface name
152  * Description:
153  * The Common Link Access to Workstation (CLAW) device driver received a device
154  * status word DEV_STAT_UNIT_CHECK and sense code 0x41. This indicates that the
155  * remote network interface is no longer available.
156  * User action:
157  * Ensure that the remote channel adapter is operational and activate the
158  * remote interface. For information about the sense code see
159  * /Documentation/s390/cds.txt in the Linux source tree. Search for 'SNS0' to
160  * locate the information.
161  */
162
163 /*?
164  * Text: "%s: The remote channel adapter for %s has been reset\n"
165  * Severity: Warning
166  * Parameter:
167  *   @1: bus ID of the CLAW device
168  *   @2: network interface name
169  * Description:
170  * The Common Link Access to Workstation (CLAW) device driver received a device
171  * status word DEV_STAT_UNIT_CHECK and sense code 0x40. This indicates that the
172  * remote channel adapter has been reset.
173  * User action:
174  * When the remote channel adapter is operational again, activate the remote
175  * interface. For information about the sense code see
176  * /Documentation/s390/cds.txt in the Linux source tree. Search for 'SNS0' to
177  * locate the information.
178  */
179
180 /*?
181  * Text: "%s: A data streaming timeout occurred for %s\n"
182  * Severity: Warning
183  * Parameter:
184  *   @1: bus ID of the CLAW device
185  *   @2: network interface name
186  * Description:
187  * The Common Link Access to Workstation (CLAW) device driver received a device
188  * status word DEV_STAT_UNIT_CHECK and sense code 0x24. This indicates a data
189  * streaming timeout. The remote channel adapter or the channel might be
190  * faulty.
191  * User action:
192  * Restart the remote channel adapter and activate the remote interface. If the
193  * problem persists, examine the subchannel trace for further diagnostic
194  * information. For information about the sense code see
195  * /Documentation/s390/cds.txt in the Linux source tree. Search for 'SNS0' to
196  * locate the information.
197  */
198
199 /*?
200  * Text: "%s: A data transfer parity error occurred for %s\n"
201  * Severity: Warning
202  * Parameter:
203  *   @1: bus ID of the CLAW device
204  *   @1: network interface name
205  * Description:
206  * The Common Link Access to Workstation (CLAW) device driver received a device
207  * status word DEV_STAT_UNIT_CHECK and sense code 0x20. This indicates a data
208  * parity error. The remote channel adapter or the channel might be faulty.
209  * User action:
210  * Ensure that all cables are securely plugged. Restart the remote channel
211  * adapter and activate the remote interface. If the problem persists, examine
212  * the subchannel trace for further diagnostic information. For information
213  * about the sense code see /Documentation/s390/cds.txt in the Linux source
214  * tree. Search for 'SNS0' to locate the information.
215  */
216
217 /*?
218  * Text: "%s: The remote channel adapter for %s is faulty\n"
219  * Severity: Warning
220  * Parameter:
221  *   @1: bus ID of the CLAW device
222  *   @2: network interface name
223  * Description:
224  * The Common Link Access to Workstation (CLAW) device driver received a device
225  * status word DEV_STAT_UNIT_CHECK and sense code 0x30. This indicates that the
226  * remote channel adapter is faulty.
227  * User action:
228  * Check and restart the remote channel adapter and activate the remote
229  * interface. If the problem persists, perform device diagnosis for the remote
230  * channel adapter and examine the subchannel trace for further diagnostic
231  * information. For information about the sense code see
232  * /Documentation/s390/cds.txt in the Linux source tree. Search for 'SNS0' to
233  * locate the information.
234  */
235
236 /*?
237  * Text: "%s: A read data parity error occurred for %s\n"
238  * Severity: Warning
239  * Parameter:
240  *   @1: bus ID of the CLAW device
241  *   @2: network interface name
242  * Description:
243  * The Common Link Access to Workstation (CLAW) device driver received a device
244  * status word DEV_STAT_UNIT_CHECK and sense code 0x10. This indicates a read
245  * data parity error. The remote channel adapter might be faulty.
246  * User action:
247  * Ensure that all cables are securely plugged. Check and restart the remote
248  * channel adapter and activate the remote interface. If the problem persists,
249  * perform device diagnosis for the remote channel adapter and examine the
250  * subchannel trace for further diagnostic information. For information about
251  * the sense code see /Documentation/s390/cds.txt in the Linux source tree.
252  * Search for 'SNS0' to locate the information.
253  */
254
255 /*?
256  * Text: "%s: The communication peer of %s uses an incorrect API version %d\n"
257  * Severity: Warning
258  * Parameter:
259  *   @1: bus ID of the CLAW device
260  *   @2: network interface name
261  *   @3: CLAW API version
262  * Description:
263  * The Common Link Access to Workstation (CLAW) device driver received a
264  * SYSTEM_VALIDATE_REQUEST packet from the remote channel adapter. The packet
265  * included an unexpected version ID for the CLAW API. The version ID must
266  * be '2' for all packets.
267  * User action:
268  * Ensure that the remote channel adapter is at the latest firmware level.
269  * Restart the remote channel adapter and activate the remote interface. If the
270  * problem persists, examine the subchannel trace for further diagnostic
271  * information.
272  */
273
274 /*?
275  * Text: "%s: Host name %s for %s does not match the remote adapter name %s\n"
276  * Severity: Warning
277  * Parameter:
278  *   @1: bus ID of the CLAW device
279  *   @2: host name in the local CLAW device settings
280  *   @3: network interface name
281  *   @4: adapter name in the remote CLAW device settings
282  * Description:
283  * The host name in the local Common Link Access to Workstation (CLAW) device
284  * settings must match the adapter name in the CLAW device settings of the
285  * communication peer. The CLAW device driver discovered a mismatch between
286  * these settings. The connection cannot be established.
287  * User action:
288  * Check the configuration of the CLAW device and of its communication peer.
289  * Correct the erroneous setting and restart the CLAW device, local or remote,
290  * for which you have made corrections.
291  */
292
293 /*?
294  * Text: "%s: Adapter name %s for %s does not match the remote host name %s\n"
295  * Severity: Warning
296  * Parameter:
297  *   @1: bus ID of the CLAW device
298  *   @2: adapter name in the local CLAW device settings
299  *   @3: network interface name
300  *   @4: host name in the remote CLAW device settings
301  * Description:
302  * The adapter name in the local Common Link Access to Workstation (CLAW) device
303  * settings must match the host name in the CLAW device settings of the
304  * communication peer. The CLAW device driver discovered a mismatch between
305  * these settings. The connection cannot be established.
306  * User action:
307  * Check the configuration of the CLAW device and of its communication peer.
308  * Correct the erroneous setting and restart the CLAW device, local or remote,
309  * for which you have made corrections.
310  */
311
312 /*?
313  * Text: "%s: The local write buffer is smaller than the remote read buffer\n"
314  * Severity: Warning
315  * Parameter:
316  *   @1: bus ID of the CLAW device
317  * Description:
318  * You set the buffer size for the local Common Link Access to Workstation
319  * (CLAW) device implicitly by setting the connection type. For connection
320  * type 'packed' the buffer size is 32 KB, for the other connection types the
321  * buffer size is 4 KB. The connection cannot be established because the
322  * write buffer size of the local CLAW device does not match the read buffer
323  * size of the communication peer.
324  * User action:
325  * Confirm that you are using the correct connection type for the local CLAW
326  * device. Ensure that the read buffer size of the remote CLAW device is set
327  * accordingly. Restart the CLAW device, local or remote, for which you have
328  * made corrections.
329  */
330
331 /*?
332  * Text: "%s: The local read buffer is smaller than the remote write buffer\n"
333  * Severity: Warning
334  * Parameter:
335  *   @1: bus ID of the CLAW device
336  * Description:
337  * You set the buffer size for the local Common Link Access to Workstation
338  * (CLAW) device implicitly by setting the connection type. For connection
339  * type 'packed' the buffer size is 32 KB, for the other connection types the
340  * buffer size is 4 KB. The connection cannot be established because the
341  * read buffer size of the local CLAW device does not match the write buffer
342  * size of the communication peer.
343  * User action:
344  * Confirm that you are using the correct connection type for the local CLAW
345  * device. Ensure that the write buffer size of the remote CLAW device is set
346  * accordingly. Restart the CLAW device, local or remote, for which you have
347  * made corrections.
348  */
349
350 /*?
351  * Text: "%s: Settings for %s validated (version=%d, remote device=%d, rc=%d, adapter name=%.8s, host name=%.8s)\n"
352  * Severity: Informational
353  * Parameter:
354  *   @1: bus ID of the CLAW device
355  *   @2: network interface name
356  *   @3: CLAW API version
357  *   @4: identifier for the remote CLAW device
358  *   @5: return code received from the remote CLAW device
359  *   @6: adapter name
360  *   @7: host name
361  * Description:
362  * The settings of the local Common Link Access to Workstation (CLAW) device
363  * have been validated by the communication peer. The message summarizes the
364  * content of the response. If the return code is zero, the validation was
365  * successful and the connection is activated.
366  * User action:
367  * If the return code is not equal to zero, look for related warning messages.
368  */
369
370 /*?
371  * Text: "%s: Validating %s failed because of a host or adapter name mismatch\n"
372  * Severity: Warning
373  * Parameter:
374  *   @1: bus ID of the CLAW device
375  *   @2: network interface name
376  * Description:
377  * The Common Link Access to Workstation (CLAW) network interface cannot be
378  * activated because there is a mismatch between a host name and the
379  * corresponding adapter name. The local host name must match the remote
380  * adapter name and the local adapter name must match the remote host name.
381  * User action:
382  * Correct the erroneous setting and restart the CLAW device, local or remote,
383  * for which you have made corrections.
384  */
385
386 /*?
387  * Text: "%s: Validating %s failed because of a version conflict\n"
388  * Severity: Warning
389  * Parameter:
390  *   @1: bus ID of the CLAW device
391  *   @2: network interface name
392  * Description:
393  * The Common Link Access to Workstation (CLAW) network interface cannot be
394  * activated because the remote CLAW device does not support CLAW version 2.
395  * The CLAW device driver requires CLAW version 2.
396  * User action:
397  * Ensure that the remote channel adapter supports CLAW version 2 and that the
398  * remote CLAW device is configured for CLAW version 2.
399  */
400
401 /*?
402  * Text: "%s: Validating %s failed because of a frame size conflict\n"
403  * Severity: Warning
404  * Parameter:
405  *   @1: bus ID of the CLAW device
406  *   @2: network interface name
407  * Description:
408  * You set the frame size for the local Common Link Access to Workstation
409  * (CLAW) device implicitly by setting the connection type. For connection
410  * type 'packed' the frame size is 32 KB, for the other connection types the
411  * frame size is 4 KB. The connection cannot be activated because the
412  * the frame size of the local CLAW device does not match the frame size of the
413  * communication peer.
414  * User action:
415  * Confirm that you are using the correct connection type for the local CLAW
416  * device. Ensure that the frame size of the remote CLAW device is set
417  * accordingly. Restart the CLAW device, local or remote, for which you have
418  * have made corrections.
419  */
420
421 /*?
422  * Text: "%s: The communication peer of %s rejected the connection\n"
423  * Severity: Warning
424  * Parameter:
425  *   @1: bus ID of the CLAW device
426  *   @2: network interface name
427  * Description:
428  * The remote CLAW device rejected the connection because of a mismatch between
429  * the settings of the local CLAW device and the remote CLAW device.
430  * User action:
431  * Check the settings of both the local and the remote CLAW device and ensure
432  * that the settings are consistent. Restart the CLAW device, local or remote
433  * for which you have made the correction.
434  */
435
436 /*?
437  * Text: "%s: %s rejected a connection request because it is already active\n"
438  * Severity: Informational
439  * Parameter:
440  *   @1: bus ID of the CLAW device
441  *   @2: network interface name
442  * Description:
443  * The Common Link Access to Workstation (CLAW) device rejected a connection
444  * request by its communication peer because the connection is already active.
445  * The CLAW device driver only supports a single connection for each CLAW
446  * device. This might be a runtime problem.
447  * User action:
448  * None if there is an active connection. If no connection can be established,
449  * restart the remote channel adapter.
450  */
451
452 /*?
453  * Text: "%s: %s rejected a request to open multiple connections\n"
454  * Severity: Informational
455  * Parameter:
456  *   @1: bus ID of the CLAW device
457  *   @2: network interface name
458  * Description:
459  * The Common Link Access to Workstation (CLAW) device rejected a request by
460  * its communication peer to open more than one connection. The CLAW device
461  * driver only supports a single connection for each CLAW device.
462  * User action:
463  * Reconfigure the remote CLAW device to only use one connection. Restart the
464  * remote CLAW device.
465  */
466
467 /*?
468  * Text: "%s: %s rejected a connection request because of a type mismatch\n"
469  * Severity: Informational
470  * Parameter:
471  *   @1: bus ID of the CLAW device
472  *   @1: network interface name
473  * Description:
474  * The Common Link Access to Workstation (CLAW) device rejected a request by
475  * its communication peer to open a connection. A connection can only be opened
476  * if the same connection type has been set for both the local and the remote
477  * CLAW device.
478  * User action:
479  * Ensure that the connection types for the local and remote CLAW device match.
480  * Restart the CLAW device, local or remote, for which you have changed the
481  * connection type.
482  */
483
484 /*?
485  * Text: "%s: The communication peer of %s rejected a connection request\n"
486  * Severity: Warning
487  * Parameter:
488  *   @1: bus ID of the CLAW device
489  *   @1: network interface name
490  * Description:
491  * The remote CLAW device detected an inconsistency in the configurations of the
492  * local and the remote CLAW device and rejected a connection request.
493  * User action:
494  * Examine the settings of your local and remote CLAW device. Correct the
495  * erroneous setting and restart the CLAW device, local or remote, for which
496  * you have made corrections.
497  */
498
499 /*?
500  * Text: "%s: The communication peer of %s rejected a connection request because of a type mismatch\n"
501  * Severity: Warning
502  * Parameter:
503  *   @1: bus ID of the CLAW device
504  *   @2: network interface name
505  * Description:
506  * The remote Common Link Access to Workstation (CLAW) device rejected a
507  * request to open a connection. A connection can only be opened if the same
508  * connection type has been set for both the local and the remote CLAW device.
509  * not be started.
510  * User action:
511  * Ensure that the connection types for the local and remote CLAW device match.
512  * Restart the CLAW device, local or remote, for which you have changed the
513  * connection type.
514  */
515
516 /*?
517  * Text: "%s: Activating %s failed because of an incorrect link ID=%d\n"
518  * Severity: Warning
519  * Parameter:
520  *   @1: bus ID of the CLAW device
521  *   @2: network interface name
522  *   @3: link ID returned from the remote CLAW device
523  * Description:
524  * The remote Common Link Access to Workstation (CLAW) device accepted a
525  * connection request but returned an incorrect link ID. The CLAW device driver
526  * only supports a single connection at a time (link ID=1) for each network
527  * interface.
528  * User action:
529  * Restart the remote CLAW device and try again to activate the network
530  * interface.
531  */
532
533 /*?
534  * Text: "%s: The communication peer of %s failed\n"
535  * Severity: Warning
536  * Parameter:
537  *   @1: bus ID of the CLAW device
538  *   @2: network interface name
539  * Description:
540  * The remote Common Link Access to Workstation (CLAW) device reported an
541  * error condition that cannot be recovered automatically.
542  * User action:
543  * Restart the remote CLAW device. If this does not resolve the error, gather
544  * logs and traces from the remote CLAW device to obtain further
545  * diagnostic data.
546  */
547
548 /*?
549  * Text: "%s: The communication peer of %s sent an unknown command code\n"
550  * Severity: Warning
551  * Parameter:
552  *   @1: bus ID of the CLAW device
553  *   @2: network interface name
554  * Description:
555  * The remote Common Link Access to Workstation (CLAW) device sent a command
556  * code that is not defined. This might indicate that the remote CLAW device is
557  * malfunctioning. The connection remains operational.
558  * User action:
559  * If this problem occurs frequently, restart the remote CLAW device. If this
560  * does not resolve the error, gather logs and traces from the remote CLAW
561  * device to obtain further diagnostic data.
562  */
563
564 /*?
565  * Text: "%s: The communication peer of %s sent a faulty frame of length %02x\n"
566  * Severity: Warning
567  * Parameter:
568  *   @1: bus ID of the CLAW device
569  *   @2: network interface name
570  *   @3: incorrect frame length value
571  * Description:
572  * The remote Common Link Access to Workstation (CLAW) device sent a frame
573  * with an incorrect value in the length field. This problem might result from
574  * data errors or incorrect packing. The connection remains operational.
575  * User action:
576  * If this problem occurs frequently, restart the remote CLAW device. If this
577  * does not resolve the error, gather logs and traces from the remote CLAW
578  * device to obtain further diagnostic data.
579  */
580
581 /*?
582  * Text: "%s: Allocating a buffer for incoming data failed\n"
583  * Severity: Informational
584  * Parameter:
585  *   @1: bus ID of the CLAW device
586  * Description:
587  * A Common Link Access to Workstation (CLAW) data packet was received but
588  * the CLAW device driver could not allocate a receive buffer. A possible cause
589  * of this problem is memory constraints. The data packet is dropped but the
590  * connection remains operational.
591  * User action:
592  * Ensure that sufficient memory is available. If this problem occurs
593  * frequently, restart the remote CLAW device. If this does not resolve the
594  * error, gather logs and traces from the remote CLAW device to obtain further
595  * diagnostic data.
596  */
597
598 /*?
599  * Text: "%s: Creating a CLAW group device failed with error code %d\n"
600  * Severity: Warning
601  * Parameter:
602  *   @1: bus ID of the CLAW device
603  *   @2: errno
604  * Description:
605  * The Common Link Access to Workstation (CLAW) device driver failed to create
606  * a CLAW group device. A possible cause of this problem is memory constraints.
607  * User action:
608  * Ensure that there is sufficient free memory. See the errno man page and look
609  * for related messages to find out what caused the problem. If you cannot
610  * resolve the problem, contact your support organization.
611  */
612
613 /*?
614  * Text: "%s: Setting the read subchannel online failed with error code %d\n"
615  * Severity: Warning
616  * Parameter:
617  *   @1: bus ID of the CLAW device
618  *   @2: errno
619  * Description:
620  * Setting the Common Link Access to Workstation (CLAW) device online failed
621  * with an error for the read subchannel. This problem occurs, for example, if
622  * the read subchannel used to create the CLAW group device is not defined as a
623  * CLAW read subchannel in the hardware definitions. The CLAW read subchannel
624  * must be for a 3088 device of type x'61' and have an even bus ID. The bus ID
625  * of the read subchannel matches the bus ID of the CLAW device.
626  * User action:
627  * Confirm that you are using the correct bus ID for the read subchannel. If
628  * necessary, ungroup the device and recreate it with the correct bus ID.
629  * Assure that the read subchannel has been defined correctly to the real or
630  * virtual hardware, for example, in your IOCDS or in your z/VM configuration.
631  * Assure that a valid number of read buffers has been assigned to the device.
632  * See 'Device Drivers, Features, and Commands' for details about the read
633  * buffers. See the errno man page for information about the error code.
634  */
635
636 /*?
637  * Text: "%s: Setting the write subchannel online failed with error code %d\n"
638  * Severity: Warning
639  * Parameter:
640  *   @1: bus ID of the CLAW device
641  *   @2: errno
642  * Description:
643  * Setting the Common Link Access to Workstation (CLAW) device online failed
644  * with an error for the write subchannel. This problem occurs, for example, if
645  * the write subchannel used to create the CLAW group device is not defined as a
646  * CLAW write subchannel in the hardware definitions. The CLAW write subchannel
647  * must be for a 3088 device of type x'61' and have an uneven bus ID. The
648  * bus ID of the write subchannel can be found from the symbolic link
649  * /sys/bus/ccwgroup/drivers/claw/<device-bus-ID>/cdev1 where <device-bus-ID>
650  * is the bus ID of the CLAW device.
651  * User action:
652  * Confirm that you are using the correct bus ID for the write subchannel. If
653  * necessary, ungroup the device and recreate it with the correct bus ID.
654  * Assure that the write subchannel has been defined correctly to the real or
655  * virtual hardware, for example, in your IOCDS or in your z/VM configuration.
656  * Assure that a valid number of write buffers has been assigned to the device.
657  * See 'Device Drivers, Features, and Commands' for details about the read
658  * buffers. See the errno man page for information about the error code.
659  */
660
661 /*?
662  * Text: "%s: Activating the CLAW device failed\n"
663  * Severity: Warning
664  * Parameter:
665  *   @1: bus ID of the CLAW device
666  * Description:
667  * Activating the Common Link Access to Workstation (CLAW) device failed. A
668  * possible cause of this problem is memory constraints.
669  * User action:
670  * Free some memory and try again to activate the CLAW device. If the problem
671  * persists, contact your support organization.
672  */
673
674 /*?
675  * Text: "Registering with the S/390 debug feature failed with error code %d\n"
676  * Severity: Error
677  * Parameter:
678  *   @1: errno
679  * Description:
680  * The Common Link Access to Workstation (CLAW) device driver failed to register
681  * with the S/390 debug feature. No debug traces will be available for CLAW.
682  * User action:
683  * Enter 'lsmod | grep dbf' or an equivalent command to check if the S/390 debug
684  * feature loaded. If the output does not show the dbf module, the S/390 debug
685  * feature has not been loaded, unload the CLAW device driver, load the debug
686  * feature, then reload the CLAW device driver. See the errno man page for
687  * information about the error code.
688  */
689
690 /*?
691  * Text: "Registering with the cu3088 device driver failed with error code %d\n"
692  * Severity: Error
693  * Parameter:
694  *   @1: errno
695  * Description:
696  * The Common Link Access to Workstation (CLAW) device driver failed to register
697  * with the cu3088 channel subsystem device driver. The CLAW device driver
698  * requires the cu3088 device driver.
699  * User action:
700  * Enter 'lsmod | grep cu3088' or an equivalent command to check if the cu3088
701  * device driver is loaded. If the output does not show the cu3088 module,
702  * unload the CLAW device driver, load the cu3088 device driver, then reload
703  * the CLAW device driver. See the errno man page for information about the
704  * error code.
705  */
706
707 /*? Text: "%s: %s: CLAW device %.8s: Received Control Packet\n" */
708 /*? Text: "%s: %s: CLAW device %.8s: System validate completed.\n" */
709 /*? Text: "%s: %s: CLAW device %.8s: Connection completed link_id=%d.\n" */
710 /*? Text: "%s: %s: remote side is not ready\n" */
711 /*? Text: "%s: %s: write connection restarting\n" */
712 /*? Text: "%s: %s: subchannel check for device: %04x - Sch Stat %02x  Dev Stat %02x CPA - %04x\n" */
713 /*? Text: "%s: %s: Unit Exception occurred in write channel\n" */
714 /*? Text: "%s: %s: Resetting Event occurred:\n" */
715 /*? Text: "%s: %s: Recv Conn Confirm:Vers=%d,link_id=%d,Corr=%d,Host appl=%.8s,WS appl=%.8s\n" */
716 /*? Text: "%s: %s: Recv Conn Req: Vers=%d,link_id=%d,Corr=%d,HOST appl=%.8s,WS appl=%.8s\n" */
717 /*? Text: "%s: %s: Recv Sys Validate Request: Vers=%d,link_id=%d,Corr=%d,WS name=%.8s,Host name=%.8s\n" */
718 /*? Text: "%s: %s: Confirmed Now packing\n" */
719 /*? Text: "%s: %s: Unit Check Occured in write channel\n" */
720 /*? Text: "%s: %s: Restart is required after remote side recovers \n" */
721 /*? Text: "%s: %s: sys Validate Rsize:%d Wsize:%d\n" */
722 /*? Text: "%s: %s:readsize=%d  writesize=%d readbuffer=%d writebuffer=%d read=0x%04x write=0x%04x\n" */
723 /*? Text: "%s: %s:host_name:%.8s, adapter_name :%.8s api_type: %.8s\n" */
724 /*? Text: "Driver unloaded\n" */
725 /*? Text: "Loading %s\n" */
726 /*? Text: "%s:  will be removed.\n" */
727 /*? Text: "%s: add for %s\n" */
728 /*? Text: "%s: %s: shutting down \n" */
729 /*? Text: "%s: CLAW device %.8s: System validate completed.\n" */
730 /*? Text: "%s: %s: Disconnect: Vers=%d,link_id=%d,Corr=%d\n" */
731 /*? Text: "%s: %s: Recv Conn Resp: Vers=%d,link_id=%d,Corr=%d,RC=%d,Host appl=%.8s, WS appl=%.8s\n" */