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

STARTER Section

STARTER Section

The STARTER section of the ssa.ini file contains the parameters for the automation of the Data Vault Service startup and shutdown.
The following table describes the parameters in the STARTER section of the ssa.ini file:
Parameter
Description
SERVER_CMD
The command to start the Data Vault Service. Default is ssaserver.
AGENT_CMD
The command to start the Data Vault Agent. Default is ssaagent. Do not include the -u parameter to specify a numeric ID for the agent process. The startup service assigns an agent ID.
AGENT_COUNT
The number of Data Vault Agents processes to start. Default is 2.
LOGDIR
The directory where the log files will be written. On UNIX, the daemon log is named ssa_starter. On Windows the service activities are logged by the operating system, which can be viewed through the Event Viewer.
AGENT_CONTROL
Enables (1) or disables (0) automatic restart if the Data Vault Agent fails. Default is 1.
SERVER_CONTROL
Enables (1) or disables (0) automatic restart if the Data Vault Service fails. Default is 1.
USER
UNIX only. The user ID under which all processes will be started by the ssa_starter daemon. It is usually important to set this parameter, since the default is the root user, which can cause problems. For example, if a process running as root creates a file, only another root process can access that file.
This parameter can also be set using the SSA_STARTER_USER environment variable. If both the ssa.ini file and the environment variable define the user ID, the environment variable takes precedence.
VERBOSE
The level of detail for the messages written to the log files. The following are the possible options:
  • 0 : Includes all error messages and the most important messages
  • 1 : Level 0 plus more detailed messages
  • 2 : Level 1 plus system trace information
Default is 2.
EXE[0-9]
These 10 optional parameters (EXE0, EXE1, EXE2, ..., EXE9) refer to custom commands, scripts, or executables that will run in conjunction with Data Vault Service on startup. Note that the numbering of the parameters has no relationship to the order in which they are processed. These parameters are run asynchronously, so there is no guarantee about the execution order.

0 COMMENTS

We’d like to hear from you!