Table of Contents

Search

  1. About the Data Vault Administrator Guide
  2. Introduction to the Data Vault
  3. Data Vault Service Startup and Shutdown
  4. Data Vault Configuration
  5. Data Vault SSL Setup
  6. Data Vault ODBC Setup
  7. Data Vault Administration
  8. Data Repartitioning
  9. Partial Data Vault Copy
  10. Archived Data Migration
  11. Data Validation
  12. Bulk File Uploader
  13. Data Vault Administration Tool
  14. Data Vault Logs
  15. User Account Privileges
  16. ssasql Command Line Program
  17. Data Vault Audit Log
  18. Appendix A: Sample Configuration Files

Data Vault Administrator Guide

Data Vault Administrator Guide

Prerequisites

Prerequisites

Before you generate self-signed certificates, complete the following tasks:
  1. Download and install the OpenSSL toolkit. Add the directory to the PATH environment variable.
  2. Create a directory where you want to generate the keys and certificates. Change directories to that location.
  3. Create a configuration file called
    openssl.cnf
    and depending on the OS, configure it as shown in the topics "OpenSSL Configuration File for UNIX" or "OpenSSL Configuration File for Microsoft Windows." Set the variable OPENSSL_CONF with the following command:
    On UNIX:
    export OPENSSL_CONF=<full path of openssl.cnf_file>
    On Microsoft Windows:
    Set OPENSSL_CONF=< full path of openssl.cnf_file >
  4. Set the RANDFILE parameter with the following command:
    On UNIX:
    export RANDFILE=<accessible directory>/.rnd
    On Microsoft Windows:
    set RANDFILE = <accessible directory>/.rnd

0 COMMENTS

We’d like to hear from you!