Re: extending a fs on aix5.2

From: Jan-Frode Myklebust (janfrode@PARALLAB.UIB.NO)
Date: Fri Mar 19 2004 - 04:36:22 EST


On Fri, Mar 19, 2004 at 10:27:48AM +0100, Holger.VanKoll@SWISSCOM.COM wrote:
> Hello,
>
> can anybody explain why I cant extend this filesystem anymore?
>
> sbe15612 # chfs -a size=+1 /dataCRM/data1a
                     ^^^^

> sbe15612 # lsfs -q /dataCRM/data1a
> Name Nodename Mount Pt VFS Size Options
> Auto Accounting
> /dev/crdata1a -- /dataCRM/data1a jfs 268435456 --
                                                    ^^^

>From 'man chfs':

  The following attribute/value pairs are specific to the Journaled File System (JFS):
  -a Size=NewSize
<snip>
  The following attribute/value pairs are specific to the Enhanced Journaled
  File System (JFS2):
  -a size=NewSize

So try:

        chfs -a Size=+1 /dataCRM/data1a

   -jf



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 22:17:43 EDT