Changes the size of a partition.
alter partition P1 expand size = 50
alter partition P2
alter partition allows users to expand a currently used partition to a larger size. This function is useful when Replication Server needs more disk space and there is still space available in the same disk of the existing partition.
In case of insufficient physical disk space, alter partition aborts and an error message displays. The allocated space for the partition is the same as before the command was applied.
The maximum size that can be allocated to a partition is 1TB, which is approximately 1,000,000MB.