Jfs and jfs2


 
Thread Tools Search this Thread
Operating Systems AIX Jfs and jfs2
Prev   Next
# 1  
Old 09-17-2009
MySQL Jfs and jfs2

Hi all,

Can anyone define the difference between jfs and jfs2 filesystem as well as usage of jfs log files....


Thanks....
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

AIX JFS2 content

Hello! I have a LPAR with 51GB RAM topas shows 21% of memory for client pages (~11Gb) svmon -G show 2906772 client pages in use (~11Gb) but then i try to investigate per process client memory usage svmon -P -O filtertype=client and summarize inuse column, i get only 347880 pages... (1 Reply)
Discussion started by: sys
1 Replies

2. AIX

Help with jfs

how to change the filesystem from jfs to jfs2 in ibm aix6.1 please tell me command for that. thank you, paandu (2 Replies)
Discussion started by: paandur
2 Replies

3. AIX

Cannot grow jfs file system on AIX 5.2

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)
Discussion started by: need2bageek
3 Replies

4. AIX

jfs2 - cannot shrink filesystem

Hi, is anyone aware about filesystem size restrictions on AIX? And does anyone know a solution for below problem? I have 2 boxes attached to EMC Raid5 storage, both have huge /optware/oracle/oradata filesystems - 4.5 and 2.5 TB in size, nothing is striped or in any other way restricted. Due to... (11 Replies)
Discussion started by: zxmaus
11 Replies

5. AIX

160G SAN FS on JFS

Hi All, I can't create a FS from a SAN VG with size of 160G on JFS (NOT JFS2, requirement with application) with large file enabled. It only let me create 64G in maximum size. The actual size of SAN VG is also 160G, the FS can be smaller than 160G because of the inode allocation. Please... (1 Reply)
Discussion started by: itik
1 Replies

6. AIX

JFS and JFS2

hi all, can sumbody give me a link which gives the basic layout of JFS, JFS2 and the veritas file system. and i also want to know about the data structures used in this filsystem thanx in advance (0 Replies)
Discussion started by: anwerreyaz
0 Replies

7. AIX

Can not extend a JFS file system

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)
Discussion started by: Can
4 Replies

8. UNIX for Dummies Questions & Answers

creating jfs

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)
Discussion started by: kburrows
6 Replies

9. UNIX for Advanced & Expert Users

jfs (jfs2) for AIX versus Veritas

Hi there, Can anyone tell me the advantages that jfs has over Veritas (if any)?? Cheers. (5 Replies)
Discussion started by: rich
5 Replies
Login or Register to Ask a Question
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)