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

AGENT Section

AGENT Section

The AGENT section of the ssa.ini file contains the startup parameters for the Data Vault Agent.
The following table describes the parameters in the AGENT section of the ssa.ini file:
Parameter
Description
EXEHOST
The name of the machine on which Data Vault Service load balancer is running. This is identical to the HOST parameter in the [SERVER] section. If [SERVER] HOST and [AGENT] EXEHOST parameters are both present in the ssa.ini file and have different values, the value in the [SERVER] section takes precedence.
EXEPORT
The port through which Data Vault Service load balancer and Data Vault Agent processes communicate. This is identical to the EXEPORT parameter in the [SERVER] section. If [SERVER] EXEPORT and [AGENT] EXEPORT are both present in the ssa.ini file and have different values, the value in the [SERVER] section takes precedence.
PRIORITY
An integer value (
0
-
10
) that specifies the default priority of the local Data Vault Agent processes (where the higher the value, the greater the priority). The load balancer will always use the highest priority, non-busy Agent when delegating tasks.
For example, if Agent 1 on machine 1 has a priority level of
5
, Agent 2 on machine 2 has a priority level of
10
, and neither Agent is currently performing any tasks, the load balancer will assign the next client query to Agent 2 because it has the higher priority.
Note that this priority value can be overridden by specifying the
-p
option when starting a Data Vault Agent process.
Default is 10.
LOGDIR
The directory path to the log file for the Data Vault Agent.
Default is
.
(current directory).
LOGAPPEND
This parameter specifies whether Data Vault Agent logs are appended to (the default) or overwritten each time an Agent process is started on the same port.
Possible LOGAPPEND values:
1
or
Y
turns log appending on
0
or
N
turns log appending off
Default is 1 or Y
AGENTLOG_FILESIZE
Represents the approximate maximum file size of a single agent log file, in MB.
For example, if you set the parameter to 10, after the agent log file reaches 10MB in size, a new log file will be created and used by agent.
Recommended value range: 1 to 2000
Default is 100 MB.

0 COMMENTS

We’d like to hear from you!