Data Archive
- Data Archive 6.5 HotFix 1
- All Products
Section
| Property
| Description
|
---|---|---|
Service Configuration
| Port
| Port number used by the ssasql command line program and other clients such as the Data Vault SQL Tool and ODBC applications to connect to the Data Vault. Default is 8500.
|
-
| 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.
|
-
| Temporary directory
| Directory where the Data Vault Service stores temporary result set files.
Default is <DataVaultDirectory>/temp.
|
Query Configuration
| Query threads
| Number of threads used by the Data Vault Agent to process client requests to the Data Vault. Default is 2.
|
-
| 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.
|
-
| Temporary directory
| Directory where the Data Vault Service stores temporary files.
Default is <DataVaultDirectory>/temp.
|
-
| 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 <DataVaultDirectory>/share.
|
-
| Index directory
| Directory where the Data Vault Service stores index files when you create indexes for archived tables.
Default is <DataVaultDirectory>/index.
|
Metadata Repository Configuration
| Metadata port
| Port number that the Data Vault Service uses to connect to the Data Vault repository. Default is 50501.
|
-
| Cache Size (in MB)
| Maximum amount of memory that the Data Vault Service uses for caching during database operations.
The cache can have a minimum of 64 megabytes and a maximum of 1024 megabytes of memory. Default is 1024 MB.
If this property is set to a value that is not within the allowed range, the Data Vault Service uses the default.
|
Log File Configuration
| Server log directory
| Directory where the Data Vault Service stores server logs.
Default is <DataVaultDirectory>/fas_logs.
|
-
| Agent log directory
| Directory where the Data Vault Service stores logs generated by the Data Vault Agents.
Default is <DataVaultDirectory>/fas_agent_logs.
|
-
| Starter log directory
| Directory where the Data Vault Service stores logs generated during initialization.
Default is <DataVaultDirectory>/fas_logs.
|
-
| Service log directory
| Directory where the Data Vault Service stores service logs.
Default is <DataVaultDirectory>/fas_logs.
|
Property
| Description
|
---|---|
User name
| Name of the default administrator user account. The Data Vault Administration Tool, command line program, and other client applications use this user account to connect to the Data Vault.
The installer sets the name of the user account to
dba . You cannot change the user name during installation.
|
Password
| Password for the default administrator user account.
|
Confirm password
| Verification of the password for the default administrator user account.
|
Connection
| Description
|
---|---|
Data Vault connection name
| Name of the connection to the Data Vault Service that the installer creates. Client applications can use this connection to connect to the Data Vault Service for query requests. Default name is
fas .
|