drop auto partition path

Removes a automatically resizable partition from Replication Server.

Syntax

drop auto partition path logical_name

Parameters

Examples

Usage

  • You can use drop partition to manually remove a automatically created partition file if there is an urgent need to release disk space. Otherwise, use drop auto partition path to manage the removal of automatically resizable partitions to ensure that disk space is released properly.
  • Replication Server does not immediately remove an automatically resizable partition if you execute drop auto partition path. Instead, once this command marks the affected logical partition path as "drop-pending", Replication Server does not create any new automatically resizable partition file on the path. Replication Server only removes the automatically resizable partition after the partition files on the path have been dropped by Replication Server.
  • Installation of Replication Server creates an initial partition. The initial partition and any partitions you subsequently create manually constitute the minimal partition size that Replication Server retains even after you remove all automatically resizable partitions. You can remove some of the partitions in the minimal partition size but you must ensure that Replication Server retains some partitions of a sufficient size for replication to continue.
  • For a complete discussion of recovering from failed partitions, see Replication Server Administration Guide Volume 2 > Replication System Recovery > Recovery from Partition Loss or Failure.

Permissions

drop 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
alter auto partition path
create auto partition path
rs_helppartition
drop partition