Table of Contents

Search

  1. Preface
  2. Introduction to Dynamic Data Masking Administration
  3. Authentication
  4. Security
  5. Connection Management
  6. JDBC Client Configuration
  7. ODBC Client Configuration
  8. Configuration for MicroStrategy
  9. Access Control
  10. Logs
  11. High Availability
  12. Server Control
  13. Performance Tuning
  14. Troubleshooting
  15. Appendix A: Database Keywords

Administrator Guide

Administrator Guide

Sync

Sync

Synchronizes the Management Console tree of one or more target Dynamic Data Masking Servers with the Management Console tree of a source Dynamic Data Masking Server. The source and target Dynamic Data Masking Servers must be running.
The
sync
command synchronizes databases, and security rule sets. You cannot synchronize the Dynamic Data Masking Server, Dynamic Data Masking services, connection rules, and loggers. To copy a Dynamic Data Masking service, you must export the service from the source location and import the service into the target location.
You can specify one source Dynamic Data Masking Server and one or more target Dynamic Data Masking Servers. You must specify at least one target or source. If you specify a source and not a target, the
sync
command uses the local Dynamic Data Masking Server as the target. If you specify a target and not a source, the
sync
command uses the local Dynamic Data masking Server as the source.
The command uses the following syntax:
server config sync [[–source] user/pwd@host:port] [-targets user/pwd@host:port [user/pwd@host:port user/pwd@host:port]]
For example, if you want to copy the Management Console tree of a remote Dynamic Data Masking Server into the local Dynamic Data Masking Server, you might enter the following command:
server config sync -source admin/admin@ABC12345:1111
If you want to copy the Management Console tree of a remote Dynamic Data Masking Server into multiple remote Dynamic Data Masking Servers, you might enter the following command:
server config sync -source admin/admin@ABC12345:1111 -targets admin/admin@XYZ9876:2222 admin/admin@DEF1234:3333
The
sync
command uses the following parameters:
-source
Indicates that the following argument is a source.
user
The Dynamic Data Masking user name that you use to log in to the Dynamic Data Masking Server.
pwd
The password for the Dynamic Data Masking user name.
host
The Dynamic Data Masking Server host name or IP address.
port
The Dynamic Data Masking Server listener port.
-targets
Indicates that the following arguments are targets.

0 COMMENTS

We’d like to hear from you!