Re: Adding free PPs in AIX Hajo Ehlers wrote:
> hem wrote:
>
>>Hello,
>>
>>I am new to AIX and I am running out of space in the disk. Could anyone
>>help me out in adding free PPs? Here is the output of "lsvg rootvg"
>>
>>VOLUME GROUP: rootvg VG IDENTIFIER:
>>00c1933c00004c0000000102b09f2929
>>VG STATE: active PP SIZE: 64
>>megabyte(s)
>>VG PERMISSION: read/write TOTAL PPs: 542 (34688
>>megabytes)
>>MAX LVs: 256 FREE PPs: 503
>>(32192 megabytes)
>
>
>>I have 503 free PPs. Can I get more disk space from these free PPs?
>
>
> AIX 5.3,5.2 or 4.3.3 or what ?
>
> example:
> $ chfs -a size=+256M /tmp
> or
> $ chfs -a size=+1 /tmp # ( Will increase FS /tmp with ONE PPsize
> )
> or man chfs
> or smity chfs
>
> The next time please provide at least the os version you are running (
> $ oslevel -r )
>
> hth
> Hajo
>
Not to nitpick/pile on but in order to help you quicker/better :-), it
would be nice to have more information. What FS/LV (FS = filesystem, LV
= logical volume) are you trying to expand? As Hajo suggested, please
provide some other information.
Based on the output you provided in your original post, it looks like
there are plenty of "PPs" (physical partitions) left on the
disk...unfortunately, that doesn't provide enough information to address
your question <G>. In addition to the name of the LV/FS that needs the
additional space, you might want to also include the output of these
commands:
- lsvg
- lsvg -l NAMEOFVG (substitute "NAMEOFVG" w/output of lsvg;
run once for each VG))
- lspv
(optionally, lsdev -Cc disk and lsfs -v jfs might be of some use too)
Paul |