Re: PP size: 32MB vs. 64MB
From: Dan Foster (dsf_at_globalcrossing.net)
Date: 10/09/03
- Next message: Dan Foster: "Re: oslevel - unable to acquire lock"
- Previous message: Timothy J. Bogart: "Re: oslevel - unable to acquire lock"
- In reply to: Chris: "PP size: 32MB vs. 64MB"
- Next in thread: Chris: "Re: PP size: 32MB vs. 64MB"
- Reply: Chris: "Re: PP size: 32MB vs. 64MB"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 9 Oct 2003 14:42:42 +0000 (UTC)
In article <b8cdc181.0310090630.8253733@posting.google.com>, Chris <krzgru@yahoo.co.uk> wrote:
>
> Please tell me what is the relation between inode "usage" on
> filesystem made on LV created one on VG with PP 32MB size and second
> on VG with PP 64MB PP size.
I don't think there's any direct relationship between the two.
PP is just a chunk of disk used to construct the underlying logical volume;
that's a lower layer than the filesystem which is constructed from a
logical volume.
> AIX 4.3.3, PP 32MB
> Filesystem 512-blocks Free %Used Iused %Iused Mounted on
> /dev/datalv 10354688 4285336 59% 666869 52% /datalv
>
> AIX 5.2, PP 64MB
> Filesystem 512-blocks Free %Used Iused %Iused Mounted on
> /dev/datalv 10485760 2354800 78% 927235 71% /datalv
>
> The files which were transfered are small files.
>
> Why having the same data in both FS, used space and inode numbers are
> different?
Could be a jfs vs jfs2 difference. You may want to post the output of:
$ lsfs -q /datalv
from both systems.
It could also be crfs/mkfs with different logic in selecting default
settings; different in 4.3.3 from 5.2?
> Is it PP size related? How can i increase inode number - only by
> increasing the FS size?
To increase inode count, you'd have to back up the filesystem, wipe it,
redo the mkfs (or crfs) command to recreate the filesystem with a different
-o nbpi=xxxx option (and you might need to adjust ag and frag in some cases
if required to match the nbpi setting). Then once filesystem created to
your satisfaction, restore the data from backup. (From tape, a tar file, a
mksysb, or whatever you like.)
Also, 'man crfs' for more info on nbpi and other settings.
-Dan
- Next message: Dan Foster: "Re: oslevel - unable to acquire lock"
- Previous message: Timothy J. Bogart: "Re: oslevel - unable to acquire lock"
- In reply to: Chris: "PP size: 32MB vs. 64MB"
- Next in thread: Chris: "Re: PP size: 32MB vs. 64MB"
- Reply: Chris: "Re: PP size: 32MB vs. 64MB"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|