Returns configuration parameter information for a Replication Server or Replication Agent and Mirror Replication Agent (MRA), or sets the value of a specified configuration parameter. Also retrieves and sets RMS-specific parameters.
configure server INVENTORY_RS
configure server INVENTORY_RS memory_limit
Parameter Parameter Current Pending Default Name Type Value Value Value ------------ --------- ------- ------- ------- memory_limit NULL 20 55 NULL Legal Category Restart Description Values Required ------ -------- -------- ------------------------- NULL NULL NULL NULL
configure server inventory_rs memory_limit = 50
configure server INVENTORY_RS RMS
configure server INVENTORY_RS RMS username = ‘rsa’
configure server supports Replication Server, Replication Agent, and remotely monitored RMS configurations.
configure server can retrieve and set RMS-specific parameters for all types of servers. The server and the RMS use these parameters to communicate.
configure server returns the following result set if you do not include a value parameter:
Column |
Description |
---|---|
Parameter Name |
The name of the parameter. |
Parameter Type |
The type of parameter. |
Current Value |
The current value of the parameter. |
Pending Value |
The pending value becomes the value of the parameter after the server is restarted. |
Default Value |
The default value of the parameter. |
Legal Values |
A string that defines the legal values for the parameter. This can be a list or a numeric range. |
Category |
The name of the category for the parameter. Categories are used to group related parameters together. |
Restart Required |
A flag indicating whether the server must be restarted in order for the parameter to take effect. |
Description |
The parameter description. |