AIX

AIX

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


#Power
#Power
#Operatingsystems
#Servers
 View Only
  • 1.  FIle System

    Posted 12/10/07 12:05 PM

    Originally posted by: SystemAdmin


    i want to increase the file system size of /usr directory and there are free PP available, but i am getting and error,

    PUDSEY:spnode33 : / >df -k /usr
    Filesystem 1024-blocks Free %Used Iused %Iused Mounted on
    /dev/hd2 1966080 381184 81% 43750 9% /usr
    PUDSEY:spnode33 : / >lsvg rootvg
    VOLUME GROUP: rootvg VG IDENTIFIER: 00000942ef9e4da8
    VG STATE: active PP SIZE: 64 megabyte(s)
    VG PERMISSION: read/write TOTAL PPs: 1084 (69376 megabytes)
    MAX LVs: 256 FREE PPs: 72 (4608 megabytes)
    LVs: 14 USED PPs: 1012 (64768 megabytes)
    OPEN LVs: 13 QUORUM: 1
    TOTAL PVs: 2 VG DESCRIPTORS: 3
    STALE PVs: 1 STALE PPs: 68
    ACTIVE PVs: 1 AUTO ON: yes
    MAX PPs per PV: 1016 MAX PVs: 32
    PUDSEY:spnode33 : / >chfs -a size=+16MB /usr
    extendlv: Warning, physical volume hdisk0 is excluded since it may be
    either missing or removed.
    0516-404 allocp: This system cannot fulfill the allocation request.
    There are not enough free partitions or not enough physical volumes
    to keep strictness and satisfy allocation requests. The command
    should be retried with different allocation characteristics.
    PUDSEY:spnode33 : / >
    Can you suggest?
    #AIX-Forum


  • 2.  Re: FIle System

    Posted 12/10/07 12:19 PM

    Originally posted by: alethad


    Off the top of my head try the command with just M. +16M
    Or check the logical volume that you don't have a max set on "Max Number of Logical Partitions".
    Good luck.
    #AIX-Forum


  • 3.  Re: FIle System

    Posted 12/10/07 03:05 PM

    Originally posted by: hwyguy


    Is rootvg and/or /usr mirrored?

    It appears that hdisk0 in the MISSING state and is stale.

    Either unmirror/rmlvcopy /usr or fix hdisk0 and re-run the command.
    #AIX-Forum


  • 4.  Re: FIle System

    Posted 12/11/07 07:20 AM

    Originally posted by: SystemAdmin


    This is the Update that i can put

    ABCD : /usr/sbin >lsvg -p rootvg
    rootvg:
    PV_NAME PV STATE TOTAL PPs FREE PPs FREE DISTRIBUTION
    hdisk0 missing 542 37 04..00..00..00..33
    hdisk1 active 542 35 02..00..00..00..33
    can you tell me the steps to resolve this issue.
    #AIX-Forum


  • 5.  Re: FIle System

    Posted 12/11/07 09:38 AM

    Originally posted by: hdkutz


    Google is your friend ...
    http://www.google.de/search?hl=de&q=aix+disk+replacemen t&btnG=Google-Suche&meta=
    The third link points me to
    http://users.ca.astound.net/baspence/AIXtip/replace_disk.htm
    which has a nice PDF for your problem.
    Cheers,
    ku
    #AIX-Forum


  • 6.  Re: FIle System

    Posted 12/12/07 10:03 AM

    Originally posted by: SystemAdmin


    at a very high level i feel there is some problem with inodes...if you have too many small files in the filesystem.
    #AIX-Forum