~ubuntu-branches/debian/stretch/jfsutils/stretch

« back to all changes in this revision

Viewing changes to xchklog/xchklog.8

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Hornburg (Racke)
  • Date: 2005-01-07 10:12:20 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050107101220-ka3f7smw42zysmk1
Tags: 1.1.7-1
* new upstream release (Closes: #289106)
* start synopsis with lowercase

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH xchklog 8 "January 11, 2002" " " "JFS utility - extract fsck.jfs log"
2
 
 
3
 
.SH NAME
4
 
.B xchklog 
5
 
\- extract a log from the JFS fsck workspace into a file
6
 
 
7
 
.SH SYNOPSIS
8
 
.B xchklog 
9
 
[
10
 
.BI -f " output.file"
11
 
] [  
12
 
.B -p
13
 
] [
14
 
.B -V
15
 
16
 
.I device
17
 
 
18
 
.SH DESCRIPTION
19
 
.PP
20
 
.B xchklog
21
 
extracts the contents of either the most recent or immediately prior
22
 
JFS fsck service log from the specified device, and writes the output into
23
 
a specified or default file.  (The default file name is
24
 
.IR <pwd>fscklog.new "."
25
 
If the 
26
 
.B -p
27
 
option is used, the default file name is
28
 
.IR <pwd>fscklog.old ".)"
29
 
.PP
30
 
The contents of the output file can be formatted into text by using the JFS utility
31
 
.BR xchkdmp ". "
32
 
 
33
 
.PP
34
 
.I device
35
 
is the special file name corresponding to the actual device from which the fsck log will be extracted (e.g. 
36
 
.BR /dev/hdb1 " ). "
37
 
 
38
 
.SH OPTIONS
39
 
.TP
40
 
.BI \-f  " output.file"
41
 
Specify the output file name, overriding the default file name.
42
 
.RS
43
 
.LP
44
 
.IR output.file " must be 127 characters or less in length."
45
 
.LP
46
 
.IR output.file " will be created in the present working directory unless it is fully qualified."
47
 
.RE
48
 
.TP
49
 
.BI \-p
50
 
Extract the prior log (as opposed to the most recent log).
51
 
.TP
52
 
.BI \-V
53
 
Print version information and exit (regardless of any other chosen options).
54
 
.SH EXAMPLES
55
 
.LP
56
 
 Extract the most recent log on /dev/hda5 into 
57
 
.IR <pwd>fscklog.new :
58
 
.IP
59
 
.B xchklog /dev/hda5
60
 
.IP
61
 
.LP
62
 
Extract the most recent log on /dev/hdb3 into 
63
 
.IR /temp/l9651107.log :
64
 
.IP
65
 
.B xchklog -f /temp/l9651107.log /dev/hdb3
66
 
.IP
67
 
.LP
68
 
Extract the prior log on /dev/hdb4 into 
69
 
.IR <pwd>fscklog.old :
70
 
.IP
71
 
.B xchklog -p /dev/hdb4
72
 
.IP
73
 
 
74
 
.SH "REPORTING BUGS"
75
 
.PP
76
 
If you find a bug in 
77
 
.B JFS 
78
 
or 
79
 
.BR xchklog,
80
 
please report it via the bug tracking system ("Report Bugs" section) of the JFS project web site:
81
 
.nf
82
 
http://oss.software.ibm.com/jfs
83
 
.fi
84
 
.PP
85
 
Please send as much pertinent information as possible, including any 
86
 
.B xchklog 
87
 
error messages and the complete output of running 
88
 
.B fsck.jfs 
89
 
with the 
90
 
.B \-v 
91
 
option on the JFS device.
92
 
 
93
 
.SH SEE ALSO
94
 
.BR xchkdmp (8),
95
 
.BR mkfs.jfs (8),
96
 
.BR fsck.jfs (8),
97
 
.BR logdump (8),
98
 
.BR logredo (8),
99
 
.BR xpeek (8)
100
 
 
101
 
.SH AUTHOR
102
 
.nf
103
 
Barry Arndt  (barndt@us.ibm.com)
104
 
 
105
 
.fi
106
 
.B xchklog 
107
 
is maintained by IBM.
108
 
.nf
109
 
See the JFS project web site for more details:
110
 
http://oss.software.ibm.com/jfs
111
 
.fi