logdump(8) JFS utility - journal log dump logdump(8)NAME
logdump - dump a JFS formatted device's journal log
SYNOPSIS
logdump [ -a ] device
DESCRIPTION
logdump dumps the contents of the journal log from the specified JFS formatted device into output file ./jfslog.dmp.
device is the special file name corresponding to the actual device from which the journal log will be dumped (e.g. /dev/hdb1 ).
logdump must be run as root.
OPTIONS -a Dump the entire contents of the journal log instead of just the committed transactions since the last synch point.
EXAMPLE
Dump the entire JFS journal log from the 3rd partition of the 2nd hard disk into ./jfslog.dmp:
logdump -a /dev/hdb3
REPORTING BUGS
If you find a bug in JFS or logdump, 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 logdump 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), logredo(8), xpeek(8)AUTHORS
Barry Arndt (barndt@us.ibm.com)
William Braswell, Jr.
logdump is maintained by IBM.
See the JFS project web site for more details:
http://oss.software.ibm.com/jfs
October 10, 2001 logdump(8)
Check Out this Related Man Page
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)
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)
I have a utility provided by our vendor to dump data from their system. It is
expsysdb -s prod proddata.dmp
"-s" and "prod" are parameters and "proddata.dmp" is the file name that the data is dumped to (this can be any name). Our current system (AIX 4.3) has a file size limit set to 1... (7 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)
Sorry, I am new to UNIX. I am seeking help from gurus here. When I exported the DB at user mode, I accidently created a dmp file like this ' .dmp'. After that, I wanted to rm this .dmp file. UNIX told me that no such file and directory. Please tell me how to rm this file. Thanks in advance. ... (4 Replies)
Hey Every one
I have a find statement which find the files and deletes them
find /web/local/orderlink/batchmanaged01/scripts/SMOappLogs/log -name 'orderlink.log.*' -type f -mtime +$10-exec rm -f {} \;
This statement if finds a file at the given location it will delete the files but if it... (4 Replies)
Guys,
I need to find all the files ending with either dmp or dmp.Z. This command is giving me error.
@files =`find $path \(-name "*.dmp" -o -name "*.dmp.Z"\) -mtime +30`;
sh: 0403-057 Syntax error at line 1 : `(' is not expected.
Thanks in advance (4 Replies)
Hello every one,
I have a little issue that has been killing me now for the past couple of days, I have tried to find solutions online, but its been hard to, ok here it goes...
I have created a site that is based on amount of user that have access at a time, based on cookie. So if the... (5 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)
Can somebody show me an example of of using either '#' or '?' to remove
part of string.
I am reading files from directories and I want to check if file ends with *.log *.dmp or begins with a arch_*
I DONT want to use AWK or SED to do this since there maybe 1000's of files I need to test... (4 Replies)
Hi, everybody!
I have a big problem. I don't understand Unix, but I work as a system administrator, and sometimes I make some data exports and I have to delete old .dmp files, but today I had a mistake, I wrote rm * 909*
This is a part of my folder contents in unix before deleting
drwxrwxr-x 2... (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)