aix给rootvg增加disk时的错误解决

    技术2026-05-04  3

    # extendvg -f rootvg hdisk1 0516-1162 extendvg: Warning, The Physical Partition Size of 32 requires the        creation of 1085 partitions for hdisk1.  The limitation for volume group        rootvg is 1016 physical partitions per physical volume.  Use chvg command        with -t option to attempt to change the maximum Physical Partitions per        Physical volume for this volume group.0516-792 extendvg: Unable to extend volume group.

    解决方法:# chvg -t 3 rootvg0516-1164 chvg: Volume group rootvg changed.  With given characteristics rootvg        can include upto 10 physical volumes with 3048 physical partitions each.

    最新回复(0)