xchklog extracts the contents of either the most recent or immediately prior JFS fsck service log from the specified device, and writes the output into a specified or default file. The contents of the output file can then be dumped using the JFS utility xchkdmp.
device is the special file name corresponding to the actual device from which the fsck log will be extracted (e.g. /dev/hdb1 ).
output.file must be 127 characters or less in length.
output.file will be created in the present working directory unless it is fully qualified.
If the -F option is not used and if either the -L option is not used or -L:N is specified, then the default output file name is <pwd>fscklog.new
If the -F option is not used and if -L:P is specified, then the default output file name is <pwd>fscklog.old
Extract the most recent log on /dev/hda5 into
<pwd>fscklog.new:
Extract the most recent log on /dev/hda7 into
<pwd>output.file:
Extract the most recent log on /dev/hdb3 into /temp/l9651107.log:
Extract the prior log on /dev/hdb4 into <pwd>fscklog.old:
If you find a bug in JFS or xchklog, please report it via the bug tracking system of the JFS project web site:
http://oss.software.ibm.com/developerworks/opensource/jfs/bugs
Please send as much pertinent information as possible, including any xchklog error messages and the complete output of running fsck.jfs with the -d option on the JFS device.
Barry Arndt (barndt@us.ibm.com)xchklog is maintained by IBM.
See the JFS project web site for more details: http://oss.software.ibm.com/developerworks/opensource/jfs/