Data Archive
- Data Archive 6.5
- All Products
Section
| Property
| Description
|
---|---|---|
Server Configuration
| Host name
| Host name or IP address of the machine that hosts the Data Vault Service.
|
Server Configuration
| Execution port
| Port number used by the Data Vault Agent and the Data Vault Administration Tool to connect to the Data Vault. Default is 8600.
|
Agent Configuration
| Temporary directory
| Directory where the Data Vault Service stores temporary result set files.
Default is <DataVaultAgentDirectory>/temp.
|
Agent Configuration
| Log directory
| Directory where the Data Vault Service stores logs generated by the Data Vault Agents.
Default is <DataVaultAgentDirectory>/fas_agent_logs.
|
Agent Configuration
| Share directory
| Directory where the Data Vault Service stores temporary files for GROUP BY and ORDER BY queries. This directory must be accessible to the Data Vault Agent. If you install multiple agents, this directory must be accessible to all agents.
Default is <DataVaultAgentDirectory>/share.
|
Agent Configuration
| Index directory
| Directory where the Data Vault Service stores index files when you create indexes for archived tables.
Default is <DataVaultAgentDirectory>/index.
|
Query Configuration
| Threads
| Number of threads used by the Data Vault Agent to process client requests to the Data Vault. Default is 2.
|
Query Configuration
| Memory
| Maximum amount of memory in megabytes to use for processing client requests to the Data Vault. The Data Vault Service allocates memory dynamically up to the maximum specified in this property. Default is 2048 MB.
|
Property
| Description
|
---|---|
Install as a Windows service
| Indicates whether to install the Data Vault Service as a Windows service. Default is False.
|
Number of agents to start
| Number of instances of the Data Vault Agent to start immediately after the Data Vault Service starts. Default is 2.
|
Start Windows service automatically
| Indicates whether to start the Windows service immediately after the machine starts. Default is False.
|
Use local system account to start the Windows service
| Indicates whether to run the Windows service under the LocalSystem account. Default is True.
|
Use another account to start the Windows service
| Indicates whether to run the Windows service under another user account that you specify. If you do not set this option, the service runs under the LocalSystem account. Default is False.
|
User name
| User account with which to run the Windows service. Use the following format:
DomainName\UserAccount Required if you select the option to use another account to start the Windows service.
|
Password
| Password for the user account that runs the Windows service.
Required if you select the option to run the Windows service under another user account.
|
Confirm Password
| Verification of the password for the user account that runs the Windows service.
|