Data Archive
- Data Archive 6.5
- All Products
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:
|
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.
|