| Blogs | Classifieds | Downloads | FlashChat | Gallery | Googlemap | Invite Friends | Links | Projects | Reviews | Wiki |
| |||||||||
Welcome to the pSeries Tech Forums,
our free peer-based support site for administrators, engineers and architects working with IBM pSeries servers and software. You are currently viewing our site as a guest which gives you limited access to view most discussions, articles, tutorials and access our other free features. By joining our community you will be able to collaborate with administrators, engineers and architects charged with designing, delivering or maintaining IBM pSeries server environments. Founded by a recognized IBM pSeries consultant and IBM Redbook author, pSeries Tech Forums was developed with the single mission of bringing IBM pSeries professionals together into a single self-help community. Registration is fast, simple and absolutely free to all IT professionals with responsibility for or interest in IBM pSeries servers. We invite you to join our community today! If you have any problems with the registration process or your account login, please contact contact support. |
| Our Sponsors | |
| | |
| Want to advertise? | |
![]() |
| | LinkBack | Thread Tools |
|
#1
| ||||
| ||||
Hi I am creating 250 GB jfs file system on AIX 4.3.1 , but IBM recommends 2MB of jfslog for each 1GB of filesystem. so I should create 2 jfslog for 250 GB of filesystem, but how I can assign two jfslog to one filesystem ? and in future how can I add more jfslog to filesystem ? Thanks Last edited by Littleguru; June 22nd, 2008 at 18:26. |
|
#2
| ||||
| ||||
You can create as many jfslog as you want. When you create a filesystem, you can specify the jfslog that you want to use. Example: crfs -v jfs -d mylv -m /my_mount_point -a logname=my_jfslog_lv
__________________ My AIX blog: To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
|
#3
| ||||
| ||||
can I specify two jfslog for one filesystem: crfs -v jfs -d mylv -m /my_mount_point -a logname=first_jfslog_lv,second_jfslog_lv and what about if I want to increase the file system in future so if I have 500 GB filesystem , I should have 4 jfslog and asign it to this filesystem, because IBM recommends 2MB jfslog for each 2GB filesystem. |
|
#4
| ||||
| ||||
Hi I think there's a confussion here. IBM recommendation for sizing jfslog devices is a rule of thumb and is intended to avoid lack of integrity when LVM tries to log changes to JFS2 FS. The rule says that you need to define a jfs2log and its size should be 2MB for each GB of data to be logged. So, if you have a FS of 10GB, you should have a jfs2log of 20MB; if you have a FS of 100GB, then your jfs2log should have at least 200MB, and so on. Best recommendation for such enviroments os to have the jfslog device on different disk from the FS being protected. Hope this helps
__________________ cd3lgad0p |
|
#6
| ||||
| ||||
Depending on the purpose of your filesystem, you could use and INLINE log. This will grow or shrink as you increase or reduce your file system. IT has its advantages, but if the FS is used for a database, then using log volumes is the better option. Optimally I have found using a single log volume per file system, and as suggested using the log volume on another disk. |
|
#7
| ||||
| ||||
Paul, I don't think INLINE logging is an option on AIX 4.3.1 that the question was about. In fact I think its only available on jfs2....
__________________ Ross Mather, IBM AIX IT Specialist. That said anything I say here is my own opinion and not anything that you can ever hold against IBM. Ohhh and don't forget that I make mistakes too.... |
|
#8
| ||||
| ||||
The question is what you want to do with this jfs file system? This 1GB to 1MB thing might be a nice hint but its absolute nonsense when you have 64 GB dbf Files in your 250 GB file system in this case I think a log device with 10 MB is still to big. On the other side when your FS has a large tree of 1k files the 1GB:1MB formula might not fit. Just try it, log devices can be increased an that during activity. Cheers seth |
![]() |
| Bookmarks |
| Tags |
| file, jfslog, limitation, size |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |