Data Archive
- Data Archive 6.5.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.
|
Service 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.
|
Service Configuration
| 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.
|
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.
|
Query Configuration
| Temporary directory
| Directory where the Data Vault Service stores temporary files.
Default is <DataVaultDirectory>/temp.
|
Query 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 <DataVaultDirectory>/share.
|
Query Configuration
| 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
| Port
| Port number that the Data Vault Service uses to connect to the Data Vault repository. Default is 50501.
|
Metadata Repository Configuration
| 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.
|
Log File Configuration
| Agent log directory
| Directory where the Data Vault Service stores logs generated by the Data Vault Agents.
Default is <DataVaultDirectory>/fas_agent_logs.
|
Log File Configuration
| Starter log directory
| Directory where the Data Vault Service stores logs generated during initialization.
Default is <DataVaultDirectory>/fas_logs.
|
Log File Configuration
| 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 repository connection name
| Name of the connection to the Data Vault repository that the installer creates. The Data Vault Service uses this connection to connect to the Data Vault repository. Default name is
meta .
|
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 .
|
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
This user account must have the Act as operating system permission.
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.
|
Confirm password
| Verification of the password for the user account that runs the Windows service.
|