AIX 0516-404 allocp: This system cannot fulfill the allocation

emre@sysaix:/ # chfs -a size=+1G /dizin
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.

The Upper Bound is 1 and your data is spread on one disk only:

 
emre@sysaix:/ # lslv dizinlv
LOGICAL VOLUME:     dizinlv               VOLUME GROUP:   vg10
LV IDENTIFIER:      00c2894e00004c000000010674bd4833.36 PERMISSION:     read/write
VG STATE:           active/complete        LV STATE:       opened/syncd
TYPE:               jfs2                   WRITE VERIFY:   off
MAX LPs:            512                    PP SIZE:        128 megabyte(s)
COPIES:             1                      SCHED POLICY:   parallel
LPs:                16                     PPs:            16
STALE PPs:          0                      BB POLICY:      relocatable
INTER-POLICY:       minimum                RELOCATABLE:    yes
INTRA-POLICY:       middle                 UPPER BOUND:    1
MOUNT POINT:        /dizin LABEL:          dizin
MIRROR WRITE CONSISTENCY: on/ACTIVE
EACH LP COPY ON A SEPARATE PV ?: yes (superstrict)
Serialize IO ?:     NO
DEVICESUBTYPE : DS_LVZ

sysaix@root:/ # lslv -l dizinlv
10_lv069:/locate/database35
PV                COPIES        IN BAND       DISTRIBUTION
hdisk1          016:000:000   6%            002:131:102:562:009

In this situation, you cannot increase the LV if the targeted size will spread on more disks than the “UPPER BOUND” value. So you have to change it with the chlv command:

emre@sysaix:/ # chlv -u 1024 dizinlv

emre@sysaix:/ # lslv dizinlv
LOGICAL VOLUME:     dizinlv               VOLUME GROUP:   vg10
LV IDENTIFIER:      00c2894e00004c000000010674bd4833.36 PERMISSION:     read/write
VG STATE:           active/complete        LV STATE:       opened/syncd
TYPE:               jfs2                   WRITE VERIFY:   off
MAX LPs:            512                    PP SIZE:        128 megabyte(s)
COPIES:             1                      SCHED POLICY:   parallel
LPs:                178                    PPs:            178
STALE PPs:          0                      BB POLICY:      relocatable
INTER-POLICY:       minimum                RELOCATABLE:    yes
INTRA-POLICY:       middle                 UPPER BOUND:    1024
MOUNT POINT:        /dizin LABEL:          /dizin
MIRROR WRITE CONSISTENCY: on/ACTIVE
EACH LP COPY ON A SEPARATE PV ?: yes (superstrict)
Serialize IO ?:     NO
DEVICESUBTYPE : DS_LVZ

SUPSID01@root:/ # chfs -a size=+7G /dizin
SUPSID01@root:/ # df -g /dizin
Filesystem    GB blocks      Free %Used    Iused %Iused Mounted on
/dev/dizinlv     31.25     31.24    1%        4     1% /dizin
 
0 (0)
Article Rating (No Votes)
Rate this article
Attachments
There are no attachments for this article.
Comments
There are no comments for this article. Be the first to post a comment.
Full Name
Email Address
Security Code Security Code
Related Articles RSS Feed
AIX Oracle tuning
Viewed 218880 times since Tue, Jul 2, 2019
Part 2, Detailed diagnosis and troubleshooting
Viewed 2791 times since Tue, May 22, 2018
Part 3, Monitoring your network packets and tuning the network
Viewed 5954 times since Mon, Jun 4, 2018
AIX, user gets “pwd: The file access permissions do not allow the specified action.”
Viewed 10967 times since Tue, Mar 16, 2021
IBM AIX multipath I/O (MPIO) resiliency and problem determination
Viewed 13411 times since Wed, May 30, 2018
0516-787 extendlv: Maximum allocation for logical volume error
Viewed 8791 times since Tue, Mar 12, 2019
Many Choices for AIX File Integrity
Viewed 2660 times since Wed, May 30, 2018
Mount CD/DVD & ISO image in AIX 6.1
Viewed 3987 times since Tue, Jul 17, 2018
IVM and VLAN Tagging
Viewed 10301 times since Mon, May 28, 2018
Find out which port the daemon is using on AIX OS. (similar like command netstat -anp for Linux)
Viewed 11333 times since Thu, Feb 21, 2019