Hercules Version 3: System Messages: CU - CCKD Utilities
Messages issued by the cckd utility commands (cckdcdsk, cckdcomp and
cckdswap) and cckd utility functions (cckd_chkdsk, cckd_comp and
cckd_swap) are described here. The utility functions are called by
both the utility commands and
Hercules.
Messages
Messages are in the format
HHCCUnnnt file message text
where nnn is the message number, t is either I,
W or E, depending on the severity of the message.
file will either be the part of the file name following the last
slash (/ or \) when called by a utility command, or
will be xxxx: file[n] where xxxx is the device
number and n is the shadow file number when called by Hercules.
The file portion of the message is omitted below for brevity.
HHCCU101I converting to endian-format
- Meaning
- The file is in the wrong endian (byte order) format for the
host architecture. The file is being converted to the host
endian format endian-format.
- Issued by
- cckdutil.c functions cckd_comp and cckd_chkdsk
HHCCU102I compress successful, n bytes released
- Meaning
- The compress function successfully completed and free n
bytes from the file. If n is 0, then the level 2 tables
were repositioned to the beginning of the file in order.
- Issued by
- cckdutil.c function cckd_comp
HHCCU103I file already compressed
- Meaning
- The compress function determined that the file is already compressed.
The file is not updated.
- Issued by
- cckdutil.c function cckd_comp
HHCCU104I free space rebuilt
- Meaning
- Free space errors were detected and free space has been successfully rebuilt
- Issued by
- cckdutil.c function cckd_chkdsk
HHCCU300I number space images recovered
- Meaning
- Recovery phase 1 completed, recovering number spaces (trks or blkgrps)
- Issued by
- cckdutil.c function cckd_comp
HHCCU301I space[id] recovered offset offset len length
- Meaning
- The space space (trk or blkgrp) was recovered at offset offset
and length length.
id is the nn specified in the
NUMCPU configuration statement
in the file named filename
cannot exceed the maximum number of CPUs mm specified in the
MAXCPU configuration statement.
- Action
- Either decrease the
NUMCPU parameter,
or increase the MAXCPU parameter,
and restart Hercules.
- Issued by
- bldcfg.c, function build_config
If you have a question about Hercules, see the
Hercules Frequently-Asked Questions page.
Last updated $Date: 2009-12-24 08:29:38 -0600 (Thu, 24 Dec 2009) $ $Revision: 5562 $