logredo(8) JFS utility - replay journal log logredo(8)NAME
logredo - "replay" a JFS formatted device's journal log
SYNOPSIS
logredo device
DESCRIPTION
logredo applies all committed transactions recorded in the JFS journal log since the most recent synch point. Its goal is to put the JFS
file system in the state it would have been in if all transactions had been applied, in order, by the JFS file system itself.
device is the special file name corresponding to the actual device on which the journal log will be replayed (e.g. /dev/hdb1 ).
logredo must be run as root.
WARNING
logredo is called from within fsck.jfs, and is not recommended to be run as a stand-alone utility unless completely necessary, and only by
advanced users with a clear understanding of journaling in a file system.
BUGS
If you find a bug in JFS or logredo, please report it via the bug tracking system ("Report Bugs" section) of the JFS project web site:
http://oss.software.ibm.com/jfs
Please send as much pertinent information as possible, including any logredo error messages and the complete output of running fsck.jfs
with the -v option on the JFS device.
SEE ALSO xchklog(8), xchkdmp(8), mkfs.jfs(8), fsck.jfs(8), logdump(8), xpeek(8)AUTHORS
Barry Arndt (barndt@us.ibm.com)
William Braswell, Jr.
logredo is maintained by IBM.
See the JFS project web site for more details:
http://oss.software.ibm.com/jfs
October 10, 2001 logredo(8)
Check Out this Related Man Page
xchklog(8) JFS utility - extract fsck.jfs log xchklog(8)NAME
xchklog - extract a log from the JFS fsck workspace into a file
SYNOPSIS
xchklog [ -f output.file ] [ -p ] [ -V ] device
DESCRIPTION
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 default file name is <pwd>fscklog.new. If the -p option is used, the default file name is
<pwd>fscklog.old.)
The contents of the output file can be formatted into text by 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 ).
OPTIONS -f output.file
Specify the output file name, overriding the default file name.
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.
-p Extract the prior log (as opposed to the most recent log).
-V Print version information and exit (regardless of any other chosen options).
EXAMPLES
Extract the most recent log on /dev/hda5 into <pwd>fscklog.new:
xchklog /dev/hda5
Extract the most recent log on /dev/hdb3 into /temp/l9651107.log:
xchklog -f /temp/l9651107.log /dev/hdb3
Extract the prior log on /dev/hdb4 into <pwd>fscklog.old:
xchklog -p /dev/hdb4
REPORTING BUGS
If you find a bug in JFS or xchklog, please report it via the bug tracking system ("Report Bugs" section) of the JFS project web site:
http://oss.software.ibm.com/jfs
Please send as much pertinent information as possible, including any xchklog error messages and the complete output of running fsck.jfs
with the -v option on the JFS device.
SEE ALSO xchkdmp(8), mkfs.jfs(8), fsck.jfs(8), logdump(8), logredo(8), xpeek(8)AUTHOR
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/jfs
January 11, 2002 xchklog(8)
Hi everybody,
I am currently setting up a web site for customers to place orders. Having placed the order the file will be downloaded onto the Unix server (SCO UNIX v 5.0.4). At this point I need to be able to monitor the system for the file being resident and if it is then perform an action on... (2 Replies)
Need help,
I have read the docs but need some better understanding.
Can someone explain the reasons behind setting the values for
fragement size, i-node and allocation group size?
Thanks, (6 Replies)
Hello guys,
I am new in Unix world.
I would like know, how Can I check which type of file system (GPFS, JFS) is on the AIX server. I have AIX 5.1.
Could you anyone advice me?
Thanks. (4 Replies)
Hi,
I have a AIX 4.3.3 running on IBM pseries server.
I have some jfs filesystems running on it.
I dont see Lost+Found directory in them.
Can anybody guide me why it is not available.
Cheers,
Vinod.. (4 Replies)
Hi,
I am getting an error message when i try to increase the size of a filesystems
under AIX 4.3.3:
chfs: 0506-932 Can not extend a JFS file system with nbpi = 4096
and frag = 4096 past 134217728 (512 byte blocks).
-> Characteristics Journaled File System
... (4 Replies)
Hi all pros,
I'm new here, sorry in advance if i ask in the wrong place.
I would like to ask any pro know which forum have discuss about the IBM F80-7025 in AIX system?
Thx in advance!
KK (1 Reply)
Hi All,
I would like to share this incident that happened the other day.
I have a question with this, https://www.unix.com/aix/64921-create-new-vg-san-rename-fs.html
And I thought it's related to the above link but the problem was the ibm san 4300 cache battery was dead and I need to click... (2 Replies)
Is it slower to open or create a file in a directory with 1 million files than a directory with 1000 files? How much slower? Where can I find information about this?
I'm mainly concerned about JFS on AIX, but also NTFS on Windows Server. Is there a difference?
I'm trying to determine a good... (6 Replies)
Hello all,
I'm trying to grow a file system by 500MB using SMIT on AIX 5.2 but I receive this error:
"0516-404 allocp: This system cannot fulfill the allocation request.
There are not enough free partitions or not enough physical volumes
to keep strictness and satisfy allocation requests.... (3 Replies)
I have a C++ program which ends up getting run on every conceivable distro. What I can't do in C++, I can do by shelling out to the O/S. I am trying to find a portable way to send the system into hibernate and suspend modes. For users who have pm-utils, of course, I can use that, but I am trying... (4 Replies)
greetings all, we had SAN bobbles recently and so I ran fsck against all local FS on all systems.
our domino servers present a moving set of alleged corruption, both JFS and JFS2 FS.
Am I playing whack-a-mole with special effects (i.e. false positives) produced by vigorous filesystem... (9 Replies)