Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / Documentation / kmsg / s390 / dasd-diag
1 /* dasd_diag */
2
3 /*?
4  * Text: "%s: A 64-bit DIAG call failed\n"
5  * Severity: Warning
6  * Parameter:
7  *   @1: bus ID of the DASD
8  * Description:
9  * 64-bit DIAG calls require a 64-bit z/VM version.
10  * User action:
11  * Use z/VM 5.2 or later or set the sysfs 'use_diag' attribute of the DASD to 0
12  * to switch off DIAG.
13  */
14
15 /*?
16  * Text: "%s: Accessing the DASD failed because of an incorrect format (rc=%d)\n"
17  * Severity: Warning
18  * Parameter:
19  *   @1: bus ID of the DASD
20  *   @2: return code
21  * Description:
22  * The format of the DASD is not correct.
23  * User action:
24  * Check the device format. For details about the return code see the
25  * section about the INITIALIZE function for DIAGNOSE Code X'250'
26  * in "z/VM CP Programming Services". If you cannot resolve the error, note
27  * the return code and contact your support organization.
28  */
29
30 /*?
31  * Text: "%s: New DASD with %ld byte/block, total size %ld KB%s\n"
32  * Severity: Informational
33  * Parameter:
34  *   @1: bus ID of the DASD
35  *   @2: bytes per block
36  *   @3: size
37  *   @4: access mode
38  * Description:
39  * A DASD with the indicated block size and total size has been set online.
40  * If the DASD is configured as read-only to the real or virtual hardware,
41  * the message includes an indication of this hardware access mode. The
42  * hardware access mode is independent from the 'readonly' attribute of
43  * the device in sysfs.
44  * User action:
45  * None.
46  */
47
48 /*?
49  * Text: "%s: DIAG ERP failed with rc=%d\n"
50  * Severity: Warning
51  * Parameter:
52  *   @1: bus ID of the DASD
53  *   @2: return code
54  * Description:
55  * An error in the DIAG processing could not be recovered by the error
56  * recovery procedure (ERP) of the DIAG discipline.
57  * User action:
58  * Note the return code, check for related I/O errors, and report this problem
59  * to your support organization.
60  */
61
62 /*?
63  * Text: "%s: DIAG initialization failed with rc=%d\n"
64  * Severity: Warning
65  * Parameter:
66  *   @1: bus ID of the DASD
67  *   @2: return code
68  * Description:
69  * Initializing the DASD with the DIAG discipline failed. Possible reasons for
70  * this problem are that the device has a device type other than FBA or ECKD,
71  * or has a block size other than one of the supported sizes:
72  * 512 byte, 1024 byte, 2048 byte, or 4096 byte.
73  * User action:
74  * Ensure that the device can be written to and has a supported device type
75  * and block size. For details about the return code see the section about
76  * the INITIALIZE function for DIAGNOSE Code X'250' in "z/VM CP Programming
77  * Services". If you cannot resolve the error, note the error code and contact
78  * your support organization.
79  */
80
81 /*?
82  * Text: "%s: Device type %d is not supported in DIAG mode\n"
83  * Severity: Warning
84  * Parameter:
85  *   @1: bus ID of the DASD
86  *   @2: device type
87  * Description:
88  * Only DASD of type FBA and ECKD are supported in DIAG mode.
89  * User action:
90  * Set the sysfs 'use_diag' attribute of the DASD to 0 and try again to access
91  * the DASD.
92  */
93
94 /*?
95  * Text: "Discipline %s cannot be used without z/VM\n"
96  * Severity: Informational
97  * Parameter:
98  *   @1: discipline name
99  * Description:
100  * The discipline that is specified with the dasd= kernel or module parameter
101  * is only available for Linux instances that run as guest operating
102  * systems of the z/VM hypervisor.
103  * User action:
104  * Remove the unsupported discipline from the parameter string.
105  */
106
107 /*?
108  * Text: "%s: The access mode of a DIAG device changed to read-only"
109  * Severity: Warning
110  * Parameter:
111  *   @1: bus ID of the DASD
112  * Description:
113  * A device changed its access mode from writeable to
114  * read-only while in use.
115  * User action:
116  * Set the device offline, ensure that the device is configured correctly in
117  * z/VM, then set the device online again.
118  */