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

Running Server Control on Linux or UNIX

Running Server Control on Linux or UNIX

On Linux, use the
server
shell script to run Server Control commands. Alternatively, run Server Control commands from individual shell scripts.
  1. Open a terminal, and navigate to the Dynamic Data Masking Server installation directory.
    For example, you might navigate to the following directory:
    /home/Informatica/DDM
  2. Run the shell script for the Server Control command that you want to use.
    • If you run the
      server
      shell script, enter commands with the following syntax:
      ./server <command name> <parameter>
    • If you run a shell script for a specific command, run the shell script with the following syntax:
      ./<shell script name> <parameter>
For example, the following command uses the
server
shell script to start the DDM for Oracle service:
./server startDDMService "DDM for Oracle"
Alternatively, the following command uses the
startDDMService
shell script to start the DDM for Oracle service:
./startDDMService "DDM for Oracle"

0 COMMENTS

We’d like to hear from you!