...
The following sections describe all available "session" parameters, their meaning and examples of their usage:
Div | ||
---|---|---|
| ||
hw_model
Parameter | hw_model |
---|---|
Type | Text string |
Value | Virtual Alpha system hardware model to be emulated. Use a named template for each model as a starting point for a custom configuration. This would ensure that this parameter is set correctly. Example:
Available models are:
Refer to this section to find how to set a particular Alpha model supported by CHARON-AXP. |
configuration_name
Parameter | configuration_name |
---|---|
Type | Text string |
Value | Name of the CHARON-AXP instance (it must be unique). In most cases this is set to the local machine name (TCPIP node identifier for example).
The value of this parameter is used as a prefix to the event log file name. (see below). From the example above, the CHARON-AXP log file will have the following name:
xxxxxxxxx is an increasing decimal number starting from 000000000 to separate log files with the same time of creation (in case the log is being written faster than one log file per second). It is highly recommended to use the "configuration_name" parameter if more than one CHARON instance runs on the same server. |
Div | ||
---|---|---|
| ||
log
Parameter | log | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Type | Text string | ||||||||||||||||||||||||||
Value | The log file or directory name is where the log file for this CHARON-AXP session is stored.
|
Div | ||
---|---|---|
| ||
log_method
...
Parameter | license_key_id |
---|---|
Type | Text string |
Value | Definition of the license key ID (HASP) or the license server (VE licensing) to be used). Example for a HASP license:
Based on the presence of this parameter in the configuration file, CHARON behaves as follows:
If the keyword "any" is specified then if no valid license has been found in the keys with specified ID’s all other available keys are examined for valid license as well. Please note: the order in which keys are specified is very important. If a valid license was found in the key which ID was not the first one specified in configuration file, then available keys are periodically rescanned and if the key with the ID earlier in the list than the current one is found CHARON tries to find a valid license there and in case of success switches to that key. Example for a VE license:
To configure a backup license server, add the backup license server information to the same line after the primary license server information:
|
...