rs_helppartition

Description

Displays information about Replication Server partitions.

Syntax

rs_helppartition [partition_name]

Parameters

partition_name

A string of characters that corresponds to a partition name. The string must match an entire partition name or the first part of a name.

Examples

Example 1

Displays summary information about all available database partitions for the Replication Server.

rs_helppartition
Displaying all partitions known to 'TOKYO_RS'.
Logical Name                   Size (MB)   Segments Allocated (MB)
------------------------------ ----------- -----------------------
partition_1                              20                       3

Example 2

Displays detailed information about the partition named partition_1.

rs_helppartition partition_1
Information for stable device: 'partition_1' on 'TOKYO_RS'.
This device is active.
Physical Name                                      Partition ID
-------------------------------------------------- ------------
/remote/tyrell2/app/dev/tokyo_rs_p1.dat                      101
Partition Size (MB)  Segments Allocated (MB)
-------------------- -------------------------
20                   5
Inbound Database Queue(s) on this partition:
Connection Name                                     Number of Segments
--------------------------------------------------- ------------------
LDS.pubs2                                                           1
TOKYO_DS.TOKYO_RSSD                                                 1
Outbound Database Queue(s) on this partition:
Connection Name                                     Number of Segments
--------------------------------------------------- ------------------
LDS.pubs2                                                            1
TOKYO_DS.TOKYO_RSSD                                                  1
Outbound Replication Server Queue(s) on this partition:
Connection Name                                     Number of Segments
--------------------------------------------------- ------------------
SYDNEY_RS                                                     1

Usage