-
Notifications
You must be signed in to change notification settings - Fork 7
/
hercmsdu.html
894 lines (893 loc) · 30.1 KB
/
hercmsdu.html
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
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN" "html.dtd">
<HTML>
<HEAD><TITLE>
Hercules Version 3: System Messages: DU - DASD Utilities Common
Functions</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: DU - DASD Utilities
Common Functions</h1>
<p>
This page describes the messages for the Hercules S/370,
ESA/390, and z/Architecture emulator DASD utility programs that are common
to more than one utility.
<h3>Messages</h3>
<dl class="messages">
<dt><code><a name="HHCDU001I">
HHCDU001I Updating cyl <em>cylinder</em> head <em>head</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>The track at cylinder number <code><em>cylinder</em></code> and head number
<code><em>head</em></code> is being rewritten after being modified.
This message is only issued if verbose message reporting has been selected.
<dt>Issued by
<dd>dasdutil.c, function read_track
</dl>
<dt><code><a name="HHCDU002E">
HHCDU002E <em>filename</em> write track error: stat=<em>status</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt to rewrite a track from the DASD image named
<code><em>filename</em></code> failed. The status returned was <code><em>status</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function read_track
</dl>
<dt><code><a name="HHCDU003I">
HHCDU003I Reading cyl <em>cylinder</em> head <em>head</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>The track at cylinder number <code><em>cylinder</em></code> and head number
<code><em>head</em></code> is being read.
This message is only issued if verbose message reporting has been selected.
<dt>Issued by
<dd>dasdutil.c, function read_track
</dl>
<dt><code><a name="HHCDU004E">
HHCDU004E <em>filename</em> read track error: stat=<em>status</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt to read a track from the DASD image named
<code><em>filename</em></code> failed. The status returned was <code><em>status</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function read_track
</dl>
<dt><code><a name="HHCDU005I">
HHCDU005I Searching extent 0 begin
(<em>begcyl</em>,<em>beghead</em>) end (<em>endcyl</em>,<em>endhead</em>)
</a></code>
<dd><dl>
<dt>Meaning
<dd>The first extent of the dataset is being searched for a key.
The extent starts at the track at cylinder <code><em>begcyl</em></code>, head
<code><em>beghead</em></code>, and ends at the track at cylinder <code><em>endcyl</em></code>,
head <code><em>endhead</em></code>.
This message is only issued if verbose message reporting has been selected.
<dt>Issued by
<dd>dasdutil.c, function search_key_equal
</dl>
<dt><code><a name="HHCDU006I">
HHCDU006I Searching extent <em>extent</em> begin
(<em>begcyl</em>,<em>beghead</em>) end (<em>endcyl</em>,<em>endhead</em>)
</a></code>
<dd><dl>
<dt>Meaning
<dd>An extent, <code><em>extent</em></code>, of the dataset is being searched for a key.
The extent starts at the track at cylinder <code><em>begcyl</em></code>, head
<code><em>beghead</em></code>, and ends at the track at cylinder <code><em>endcyl</em></code>,
head <code><em>endhead</em></code>.
This message is only issued if verbose message reporting has been selected.
<dt>Issued by
<dd>dasdutil.c, function search_key_equal
</dl>
<dt><code><a name="HHCDU007E">
HHCDU007E Track <em>track</em> not found in extent table
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt was made to convert a track number to an absolute
address, but the track specified, <code><em>track</em></code>, is beyond the end
of the dataset.
<dt>Action
<dd>Correct the error and retry the operation. The dataset, the VTOC, or
the DASD image may be corrupt.
<dt>Issued by
<dd>dasdutil.c, function convert_tt
</dl>
<dt><code><a name="HHCDU008E">
HHCDU008E Cannot obtain storage for device descriptor buffer: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt to obtain storage for the buffer used to hold a CKD
DASD image's description failed. The error is described by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function open_ckd_image
</dl>
<dt><code><a name="HHCDU009E">
HHCDU009E Cannot open <em>filename</em>: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>The CKD image file named <code><em>filename</em></code> could not be opened. The error
is described by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function open_ckd_image
</dl>
<dt><code><a name="HHCDU010E">
HHCDU010E <em>filename</em> read error: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An error was encountered while reading the CKD header record
from the file named <code><em>filename</em></code>. The error is described by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function open_ckd_image
</dl>
<dt><code><a name="HHCDU011E">
HHCDU011E <em>filename</em> CKD header invalid
</a></code>
<dd><dl>
<dt>Meaning
<dd>The file <code><em>filename</em></code> is not a valid CKD DASD image file.
Either the first record is not the length of a CKD header record, or the
marker in the header record is not correct.
<dt>Action
<dd>Supply the name of a valid CKD DASD image file and retry the
operation.
<dt>Issued by
<dd>dasdutil.c, function open_ckd_image
</dl>
<dt><code><a name="HHCDU012E">
HHCDU012E DASD table entry not found for devtype <em>type</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>The device type in the CKD header record does not correspond
to any known DASD device. The CKD DASD image file may be corrupt, or
else the device is not supported by Hercules.
<dt>Action
<dd>Supply the name of a supported CKD DASD image file and retry the
operation.
<dt>Issued by
<dd>dasdutil.c, function open_ckd_image
</dl>
<dt><code><a name="HHCDU013E">
HHCDU013E CKD initialization failed for <em>filename</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>The device-specific initialization routine for the
file named <code><em>filename</em></code> failed. Another message describes the specific
failure.
<dt>Action
<dd>See the specific message for the action needed.
<dt>Issued by
<dd>dasdutil.c, function open_ckd_image
</dl>
<dt><code><a name="HHCDU014I">
HHCDU014I <em>filename</em> heads=<em>heads</em> trklen=<em>trklen</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>The device represented by the CKD DASD image file named
<code><em>filename</em></code> has <code><em>heads</em></code> heads and tracks of
<code><em>trklen</em></code> bytes length.
This message is only issued if verbose message reporting has been selected.
<dt>Issued by
<dd>dasdutil.c, function open_ckd_image
</dl>
<dt><code><a name="HHCDU015I">
HHCDU015I Updating cyl <em>cylinder</em> head <em>head</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>During processing of a request to close the CKD image file, the track
at cylinder number <code><em>cylinder</em></code> and head number
<code><em>head</em></code> is being rewritten, since it has been modified.
This message is only issued if verbose message reporting has been selected.
<dt>Issued by
<dd>dasdutil.c, function close_ckd_image
</dl>
<dt><code><a name="HHCDU016E">
HHCDU016E <em>filename</em> write track error: stat=<em>status</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>During processing of a request to close the CKD image file, an
attempt to rewrite a track from the DASD image named
<code><em>filename</em></code> failed. The status returned was <code><em>status</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function close_ckd_image
</dl>
<dt><code><a name="HHCDU017E">
HHCDU017E Cannot obtain storage for device descriptor buffer: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt to obtain storage for the buffer used to hold a FBA
DASD image's description failed. The error is described by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function open_fba_image
</dl>
<dt><code><a name="HHCDU018E">
HHCDU018E DASD table entry not found for devtype <em>type</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>The default FBA device type does not correspond
to any known DASD device. This is likely an internal programming error.
<dt>Action
<dd>Report the bug to the Hercules development team.
<dt>Issued by
<dd>dasdutil.c, function open_fba_image
</dl>
<dt><code><a name="HHCDU019E">
HHCDU019E FBA initialization failed for <em>filename</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>The device-specific initialization routine for the
file named <code><em>filename</em></code> failed. Another message describes the specific
failure.
<dt>Action
<dd>See the specific message for the action needed.
<dt>Issued by
<dd>dasdutil.c, function open_fba_image
</dl>
<dt><code><a name="HHCDU020I">
HHCDU020I <em>filename</em> sectors=<em>sectors</em> size=<em>size</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>The device represented by the FBA DASD image file named
<code><em>filename</em></code> has <code><em>sectors</em></code> sectors of
<code><em>size</em></code> bytes length.
This message is only issued if verbose message reporting has been selected.
<dt>Issued by
<dd>dasdutil.c, function open_fba_image
</dl>
<dt><code><a name="HHCDU021E">
HHCDU021E VOL1 record not found
</a></code>
<dd><dl>
<dt>Meaning
<dd>The volume being processed does not have a volume label. It is probably
blank and unformatted.
<dt>Action
<dd>Format the volume, or specify a formatted volume and retry the
operation.
<dt>Issued by
<dd>dasdutil.c, function build_extent_array
</dl>
<dt><code><a name="HHCDU022I">
HHCDU022I VOLSER=<em>serial</em> VTOC=<em>cchhr</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>The volume being processed has the volume
serial <code><em>serial</em></code>, and its VTOC format 4 DSCB is at absolute
location <code><em>cchhr</em></code>.
This message is only issued if verbose message reporting has been selected.
<dt>Issued by
<dd>dasdutil.c, function build_extent_array
</dl>
<dt><code><a name="HHCDU023I">
HHCDU023I VTOC start <em>begcchh</em> end <em>endcchh</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>The VTOC of the volume being processed begins at cylinder and head
<code><em>begcchh</em></code> and ends at cylinder and head <code><em>endcchh</em></code>.
This message is only issued if verbose message reporting has been selected.
<dt>Issued by
<dd>dasdutil.c, function build_extent_array
</dl>
<dt><code><a name="HHCDU024E">
HHCDU024E Dataset <em>dsn</em> not found in VTOC
</a></code>
<dd><dl>
<dt>Meaning
<dd>The requested dataset, <code><em>dsn</em></code>, was not found in the VTOC and
does not exist on this volume.
<dt>Action
<dd>Specify the correct dataset name, or select the volume on which it
appears.
<dt>Issued by
<dd>dasdutil.c, function build_extent_array
</dl>
<dt><code><a name="HHCDU025I">
HHCDU025I DSNAME=<em>dsn</em> F1DSCB CCHHR=<em>cchhr</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>The format 1 DSCB for the requested dataset, <code><em>dsn</em></code>, is at
absolute location <code><em>cchhr</em></code>.
This message is only issued if verbose message reporting has been selected.
<dt>Issued by
<dd>dasdutil.c, function build_extent_array
</dl>
<dt><code><a name="HHCDU026E">
HHCDU026E F1DSCB record not found
</a></code>
<dd><dl>
<dt>Meaning
<dd>The requested dataset is listed in the VTOC, but its format 1 DSCB
record was not found when an attempt was made to read it. The VTOC may
be corrupt.
<dt>Action
<dd>Recreate the dataset and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function build_extent_array
</dl>
<dt><code><a name="HHCDU027E">
HHCDU027E F3DSCB record not found
</a></code>
<dd><dl>
<dt>Meaning
<dd>The requested dataset is reported to contain more than three extents
in the format 1 DSCB, but its format 3 DSCB record was not found when an
attempt was made to read it. The VTOC may be corrupt.
<dt>Action
<dd>Recreate the dataset and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function build_extent_array
</dl>
<dt><code><a name="HHCDU028E">
HHCDU028E <em>filename</em> open error: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt to create
the CKD DASD image file named <code><em>filename</em></code> failed. The error
is described by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function create_ckd_file
</dl>
<dt><code><a name="HHCDU029E">
HHCDU029E <em>filename</em> device header write error: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt to write the device header to
the CKD DASD image file named <code><em>filename</em></code> failed. The error
is described by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function create_ckd_file
</dl>
<dt><code><a name="HHCDU030E">
HHCDU030E <em>filename</em> compressed device header write error:
<em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt to write the compressed device header to
the CKD DASD image file named <code><em>filename</em></code> failed. The error
is described by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function create_ckd_file
</dl>
<dt><code><a name="HHCDU031E">
HHCDU031E Cannot obtain l1tab buffer: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt to obtain storage for the primary lookup table buffer
failed. The error is described by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function create_ckd_file
</dl>
<dt><code><a name="HHCDU032E">
HHCDU032E <em>filename</em> primary lookup table write error: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt to write the primary lookup table to
the CKD DASD image file named <code><em>filename</em></code> failed. The error
is described by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function create_ckd_file
</dl>
<dt><code><a name="HHCDU033E">
HHCDU033E <em>filename</em> secondary lookup table write error: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt to write the secondary lookup table to
the CKD DASD image file named <code><em>filename</em></code> failed. The error
is described by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function create_ckd_file
</dl>
<dt><code><a name="HHCDU034E">
HHCDU034E <em>filename</em> dasdcopy ftruncate error: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt to truncate
the CKD DASD image file named <code><em>filename</em></code> failed. The error
is described by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function create_ckd_file
</dl>
<dt><code><a name="HHCDU035E">
HHCDU035E <em>filename</em> cylinder <em>cyl</em> head <em>head</em> write
error: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt to write the track at cylinder <code><em>cyl</em></code>,
head <code><em>head</em></code> to
the CKD DASD image file named <code><em>filename</em></code> failed. The error
is described by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function create_ckd_file
</dl>
<dt><code><a name="HHCDU036E">
HHCDU036E <em>filename</em> compressed device header lseek error:
<em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt to reposition to the beginning of
the CKD DASD image file named <code><em>filename</em></code> failed. The error
is described by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function create_ckd_file
</dl>
<dt><code><a name="HHCDU037E">
HHCDU037E <em>filename</em> compressed device header write error:
<em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt to rewrite the compressed device header record of
the CKD DASD image file named <code><em>filename</em></code> failed. The error
is described by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function create_ckd_file
</dl>
<dt><code><a name="HHCDU038E">
HHCDU038E <em>filename</em> secondary lookup table lseek error: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt to reposition to the secondary lookup table of
the CKD DASD image file named <code><em>filename</em></code> failed. The error
is described by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function create_ckd_file
</dl>
<dt><code><a name="HHCDU039E">
HHCDU039E <em>filename</em> secondary lookup table write error: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt to rewrite the secondary lookup table of
the CKD DASD image file named <code><em>filename</em></code> failed. The error
is described by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function create_ckd_file
</dl>
<dt><code><a name="HHCDU040E">
HHCDU040E <em>filename</em> close error: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt to close
the CKD DASD image file named <code><em>filename</em></code> failed. The error
is described by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function create_ckd_file
</dl>
<dt><code><a name="HHCDU041I">
HHCDU041I <em>count</em> cylinders successfully written to
file <em>filename</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>The CKD DASD image file named <code><em>filename</em></code> has been successfully
created. It contains <code><em>count</em></code> cylinders.
<dt>Issued by
<dd>dasdutil.c, function create_ckd_file
</dl>
<dt><code><a name="HHCDU042E">
HHCDU042E Cylinder count <em>count</em> is outside range
<em>min</em>-<em>max</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>The requested number of cylinders, <code><em>count</em></code>, is outside the valid
range from <code><em>min</em></code> to <code><em>max</em></code>.
<dt>Action
<dd>Specify a valid number of cylinders and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function create_ckd
</dl>
<dt><code><a name="HHCDU043E">
HHCDU043E Cannot obtain track buffer: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt to obtain storage for the track buffer
failed. The error is described by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function create_ckd
</dl>
<dt><code><a name="HHCDU044I">
HHCDU044I Creating <em>type</em> volume <em>serial</em>:
<em>cylinders</em> cyls, <em>tracks</em> trks/cyl, <em>length</em>
bytes/track
</a></code>
<dd><dl>
<dt>Meaning
<dd>A new volume is being created of device type <code><em>type</em></code> and volume
serial number <code><em>serial</em></code>. It has <code><em>cylinders</em></code> cylinders, <code><em>tracks</em></code>
tracks per cylinder, and <code><em>length</em></code> bytes per track.
<dt>Issued by
<dd>dasdutil.c, function create_ckd
</dl>
<dt><code><a name="HHCDU045E">
HHCDU045E Sector count <em>count</em> is outside range
<em>min</em>-<em>max</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>The requested number of sectors, <code><em>count</em></code>, is outside the valid
range from <code><em>min</em></code> to <code><em>max</em></code>.
<dt>Action
<dd>Specify a valid number of cylinders and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function create_fba
</dl>
<dt><code><a name="HHCDU046E">
HHCDU046E Cannot obtain sector buffer: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt to obtain storage for the sector buffer
failed. The error is described by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function create_fba
</dl>
<dt><code><a name="HHCDU047I">
HHCDU047I Creating <em>type</em> volume <em>serial</em>:
<em>sectors</em> sectors, <em>length</em> bytes/sector
</a></code>
<dd><dl>
<dt>Meaning
<dd>A new volume is being created of device type <code><em>type</em></code> and volume
serial number <code><em>serial</em></code>. It has <code><em>sectors</em></code> sectors
and <code><em>length</em></code> bytes per sector.
<dt>Issued by
<dd>dasdutil.c, function create_fba
</dl>
<dt><code><a name="HHCDU048E">
HHCDU048E <em>filename</em> open error: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt to create
the FBA DASD image file named <code><em>filename</em></code> failed. The error
is described by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function create_fba
</dl>
<dt><code><a name="HHCDU049E">
HHCDU049E <em>filename</em> dasdcopy ftruncate error: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt to truncate
the FBA DASD image file named <code><em>filename</em></code> failed. The error
is described by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function create_fba
</dl>
<dt><code><a name="HHCDU050E">
HHCDU050E <em>filename</em> sector <em>sector</em> write error: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt to write sector number <code><em>sector</em></code> to
the FBA DASD image file named <code><em>filename</em></code> failed. The error
is described by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function create_fba
</dl>
<dt><code><a name="HHCDU051E">
HHCDU051E <em>filename</em> close error: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt to close
the FBA DASD image file named <code><em>filename</em></code> failed. The error
is described by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function create_fba
</dl>
<dt><code><a name="HHCDU052I">
HHCDU052I <em>count</em> sectors successfully written to
file <em>filename</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>The FBA DASD image file named <code><em>filename</em></code> has been successfully
created. It contains <code><em>count</em></code> sectors.
<dt>Issued by
<dd>dasdutil.c, function create_fba
</dl>
<dt><code><a name="HHCDU053E">
HHCDU053E File size too large: <em>size</em> [<em>l1tab</em>]
</a></code>
<dd><dl>
<dt>Meaning
<dd>The requested file size, <code><em>size</em></code>, would result in a primary
lookup table that is too large. The DASD image cannot be created
as a compressed image.
<dt>Action
<dd>Either specify fewer sectors, or create the DASD image uncompressed.
<dt>Issued by
<dd>dasdutil.c, function create_compressed_fba
</dl>
<dt><code><a name="HHCDU054E">
HHCDU054E <em>filename</em> open error: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt to create
the compressed FBA DASD image file named <code><em>filename</em></code> failed. The error
is described by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function create_compressed_fba
</dl>
<dt><code><a name="HHCDU055I">
HHCDU055I Creating <em>type</em> compressed volume <em>serial</em>:
<em>sectors</em> sectors, <em>length</em> bytes/sector
</a></code>
<dd><dl>
<dt>Meaning
<dd>A new compressed FBA volume is being created of device type
<code><em>type</em></code> and volume serial number <code><em>serial</em></code>. It has <code><em>sectors</em></code>
sectors and <code><em>length</em></code> bytes per sector.
<dt>Issued by
<dd>dasdutil.c, function create_compressed_fba
</dl>
<dt><code><a name="HHCDU056E">
HHCDU056E <em>filename</em> devhdr write error: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt to write the device header to
the compressed FBA DASD image file named <code><em>filename</em></code> failed. The error
is described by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function create_compressed_fba
</dl>
<dt><code><a name="HHCDU057E">
HHCDU057E <em>filename</em> cdevhdr write error:
<em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt to write the compressed device header to
the compressed FBA DASD image file named <code><em>filename</em></code> failed. The error
is described by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function create_compressed_fba
</dl>
<dt><code><a name="HHCDU058E">
HHCDU058E <em>filename</em> l1tab write error: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt to write the primary lookup table to
the compressed FBA DASD image file named <code><em>filename</em></code> failed. The error
is described by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function create_compressed_fba
</dl>
<dt><code><a name="HHCDU059E">
HHCDU059E <em>filename</em> l2tab write error: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt to write the secondary lookup table to
the compressed FBA DASD image file named <code><em>filename</em></code> failed. The error
is described by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function create_compressed_fba
</dl>
<dt><code><a name="HHCDU060E">
HHCDU060E <em>filename</em> block header write error: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt to write a compressed block header to
the compressed FBA DASD image file named <code><em>filename</em></code> failed. The error
is described by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function create_compressed_fba
</dl>
<dt><code><a name="HHCDU061E">
HHCDU061E <em>filename</em> block write error: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt to write a compressed block to
the compressed FBA DASD image file named <code><em>filename</em></code> failed. The error
is described by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function create_compressed_fba
</dl>
<dt><code><a name="HHCDU062E">
HHCDU062E <em>filename</em> block write error: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt to write an uncompressed block to
the compressed FBA DASD image file named <code><em>filename</em></code> failed. The error
is described by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function create_compressed_fba
</dl>
<dt><code><a name="HHCDU063E">
HHCDU063E <em>filename</em> cdevhdr lseek error: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt to reposition to the beginning of
the compressed FBA DASD image file named <code><em>filename</em></code> failed. The error
is described by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function create_compressed_fba
</dl>
<dt><code><a name="HHCDU064E">
HHCDU064E <em>filename</em> cdevhdr rewrite error: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt to rewrite the compressed device header record of
the compressed FBA DASD image file named <code><em>filename</em></code> failed. The error
is described by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function create_compressed_fba
</dl>
<dt><code><a name="HHCDU065E">
HHCDU065E <em>filename</em> l2tab lseek error: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt to reposition to the secondary lookup table of
the compressed FBA DASD image file named <code><em>filename</em></code> failed. The error
is described by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function create_compressed_fba
</dl>
<dt><code><a name="HHCDU066E">
HHCDU066E <em>filename</em> l2tab rewrite error: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt to rewrite the secondary lookup table of
the compressed FBA DASD image file named <code><em>filename</em></code> failed. The error
is described by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function create_compressed_fba
</dl>
<dt><code><a name="HHCDU067E">
HHCDU067E <em>filename</em> close error: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt to close
the compressed FBA DASD image file named <code><em>filename</em></code> failed. The error
is described by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>dasdutil.c, function create_compressed_fba
</dl>
<dt><code><a name="HHCDU068I">
HHCDU068I <em>count</em> sectors successfully written to
file <em>filename</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>The compressed FBA DASD image file named <code><em>filename</em></code> has
been successfully created. It contains <code><em>count</em></code> sectors.
<dt>Issued by
<dd>dasdutil.c, function create_compressed_fba
</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$ $Revision$</p>
</BODY>
</HTML>