AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only
  • 1.  Extend a jfs filesystem...?

    Posted Wed May 09, 2007 09:00 AM

    Originally posted by: SystemAdmin


    Hi All,
    I have a jfs filesystem (Not jfs2) that I need to extend, but chfs or smitty does nothing. How do I extend a jfs filesystem?

    Thanks
    #AIX-Forum


  • 2.  Re: Extend a jfs filesystem...?

    Posted Wed May 09, 2007 10:20 AM

    Originally posted by: orphy


    Can you be more specific about this "does nothing" statement? Did it
    really do nothing? Did you should you any errors? How did you do it?
    Do you have any free PPs left in the VG?

    It should work.

    1. lsfs /orphy
    Name Nodename Mount Pt VFS Size Options Auto Accounting
    /dev/orphylv -- /orphy jfs 5242880 -- yes no
    nimrod> chfs -a size=+10240 /orphy
    Filesystem size changed to 5373952
    1. lsfs /orphy
    Name Nodename Mount Pt VFS Size Options Auto Accounting
    /dev/orphylv -- /orphy jfs 5373952 -- yes no
    Orphy
    #AIX-Forum


  • 3.  Re: Extend a jfs filesystem...?

    Posted Wed May 09, 2007 11:03 AM

    Originally posted by: SystemAdmin


    Hi there, thanks very much for your help. I wasn't noticing any change in the small increments I was making. I made a jump from 200 to 4000, and yes, it works, sorry to have wasted your time.


    #AIX-Forum