Difference between revisions of "Recitalreplication"

From Recital Documentation Wiki
Jump to: navigation, search
Line 1: Line 1:
 +
===recitalreplication===
 
The replication services are administrated with the recitalreplication command. It takes the following arguments.
 
The replication services are administrated with the recitalreplication command. It takes the following arguments.
  
Line 4: Line 5:
  
  
=== help  ===
+
==== help  ====
 
Using the ''help'' or ''-h'' argument  will display a list of arguments for all the services.
 
Using the ''help'' or ''-h'' argument  will display a list of arguments for all the services.
  
<pre>
+
<code lang="bash">
# recitalreplication help
+
recitalreplication help
</pre>
+
</code>
  
=== start ===
+
==== start ====
 
This argument is used to start the configured replication services on the system.  
 
This argument is used to start the configured replication services on the system.  
  
  
=== stop ===
+
==== stop ====
 
his argument is used to stop the configured replication services on the system.  
 
his argument is used to stop the configured replication services on the system.  
  
  
=== restart ===
+
==== restart ====
 
his argument is used to restart the configured replication services on the system.  
 
his argument is used to restart the configured replication services on the system.  
  
  
=== status ===
+
==== status ====
 
his argument is used to show the current status the configured replication services on the system.  
 
his argument is used to show the current status the configured replication services on the system.  
  
  
=== -d seconds ===
+
==== -d seconds ====
 
Specify the delay in seconds between checking for new transactions. Specifying this argument on the command will overwrite the setting specified for DB_REPDELAY in the [[Configuration Files|recital.conf]] file.
 
Specify the delay in seconds between checking for new transactions. Specifying this argument on the command will overwrite the setting specified for DB_REPDELAY in the [[Configuration Files|recital.conf]] file.
  
=== -i ===
+
==== -i ====
 
Rebuild the subscriber index used for Peer to Peer replication.
 
Rebuild the subscriber index used for Peer to Peer replication.
  
  
=== -h ===
+
==== -h ====
 
List available command line options (this page).
 
List available command line options (this page).
  
  
=== -l ===
+
==== -l ====
 
Turn logging on. Specifying this argument on the command will overwrite the setting specified for DB_REPLOG in the dbservice.conf file.
 
Turn logging on. Specifying this argument on the command will overwrite the setting specified for DB_REPLOG in the dbservice.conf file.
  
  
=== -p password ===
+
==== -p password ====
 
Specify a password for the server the publisher is running on. The password can also be specified in the data source.
 
Specify a password for the server the publisher is running on. The password can also be specified in the data source.
  
  
=== -r ===
+
==== -r ====
 
Reset the time stamp so all transactions in the queue are processed.
 
Reset the time stamp so all transactions in the queue are processed.
  
  
=== -u username ===
+
==== -u username ====
 
Specify a user name for the server the publisher is running on. The user name can also be specified in the data source.
 
Specify a user name for the server the publisher is running on. The user name can also be specified in the data source.
  
 
[[Category:RRS_Configuration]]
 
[[Category:RRS_Configuration]]

Revision as of 10:09, 26 October 2009

recitalreplication

The replication services are administrated with the recitalreplication command. It takes the following arguments.

Note: recitalreplication must be run as root. For systems with a hidden root account, please precede commands with ’sudo’.


help

Using the help or -h argument will display a list of arguments for all the services.

recitalreplication help

start

This argument is used to start the configured replication services on the system.


stop

his argument is used to stop the configured replication services on the system.


restart

his argument is used to restart the configured replication services on the system.


status

his argument is used to show the current status the configured replication services on the system.


-d seconds

Specify the delay in seconds between checking for new transactions. Specifying this argument on the command will overwrite the setting specified for DB_REPDELAY in the recital.conf file.

-i

Rebuild the subscriber index used for Peer to Peer replication.


-h

List available command line options (this page).


-l

Turn logging on. Specifying this argument on the command will overwrite the setting specified for DB_REPLOG in the dbservice.conf file.


-p password

Specify a password for the server the publisher is running on. The password can also be specified in the data source.


-r

Reset the time stamp so all transactions in the queue are processed.


-u username

Specify a user name for the server the publisher is running on. The user name can also be specified in the data source.