terrywashington
Technical User
I am attempting to increase the size of a filesystem by 1GB. The system is running AIX 5.2. I ran the lsvg command to verify that there is available space and received the below error. The datavg consists of two 36GB disks that are not mirrored. What am I missing here?
# lsvg datavg
VOLUME GROUP: datavg VG IDENTIFIER: 00068f8c00004c00000000f
bf41b7a26
VG STATE: active PP SIZE: 64 megabyte(s)
VG PERMISSION: read/write TOTAL PPs: 1084 (69376 megabytes)
MAX LVs: 256 FREE PPs: 570 (36480 megabytes)
LVs: 3 USED PPs: 514 (32896 megabytes)
OPEN LVs: 2 QUORUM: 2
TOTAL PVs: 2 VG DESCRIPTORS: 3
STALE PVs: 0 STALE PPs: 0
ACTIVE PVs: 2 AUTO ON: yes
MAX PPs per PV: 1016 MAX PVs: 32
LTG size: 128 kilobyte(s) AUTO SYNC: no
HOT SPARE: no BB POLICY: relocatable
# chfs -a size=+2048000 /qatest
0516-787 extendlv: Maximum allocation for logical volume lv01
is 512.
#
# lsvg datavg
VOLUME GROUP: datavg VG IDENTIFIER: 00068f8c00004c00000000f
bf41b7a26
VG STATE: active PP SIZE: 64 megabyte(s)
VG PERMISSION: read/write TOTAL PPs: 1084 (69376 megabytes)
MAX LVs: 256 FREE PPs: 570 (36480 megabytes)
LVs: 3 USED PPs: 514 (32896 megabytes)
OPEN LVs: 2 QUORUM: 2
TOTAL PVs: 2 VG DESCRIPTORS: 3
STALE PVs: 0 STALE PPs: 0
ACTIVE PVs: 2 AUTO ON: yes
MAX PPs per PV: 1016 MAX PVs: 32
LTG size: 128 kilobyte(s) AUTO SYNC: no
HOT SPARE: no BB POLICY: relocatable
# chfs -a size=+2048000 /qatest
0516-787 extendlv: Maximum allocation for logical volume lv01
is 512.
#