alter auto partition path

Changes the partition file size and the maximum size that you allow for a automatically resizable Replication Server partition.

Syntax

alter auto partition path logical_name
{[auto expand size = size]
[max size = max_size]}

Parameters

Examples

Usage

  • You can only use alter auto partition path to change automatically resizable partitions that you have created with create auto partition path. You cannot use alter auto partition path to change partitions created with any other command.
  • alter auto partition path allows you to expand the size of any new automatically created partition files. This is useful when Replication Server needs more disk space and there is still space available in the same disk of the existing logical partition path.
  • If you choose to change auto expand size and max size, you must specify the values for these parameters as Replication Server does not provide default values.

Permissions

alter auto partition path requires that the “sybase” user should own the disk partition or operating system file and must have read and write permissions on it. Users other than “sybase” should not have write or read permission on the partition.

Related reference
admin auto_part_path
create auto partition path
drop auto partition path
rs_helppartition
admin disk_space
alter partition