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.
create partition – makes a partition available to Replication Server. You must create a partition before you can add it.
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.