--application-password , --connector-password | application-password , connector-password | Database password for the connector |
--application-port , --connector-listen-port | application-port , connector-listen-port | Port for the connector to listen on |
--application-readonly-port , --connector-readonly-listen-port | application-readonly-port , connector-readonly-listen-port | Port for the connector to listen for read-only connections on |
--application-user , --connector-user | application-user , connector-user | Database username for the connector |
--auto-enable , --repl-auto-enable | auto-enable , repl-auto-enable | Auto-enable services after start-up |
--auto-recovery-delay-interval , --repl-auto-recovery-delay-interval | auto-recovery-delay-interval , repl-auto-recovery-delay-interval | Delay (in seconds) between going OFFLINE and attempting to go ONLINE |
--auto-recovery-max-attempts , --repl-auto-recovery-max-attempts | auto-recovery-max-attempts , repl-auto-recovery-max-attempts | Maximum number of attempts at automatic recovery |
--auto-recovery-reset-interval , --repl-auto-recovery-reset-interval | auto-recovery-reset-interval , repl-auto-recovery-reset-interval | Delay (in seconds) before autorecovery is deemed to have succeeded |
--backup-directory , --repl-backup-directory | backup-directory , repl-backup-directory | Permanent backup storage directory |
--backup-dump-directory , --repl-backup-dump-directory | backup-dump-directory , repl-backup-dump-directory | Backup temporary dump directory |
--backup-method , --repl-backup-method | backup-method , repl-backup-method | Database backup method |
--backup-online , --repl-backup-online | backup-online , repl-backup-online | Does the backup script support backing up a datasource while it is ONLINE |
--backup-options | backup-options | Space separated list of options to pass directly to the underlying backup binary in use. |
--backup-retention , --repl-backup-retention | backup-retention , repl-backup-retention | Number of backups to retain |
--backup-script , --repl-backup-script | backup-script , repl-backup-script | What is the path to the backup script |
--batch-enabled | batch-enabled | Should the replicator service use a batch applier |
--batch-load-language | batch-load-language | Which script language to use for batch loading |
--batch-load-template | batch-load-template | Value for the loadBatchTemplate property |
--repl-buffer-size | repl-buffer-size | Replicator queue size between stages (min 1) |
--cctrl-column-width | cctrl-column-width | Sets the minimum column width for service names within cctrl |
--channels , --repl-channels | channels , repl-channels | Number of replication channels to use for parallel apply. |
--cluster-slave-auto-recovery-delay-interval , --cluster-slave-repl-auto-recovery-delay-interval | cluster-slave-auto-recovery-delay-interval , cluster-slave-repl-auto-recovery-delay-interval | Default value for --auto-recovery-delay-interval when --topology=cluster-slave |
--cluster-slave-auto-recovery-max-attempts , --cluster-slave-repl-auto-recovery-max-attempts | cluster-slave-auto-recovery-max-attempts , cluster-slave-repl-auto-recovery-max-attempts | Default value for --auto-recovery-max-attempts when --topology=cluster-slave |
--cluster-slave-auto-recovery-reset-interval , --cluster-slave-repl-auto-recovery-reset-interval | cluster-slave-auto-recovery-reset-interval , cluster-slave-repl-auto-recovery-reset-interval | Default value for --auto-recovery-reset-interval when --topology=cluster-slave |
--composite-datasources , --dataservice-composite-datasources | composite-datasources , dataservice-composite-datasources | Data services that should be added to this composite data service |
--config-file | config-file | Display help information for content of the config file |
--conn-java-enable-concurrent-gc | conn-java-enable-concurrent-gc | Connector Java uses concurrent garbage collection |
--conn-java-mem-size | conn-java-mem-size | Connector Java heap memory size used to buffer data between clients and databases |
--conn-round-robin-include-master | conn-round-robin-include-master | Should the Connector include the Primary in round-robin load balancing |
--connector-affinity | connector-affinity | The default affinity for all connections |
--connector-allow-cross-site-reconnects-for-reads | connector-allow-cross-site-reconnects-for-reads | Whether or not to reject reconnections that follow a read operation (RO_RELAXED or SmartScale after a read) |
--connector-allow-cross-site-reconnects-for-writes | connector-allow-cross-site-reconnects-for-writes | Whether or not to reject reconnections that follow a write operation (RW_STRICT connection or SmartScale after a write) |
--connector-autoreconnect | connector-autoreconnect | Enable auto-reconnect in the connector |
--connector-autoreconnect-killed-connections | connector-autoreconnect-killed-connections | Enable autoreconnect for connections killed within the connector |
--connector-bridge-mode , --enable-connector-bridge-mode | connector-bridge-mode , enable-connector-bridge-mode | Enable the Tungsten Connector bridge mode |
--connector-default-schema , --connector-forced-schema | connector-default-schema , connector-forced-schema | Default schema for the connector to use |
--connector-delete-user-map | connector-delete-user-map | Overwrite an existing user.map file |
--connector-disable-connection-warnings | connector-disable-connection-warnings | Hide Connector warnings in log files |
--connector-disconnect-timeout | connector-disconnect-timeout | Time (in seconds) to wait for active connection to disconnect before forcing them closed [default: 5] |
--connector-drop-after-max-connections | connector-drop-after-max-connections | Instantly drop connections that arrive after --connector-max-connections has been reached |
--connector-generate-eof | connector-generate-eof | If using the Go MySQL driver, this property should be set to false to avoid generating and sending EOF packets to client applications when CLIENT_DEPRECATE_EOF is not set on both client and mysql server sides. |
--connector-keepalive-timeout | connector-keepalive-timeout | Delay (in ms) after which a manager connection is considered broken by the connector if no keep-alive command was received. Value must be positive and lower than 300000 (5 min) or the connector will refuse to start. Make sure the manager has mgr-monitor-interval value set greater than this, it controls the frequency at which keep-alive commands are sent. |
--connector-listen-interface | connector-listen-interface | Listen interface to use for the connector |
--connector-manager-use-ssl | connector-manager-use-ssl | Manager<>Connector connections can be encrypted with TLS by setting this to true or with the --disable-security-controls=false flags. Note that when enabled, managers still accept unencrypted connector connections in order to allow upgrades from older versions or unencrypted setups |
--connector-max-connections | connector-max-connections | The maximum number of connections the connector should allow at any time |
--connector-max-slave-latency , --connector-max-applied-latency | connector-max-applied-latency , connector-max-slave-latency | The maximum applied latency for replica connections. Disabled by default. |
--connector-readonly , --enable-connector-readonly | connector-readonly , enable-connector-readonly | Enable the Tungsten Connector read-only mode |
--connector-relative-slave-status | connector-relative-slave-status | Determines whether the reported latency is relative (true) or absolute (false). Default is the value of dataservice-use-relative-latency which itself has the default of false. |
--connector-reset-when-affinity-back | connector-reset-when-affinity-back | Forces reconnection of clients to datasources with the configured affinity when they become available |
--connector-rest-api | connector-rest-api | Enable (default) or Disable APIv2 |
--connector-rest-api-address | connector-rest-api-address | Address for the API to bind too. |
--connector-rest-api-port | connector-rest-api-port | Port for the Connector API. |
--connector-ro-addresses | connector-ro-addresses | Connector addresses that should receive a r/o connection |
--connector-rw-addresses | connector-rw-addresses | Connector addresses that should receive a r/w connection |
--connector-rwsplitting | connector-rwsplitting | Enable DirectReads R/W splitting in the connector |
--connector-server-ssl-ciphers | connector-server-ssl-ciphers | Configures ciphers the connector uses for SSL communications to the dbatabase server. Defaults to allow all cipher suites supported by the running JVM. |
--connector-server-ssl-protocols | connector-server-ssl-protocols | Configures protocols the connector uses for SSL communications to the dbatabase server. Default value when not specified will be TLSv1,TLSv1.1,TLSv1.2 |
--connector-smartscale | connector-smartscale | Enable SmartScale R/W splitting in the connector |
--connector-smartscale-sessionid | connector-smartscale-sessionid | The default session ID to use with smart scale |
--connector-ssl-capable | connector-ssl-capable | Defines whether connector ports are advertised as being capable of SSL |
--connectors , --dataservice-connectors | connectors , dataservice-connectors | Hostnames for the dataservice connectors |
--consistency-policy , --repl-consistency-policy | consistency-policy , repl-consistency-policy | Should the replicator stop or warn if a consistency check fails? |
--dataservice-name | dataservice-name | Limit the command to the hosts in this dataservice Multiple data services may be specified by providing a comma separated list |
--dataservice-relay-enabled | dataservice-relay-enabled | Make this dataservice a replica of another |
--dataservice-schema | dataservice-schema | The db schema to hold dataservice details |
--dataservice-thl-port | dataservice-thl-port | Port to use for THL operations |
--dataservice-use-relative-latency , --use-relative-latency | dataservice-use-relative-latency , use-relative-latency | Enable the cluster to operate on relative latency |
--dataservice-vip-enabled | dataservice-vip-enabled | Is VIP management enabled? |
--dataservice-vip-ipaddress | dataservice-vip-ipaddress | VIP IP address |
--dataservice-vip-netmask | dataservice-vip-netmask | VIP netmask |
--datasource-boot-script , --repl-datasource-boot-script | datasource-boot-script , repl-datasource-boot-script | Database start script |
--datasource-enable-ssl , --repl-datasource-enable-ssl | datasource-enable-ssl , repl-datasource-enable-ssl | Enable SSL connection to DBMS server |
--datasource-group-id | datasource-group-id | All nodes within a cluster that share the same datasource-group-id will form a Distributed Datasource Group (DDG). |
--datasource-log-directory , --repl-datasource-log-directory | datasource-log-directory , repl-datasource-log-directory | Primary log directory |
--datasource-log-pattern , --repl-datasource-log-pattern | datasource-log-pattern , repl-datasource-log-pattern | Primary log filename pattern |
--datasource-mysql-conf , --repl-datasource-mysql-conf | datasource-mysql-conf , repl-datasource-mysql-conf | MySQL config file |
--datasource-mysql-data-directory , --repl-datasource-mysql-data-directory | datasource-mysql-data-directory , repl-datasource-mysql-data-directory | MySQL data directory |
--datasource-mysql-ibdata-directory , --repl-datasource-mysql-ibdata-directory | datasource-mysql-ibdata-directory , repl-datasource-mysql-ibdata-directory | MySQL InnoDB data directory |
--datasource-mysql-iblog-directory , --repl-datasource-mysql-iblog-directory | datasource-mysql-iblog-directory , repl-datasource-mysql-iblog-directory | MySQL InnoDB log directory |
--datasource-mysql-ssl-ca , --repl-datasource-mysql-ssl-ca | datasource-mysql-ssl-ca , repl-datasource-mysql-ssl-ca | MySQL SSL CA file |
--datasource-mysql-ssl-cert , --repl-datasource-mysql-ssl-cert | datasource-mysql-ssl-cert , repl-datasource-mysql-ssl-cert | MySQL SSL certificate file |
--datasource-mysql-ssl-key , --repl-datasource-mysql-ssl-key | datasource-mysql-ssl-key , repl-datasource-mysql-ssl-key | MySQL SSL key file |
--datasource-systemctl-service , --repl-datasource-systemctl-service | datasource-systemctl-service , repl-datasource-systemctl-service | Database systemctl script |
--datasource-type , --repl-datasource-type | datasource-type , repl-datasource-type | Database type |
--delete | delete | Delete the named data service from the configuration Data Service options |
--deploy-current-package | deploy-current-package | Deploy the current Tungsten package |
--deploy-package-uri | deploy-package-uri | URL for the Tungsten package to deploy |
--deploy-systemd | deploy-systemd | Setting to true will deploy and configure software to be controlled by systemd. |
--direct-datasource-log-directory , --repl-direct-datasource-log-directory | direct-datasource-log-directory , repl-direct-datasource-log-directory | Primary log directory |
--direct-datasource-log-pattern , --repl-direct-datasource-log-pattern | direct-datasource-log-pattern , repl-direct-datasource-log-pattern | Primary log filename pattern |
--direct-datasource-type , --repl-direct-datasource-type | direct-datasource-type , repl-direct-datasource-type | Database type |
--direct-replication-host , --direct-datasource-host , --repl-direct-datasource-host | direct-datasource-host , direct-replication-host , repl-direct-datasource-host | Database server hostname |
--direct-replication-password , --direct-datasource-password , --repl-direct-datasource-password | direct-datasource-password , direct-replication-password , repl-direct-datasource-password | Password for datasource connection |
--direct-replication-port , --direct-datasource-port , --repl-direct-datasource-port | direct-datasource-port , direct-replication-port , repl-direct-datasource-port | Database server port |
--direct-replication-user , --direct-datasource-user , --repl-direct-datasource-user | direct-datasource-user , direct-replication-user , repl-direct-datasource-user | Database login for Tungsten |
--directory | directory | Set the directory of an existing installation used during fetching an existing configuration |
--disable-relay-logs , --repl-disable-relay-logs | disable-relay-logs , repl-disable-relay-logs | Disable the use of relay-logs? |
--disable-security-controls | disable-security-controls | Disables all forms of security, including SSL, TLS and authentication |
--disable-slave-extractor , --repl-disable-slave-extractor | disable-slave-extractor , repl-disable-slave-extractor | Should replica servers support the primary role? |
--drop-static-columns-in-updates | drop-static-columns-in-updates | This will modify UPDATE transactions in row-based replication and eliminate any columns that were not modified. |
--enable-active-witnesses , --active-witnesses | active-witnesses , enable-active-witnesses | Enable active witness hosts |
--enable-connector-client-ssl , --connector-client-ssl | connector-client-ssl , enable-connector-client-ssl | Enable SSL encryption of traffic from the client to the connector |
--enable-connector-server-ssl , --connector-server-ssl | connector-server-ssl , enable-connector-server-ssl | Enable SSL encryption of traffic from the connector to the database |
--enable-connector-ssl , --connector-ssl | connector-ssl , enable-connector-ssl | Enable SSL encryption of connector traffic to the database |
--enable-heterogeneous-master | enable-heterogeneous-master | Enable heterogeneous operation for the primary |
--enable-heterogeneous-service | enable-heterogeneous-service | Enable heterogeneous operation |
--enable-heterogeneous-slave | enable-heterogeneous-slave | Enable heterogeneous operation for the replica |
--enable-jgroups-ssl , --jgroups-ssl | enable-jgroups-ssl , jgroups-ssl | Enable SSL encryption of JGroups communication on this host |
--enable-rmi-authentication , --rmi-authentication | enable-rmi-authentication , rmi-authentication | Enable RMI authentication for the services running on this host |
--enable-rmi-ssl , --rmi-ssl | enable-rmi-ssl , rmi-ssl | Enable SSL encryption of RMI communication on this host |
--enable-slave-thl-listener , --repl-enable-slave-thl-listener | enable-slave-thl-listener , repl-enable-slave-thl-listener | Should this service allow THL connections? |
--enable-sudo-access , --root-command-prefix | enable-sudo-access , root-command-prefix | Run root commands using sudo |
--enable-thl-ssl , --repl-enable-thl-ssl , --thl-ssl | enable-thl-ssl , repl-enable-thl-ssl , thl-ssl | Enable SSL encryption of THL communication for this service |
--executable-prefix | executable-prefix | Adds a prefix to command aliases |
--file-protection-level | file-protection-level | Protection level for Continuent files |
--file-protection-umask | file-protection-umask | Protection umask for Continuent files |
--host-name | host-name | DNS hostname |
--hosts | hosts | Limit the command to the hosts listed You must use the hostname as it appears in the configuration. |
--hub , --dataservice-hub-host | dataservice-hub-host , hub | What is the hub host for this all-masters dataservice? |
--hub-service , --dataservice-hub-service | dataservice-hub-service , hub-service | The data service to use for the hub of a star topology |
--install | install | Install service start scripts |
--install-directory , --home-directory | home-directory , install-directory | Installation directory |
--java-connector-keystore-password | java-connector-keystore-password | Set the password for unlocking the tungsten_connector_keystore.jks file in the security directory. Specific to connector<->mysql communication only. |
--java-connector-keystore-path | java-connector-keystore-path | Local path to the Java Connector Keystore file. Specific to connector<->mysql communication only. |
--java-connector-truststore-password | java-connector-truststore-password | Set the password for unlocking the tungsten_connector_truststore.jks file in the security directory. Specific to connector<->mysql communication only. |
--java-connector-truststore-path | java-connector-truststore-path | Local path to the Java Connector Truststore file. Specific to connector<->mysql communication only. |
--java-enable-concurrent-gc , --repl-java-enable-concurrent-gc | java-enable-concurrent-gc , repl-java-enable-concurrent-gc | Replicator Java uses concurrent garbage collection |
--java-external-lib-dir , --repl-java-external-lib-dir | java-external-lib-dir , repl-java-external-lib-dir | Directory for 3rd party Jar files required by replicator |
--java-file-encoding , --repl-java-file-encoding | java-file-encoding , repl-java-file-encoding | Java platform charset (esp. for heterogeneous replication) |
--java-jgroups-key | java-jgroups-key | The alias to use for the JGroups TLS key in the keystore. |
--java-jgroups-keystore-path | java-jgroups-keystore-path | Local path to the JGroups Java Keystore file. |
--java-jmxremote-access-path | java-jmxremote-access-path | Local path to the Java JMX Remote Access file. |
--java-keystore-password | java-keystore-password | Set the password for unlocking the tungsten_keystore.jks file in the security directory. Specific for intra cluster communication. |
--java-keystore-path | java-keystore-path | Local path to the Java Keystore file. Specific for intra cluster communication. NOTE: When java-keystore-path is passed to tpm, the keystore must contain both tls and mysql certs when appropriate. tpm will NOT add mysql cert nor generate tls cert when this flag is found, so both certs must be manually imported already. |
--java-mem-size , --repl-java-mem-size | java-mem-size , repl-java-mem-size | Replicator Java heap memory size in Mb (min 128) |
--java-passwordstore-path | java-passwordstore-path | Local path to the Java Password Store file. |
--java-tls-alias | java-tls-alias | The alias to use for the TLS key/certificate in the keystore and truststore. |
--java-tls-key-lifetime | java-tls-key-lifetime | Lifetime for the Java TLS key |
--java-tls-keystore-path | java-tls-keystore-path | The keystore holding a certificate to use for all Continuent TLS encryption. |
--java-truststore-password | java-truststore-password | The password for unlocking the tungsten_truststore.jks file in the security directory |
--java-truststore-path | java-truststore-path | Local path to the Java Truststore file. |
--java-user-timezone , --repl-java-user-timezone | java-user-timezone , repl-java-user-timezone | Java VM Timezone (esp. for cross-site replication) |
--log | log | Write all messages, visible and hidden, to this file. You may specify a filename, 'pid' or 'timestamp'. |
--log-slave-updates | log-slave-updates | Should replicas log updates to binlog |
--manager-replicator-offline-timeout | manager-replicator-offline-timeout | Timeout (in seconds) for the manager to wait until the replicator goes offline. |
--manager-rest-api | manager-rest-api | Enable (default) or Disable APIv2 |
--manager-rest-api-address | manager-rest-api-address | Address for the API to bind too. |
--manager-rest-api-port | manager-rest-api-port | Port for the manager API. |
--master , --dataservice-master-host , --masters , --relay | dataservice-master-host , master , masters , relay | Hostname of the primary (or relay) host within this service |
--master-preferred-role , --repl-master-preferred-role | master-preferred-role , repl-master-preferred-role | Preferred role for primary THL when connecting as a replica |
--master-services , --dataservice-master-services | dataservice-master-services , master-services | Data service names that should be used on each Primary |
--master-thl-host | master-thl-host | Primary THL Hostname |
--master-thl-port | master-thl-port | Primary THL Port |
--members , --dataservice-hosts | dataservice-hosts , members | Hostnames for the dataservice members |
--metadata-directory , --repl-metadata-directory | metadata-directory , repl-metadata-directory | Replicator metadata directory |
--mgr-api | mgr-api | Enable the Manager API |
--mgr-api-address | mgr-api-address | Address for the Manager API |
--mgr-api-full-access | mgr-api-full-access | Enable all Manager API commands. Only the status command will be enabled without it. |
--mgr-api-port | mgr-api-port | Port for the Manager API |
--mgr-group-communication-port | mgr-group-communication-port | Port to use for manager group communication |
--mgr-heap-threshold | mgr-heap-threshold | Java memory usage (MB) that will force a Manager restart |
--mgr-java-enable-concurrent-gc | mgr-java-enable-concurrent-gc | Manager Java uses concurrent garbage collection |
--mgr-java-mem-size | mgr-java-mem-size | Manager Java heap memory size in Mb (min 128) |
--mgr-listen-interface | mgr-listen-interface | Listen interface to use for the manager |
--mgr-monitor-interval | mgr-monitor-interval | Frequency, in milliseconds, at which managers send keep-alive commands to connectors. |
--mgr-ping-method | mgr-ping-method | Mechanism to use when identifying the liveness of other datasources (ping, echo) |
--mgr-policy-mode | mgr-policy-mode | Manager policy mode |
--mgr-rmi-port | mgr-rmi-port | Port to use for the manager RMI server |
--mgr-rmi-remote-port | mgr-rmi-remote-port | Port to use for calling the remote manager RMI server |
--mgr-ro-slave | mgr-ro-slave | Make replicas read-only |
--mgr-vip-arp-path | mgr-vip-arp-path | Path to the arp binary |
--mgr-vip-device | mgr-vip-device | VIP network device |
--mgr-vip-ifconfig-path | mgr-vip-ifconfig-path | Path to the ifconfig binary |
--mgr-wait-for-members | mgr-wait-for-members | Wait for all datasources to be available before completing installation |
--mon-db-query-timeout | mon-db-query-timeout | Defines the timeout (in secs) for the managers mysql_checker_query.sql call |
--mysql-allow-intensive-checks | mysql-allow-intensive-checks | For MySQL installation, enables detailed checks on the supported data types within the MySQL database to confirm compatibility. |
--mysql-connectorj-path | mysql-connectorj-path | Path to MySQL Connector/J |
--mysql-driver | mysql-driver | MySQL Driver Vendor |
--mysql-enable-ansiquotes , --repl-mysql-enable-ansiquotes | mysql-enable-ansiquotes , repl-mysql-enable-ansiquotes | Enables ANSI_QUOTES mode for incoming events? |
--mysql-enable-enumtostring , --repl-mysql-enable-enumtostring | mysql-enable-enumtostring , repl-mysql-enable-enumtostring | Enable a filter to convert ENUM values to strings |
--mysql-enable-noonlykeywords , --repl-mysql-enable-noonlykeywords | mysql-enable-noonlykeywords , repl-mysql-enable-noonlykeywords | Enables a filter to translate DELETE FROM ONLY to DELETE FROM and UPDATE ONLY to UPDATE . |
--mysql-enable-settostring , --repl-mysql-enable-settostring | mysql-enable-settostring , repl-mysql-enable-settostring | Enable a filter to convert SET types to strings |
--mysql-ro-slave , --repl-mysql-ro-slave | mysql-ro-slave , repl-mysql-ro-slave | Replicas are read-only? |
--mysql-server-id , --repl-mysql-server-id | mysql-server-id , repl-mysql-server-id | Explicitly set the MySQL server ID |
--mysql-use-bytes-for-string , --repl-mysql-use-bytes-for-string | mysql-use-bytes-for-string , repl-mysql-use-bytes-for-string | Transfer strings as their byte representation? |
--mysql-xtrabackup-dir , --repl-mysql-xtrabackup-dir | mysql-xtrabackup-dir , repl-mysql-xtrabackup-dir | Directory to use for storing xtrabackup full & incremental backups |
--native-slave-takeover , --repl-native-slave-takeover | native-slave-takeover , repl-native-slave-takeover | Takeover native replication |
--no-connectors | no-connectors | When issued during an update, connectors will not be restarted. Restart of the connectors will then need to be performed mannually for updates to take affect. |
--no-deployment | no-deployment | Skip deployment steps that create the install directory |
--no-validation | no-validation | Skip validation checks that run on each host |
--optimize-row-events | optimize-row-events | Enables or disables optimized row updates. Enabled by default. |
--optimize-row-events-limit-delete-rows | optimize-row-events-limit-delete-rows | Limits the number of deletes grouped per event when optimize-row-events is enabled. Note that deletes can only be optimized for tables with single column PK's |
--optimize-row-events-limit-insert-rows | optimize-row-events-limit-insert-rows | Limits the number of inserts grouped per event when optimize-row-events is enabled. |
--policy-relay-from-slave | policy-relay-from-slave | Cross-site replicators within a Composite Active/Active deployment can be configured to point to Replicas by default, and to prefer Replicas over Primaries during operation. In a standard deployment, cross-site replicators work via Primaries at each cluster site to read the remote information. To configure the service to use Replicas in preference to Primaries, use the --policy-relay-from-slave=true option to tpm. Both Primaries and Replicas remain in the list of possible hosts, so if no Replicas are available during a switch or failover event, then a Primary will be used. |
--prefer-ip-stack | prefer-ip-stack | Switch between IPv4 and IPv6 support. |
--preferred-path | preferred-path | Additional command path |
--prefetch-enabled | prefetch-enabled | Should the replicator service be setup as a prefetch applier |
--prefetch-max-time-ahead | prefetch-max-time-ahead | Maximum number of seconds that the prefetch applier can get in front of the standard applier |
--prefetch-min-time-ahead | prefetch-min-time-ahead | Minimum number of seconds that the prefetch applier must be in front of the standard applier |
--prefetch-schema | prefetch-schema | Schema to watch for timing prefetch progress |
--prefetch-sleep-time | prefetch-sleep-time | How long to wait when the prefetch applier gets too far ahead |
--privileged-master | privileged-master | Does the login for the Primary database service have superuser privileges |
--privileged-slave | privileged-slave | Does the login for the Replica database service have superuser privileges |
--profile-script | profile-script | Append commands to include env.sh in this profile script |
--protect-configuration-files | protect-configuration-files | When enabled, configuration files are protected to be only readable and updatable by the configured user |
--redshift-dbname , --repl-redshift-dbname | redshift-dbname , repl-redshift-dbname | Name of the Redshift database to replicate into |
--relay-directory , --repl-relay-directory | relay-directory , repl-relay-directory | Directory for logs transferred from the Primary |
--relay-enabled | relay-enabled | Should the replicator service be setup as a relay. |
--relay-source , --dataservice-relay-source , --master-dataservice | dataservice-relay-source , master-dataservice , relay-source | Dataservice name to use as a relay source |
--repl-allow-bidi-unsafe | repl-allow-bidi-unsafe | Allow unsafe SQL from remote service |
--repl-store-thl-compressed | repl-store-thl-compressed | Enable (true) or disable (false) compression of THL on disk. |
--repl-store-thl-encrypted | repl-store-thl-encrypted | Enable (true) or disable (false) encryption of THL on disk. |
--repl-svc-extractor-multi-frag-service-detection | repl-svc-extractor-multi-frag-service-detection | Force extraction to read ahead to last fragment to detect service name |
--repl-thl-client-serialization | repl-thl-client-serialization | Enable THL compression on downstream Replicator Appliers. |
--repl-thl-server-serialization | repl-thl-server-serialization | Comma Separated list of THL compression protocols to enable on the thl-server (Extractor). |
--replace-tls-certificate | replace-tls-certificate | Replace the TLS certificate |
--replica-tx-commit-level | replica-tx-commit-level | If set, determines the value of the underlying database property innodb_flush_log_at_trx_commit when a node becomes a replica. |
--replication-host , --datasource-host , --repl-datasource-host | datasource-host , repl-datasource-host , replication-host | Hostname of the datasource |
--replication-password , --datasource-password , --repl-datasource-password | datasource-password , repl-datasource-password , replication-password | Database password |
--replication-port , --datasource-port , --repl-datasource-port | datasource-port , repl-datasource-port , replication-port | Database network port |
--replication-user , --datasource-user , --repl-datasource-user | datasource-user , repl-datasource-user , replication-user | User for database connection |
--replicator-rest-api | replicator-rest-api | Enable (default) or Disable APIv2 |
--replicator-rest-api-address | replicator-rest-api-address | Address for the API to bind too. |
--replicator-rest-api-authentication | replicator-rest-api-authentication | Enforce authentication for the API. |
--replicator-rest-api-port | replicator-rest-api-port | Port for the Replicator API. |
--replicator-rest-api-ssl | replicator-rest-api-ssl | Enable SSL for the API. |
--reset | reset | Clear the current configuration before processing any arguments |
--rest-api-admin-pass , --rest-api-admin-password | rest-api-admin-pass , rest-api-admin-password | Specify the initial Admin User Password for API access. rest-api-admin-password alias only available from version 7.1.2 onwards. |
--rest-api-admin-user | rest-api-admin-user | Specify the initial Admin Username for API access |
--rmi-port , --repl-rmi-port | repl-rmi-port , rmi-port | Replication RMI listen port |
--rmi-user | rmi-user | The username for RMI authentication |
--role , --repl-role | repl-role , role | What is the replication role for this service? |
--router-gateway-port | router-gateway-port | The router gateway port |
--router-jmx-port | router-jmx-port | The router jmx port |
--security-directory | security-directory | Storage directory for the Java security/encryption files |
--service-alias , --dataservice-service-alias | dataservice-service-alias , service-alias | Replication alias of this dataservice |
--service-name | service-name | Set the service name |
--service-type , --repl-service-type | repl-service-type , service-type | What is the replication service type? |
--skip-statemap | skip-statemap | Do not copy the cluster-home/conf/statemap.properties from the previous install |
--slaves , --dataservice-slaves , --members | dataservice-slaves , members , slaves | What are the Replicas for this dataservice? |
--start | start | Start the services after configuration |
--start-and-report | start-and-report | Start the services and report out the status after configuration |
--svc-allow-any-remote-service , --repl-svc-allow-any-remote-service | repl-svc-allow-any-remote-service , svc-allow-any-remote-service | Replicate from any service |
--svc-applier-block-commit-interval , --repl-svc-applier-block-commit-interval | repl-svc-applier-block-commit-interval , svc-applier-block-commit-interval | Minimum interval between commits |
--svc-applier-block-commit-size , --repl-svc-applier-block-commit-size | repl-svc-applier-block-commit-size , svc-applier-block-commit-size | Applier block commit size (min 1) |
--svc-applier-filters , --repl-svc-applier-filters | repl-svc-applier-filters , svc-applier-filters | Replication service applier filters |
--svc-applier-last-applied-write-interval | svc-applier-last-applied-write-interval | Interval (in seconds) to store the last known applied seqno and latency |
--svc-extractor-filters , --repl-svc-extractor-filters | repl-svc-extractor-filters , svc-extractor-filters | Replication service extractor filters |
--svc-fail-on-zero-row-update , --repl-svc-fail-on-zero-row-update | repl-svc-fail-on-zero-row-update , svc-fail-on-zero-row-update | How should the replicator behave when a Row-Based Replication UPDATE or DELETE does not affect any rows. |
--svc-parallelization-type , --repl-svc-parallelization-type | repl-svc-parallelization-type , svc-parallelization-type | Method for implementing parallel apply |
--svc-remote-filters , --repl-svc-remote-filters | repl-svc-remote-filters , svc-remote-filters | Replication service remote download filters |
--svc-reposition-on-source-id-change , --repl-svc-reposition-on-source-id-change | repl-svc-reposition-on-source-id-change , svc-reposition-on-source-id-change | The Primary will come ONLINE from the current position if the stored source_id does not match the value in the static properties |
--svc-shard-default-db , --repl-svc-shard-default-db | repl-svc-shard-default-db , svc-shard-default-db | Mode for setting the shard ID from the default db |
--svc-systemd-config-connector | svc-systemd-config-connector | Used to provide custom systemd configuration that will be used in place of the default generated on. |
--svc-systemd-config-manager | svc-systemd-config-manager | Used to provide custom systemd configuration that will be used in place of the default generated on. |
--svc-systemd-config-replicator | svc-systemd-config-replicator | Used to provide custom systemd configuration that will be used in place of the default generated on. |
--svc-table-engine , --repl-svc-table-engine | repl-svc-table-engine , svc-table-engine | Replication service table engine |
--svc-thl-filters , --repl-svc-thl-filters | repl-svc-thl-filters , svc-thl-filters | Replication service THL filters |
--target-dataservice , --slave-dataservice | slave-dataservice , target-dataservice | Dataservice to use to determine the value of host configuration |
--temp-directory | temp-directory | Temporary Directory |
--template-file | template-file | Display the keys that may be used in configuration template files |
--template-search-path | template-search-path | Adds a new template search path for configuration file generation |
--thl-directory , --repl-thl-directory | repl-thl-directory , thl-directory | Replicator log directory |
--thl-do-checksum , --repl-thl-do-checksum | repl-thl-do-checksum , thl-do-checksum | Execute checksum operations on THL log files |
--thl-interface , --repl-thl-interface | repl-thl-interface , thl-interface | Listen interface to use for THL operations |
--thl-log-connection-timeout , --repl-thl-log-connection-timeout | repl-thl-log-connection-timeout , thl-log-connection-timeout | Number of seconds to wait for a connection to the THL log |
--thl-log-file-size , --repl-thl-log-file-size | repl-thl-log-file-size , thl-log-file-size | File size in bytes for THL disk logs |
--thl-log-fsync , --repl-thl-log-fsync | repl-thl-log-fsync , thl-log-fsync | Fsync THL records on commit. More reliable operation but adds latency to replication when using low-performance storage |
--thl-log-retention , --repl-thl-log-retention | repl-thl-log-retention , thl-log-retention | How long do you want to keep THL files. |
--thl-port , --repl-thl-port | repl-thl-port , thl-port | Port to use for THL Operations |
--thl-protocol , --repl-thl-protocol | repl-thl-protocol , thl-protocol | Protocol to use for THL communication with this service |
--topology , --dataservice-topology | dataservice-topology , topology | Replication topology for the dataservice. |
--track-schema-changes | track-schema-changes | This will enable filters that track DDL statements and write the resulting change to files on Replica hosts. The feature is intended for use in some batch deployments. |
--user | user | System User |
--witnesses , --dataservice-witnesses | dataservice-witnesses , witnesses | Witness hosts for the dataservice |