Re: device packages?!?




Dan Foster wrote:
> These filesystems are full; we need a little extra room, so grow each
> filesystem listed by 10 512-byte blocks (aka 5K total per fs):
>
> # chfs -a size=+10 /tmp
> # chfs -a size=+10 /usr
> # chfs -a size=+10 /var

The minimun increase for a filesystem is one PP in case fs size is lv
size
So saying chfs -a size=+1 /tmp means:
Please increase the filesystem /tmp with 512 bytes but the system will
round UP the request to the next PP size
So if your PP size is 128 MB you will increase the filesystem by 128 MB

Hajo

.



Relevant Pages

  • Re: device packages?!?
    ... > Dan Foster wrote: ... we need a little extra room, ... > The minimun increase for a filesystem is one PP in case fs size is lv ... > Please increase the filesystem /tmp with 512 bytes but the system will ...
    (comp.unix.aix)
  • Re: ZFS: filesystem approach
    ... Dan Foster wrote: ... > with their own ZFS filesystem, to see how usable it would actually be? ... I also have to admit I'd be concerned about whether the NFS server ...
    (comp.unix.solaris)
  • Re: Why always "PLEASE RERUN FSCK"?
    ... Dan Foster wrote: ... Mount the filesystem as read-only then re-run fsck on it. ...
    (comp.unix.solaris)