Replication Server stores messages in stable queues, which are stored on disk partitions. Inbound queues store messages received from Replication Agents; outbound queues store messages to be transmitted to data servers or other Replication Servers.
Use rs_init to create Replication Server’s initial partitions. For more information about working with partitions in rs_init, see the Replication Server installation and configuration guides.
Use these commands to add or drop or change the size of partitions:
create partition – makes a partition available to Replication Server. You must create a partition before you can add it.
create partition replaces the existing add partition command. For backward compatibility, add partition is still supported as an alias for create partition but it will be depreciated in the future.
drop partition – removes a partition from Replication Server.
alter partition – changes the size of a partition.
For more information about stable queues and partitions, see the Replication Server Administration Guide Volume 1.