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. Bulk File Uploader
  12. Data Vault Administration Tool
  13. Data Vault Logs
  14. User Account Privileges
  15. ssasql Command Line Program
  16. Data Vault Audit Log
  17. Sample Configuration Files

Data Vault Administrator Guide

Data Vault Administrator Guide

Alternate Names

Alternate Names

You can provide the HOST parameter within nucleus.ini and ssa.ini as any of one the following: IP address, hostname, and hostname with fully-qualified domain names.
For these values, you must add the section "[alt_names]" inside the
openssl.cnf
file that you configured to generate the server certificates. The example
openssl.cnf
files provided in this chapter contain the required entries. You can edit this section of the configuration file to refer to an IP address or DNS. Data Vault does not support wild card characters in alternate names. For example, " *.example.com" is not a valid alternate name, while "sample.example.com" and "sample" are both valid.
The following text is an example of the [alt_names] section of the
openssl.cnf
file:
[alt_names] DNS.1 = kb.example.com DNS.2 = helpdesk.example.org DNS.3 = systems.example.net IP.1 = 192.168.1.1 IP.2 = 10.74.112.73 IP.3 = 2001:0db8:85a3:0000:0000:8a2e:0370:7334

0 COMMENTS

We’d like to hear from you!