Anchor | ||||
---|---|---|---|---|
|
Include Page | ||||
---|---|---|---|---|
|
...
The following table describes all available "session" parameters, their meaning and examples of their usage:
Div | ||
---|---|---|
| ||
hw_model
Parameter | hw_model | |
---|---|---|
Type | Text string | |
Value | Virtual VAX/PDP11 system hardware model to be emulated. Use a default configuration template for each particular model as a starting point for a custom configuration. This would ensure that the parameter is set correctly. Example:
Available models are:
|
Div | ||
---|---|---|
| ||
configuration_name
Parameter | configuration_name | ||
---|---|---|---|
Type | Text string | ||
Value | Name of the Charon-VAX / Charon-PDP instance (it must be unique):
In provided templates this parameter is specified in the included configuration file "configuration_name.icfg". The value of this parameter is used as a prefix to the event log file name (see below). From the example above, the Charon-VAX / Charon-PDP 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 strictly 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 each Charon-VAX / Charon-PDP execution session is stored.
|
...
Parameter | log_file_size | ||
---|---|---|---|
Type | Text string | ||
Value | If log rotation is enabled, the log_file_size parameter determines the log file size threshold at which the log is automatically rotated. Rotating log file size is multiple of 64K
Examples:
Minimum LOG File size is 64K, maximum is 1G. Setting a size less then than 64K effectively makes the log file size unlimited. |
...
Parameter | log_rotation_period | ||
---|---|---|---|
Type | Text string | ||
Value |
If the rotation log mode is enabled, this parameter controls switching to the next log file based on a period of time. If enabled, the switching to the next log file occurs at midnight. Examples:
|
...
Parameter | log_repeat_filter | |
---|---|---|
Type | Text string | |
Value | Specifies if repeated messages should be filtered or not. Possible values are "on" and "off" (default). If the value is "on", immediately following messages with the same identifier and system error code are not listed in the log but they are counted. When a different log message is generated, the repeat count of the earlier log message is reported with the entry "The previous message has been repeated N times." and the counter is cleared. Stromasys highly recommends to let this value to "off" otherwise important information will not be reported in the log file. Example:
|
log_flush_period
Parameter | log_flush_period | |
---|---|---|
Type | Numeric | |
Value |
Defines a period of flushing log to disk. Default period is 60 seconds (it means that every minute log file is flushed to disk) Examples:
|
license_key_id
Parameter | license_key_id | |||
---|---|---|---|---|
Type | Text string | |||
Value | A set of Sentinel Key IDs that specifies the license keys to be used by Charon. It is also possibly to use a keyword "any" to force Charon to look for a suitable license in all available keys if the license is not found in the specified keys. Example:
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.
|
...
license_id
Parameter | license_id | |
---|---|---|
Type | Text string | |
Value | A set of license identifiers that specifies the licenses to be used by Charon. This parameter is applicable only to licenses on which Stromasys placed restrictions on what products can be combined on a single license key. Please contact your Stromasys representative or VAR for more information. Example:
If this parameter is set, Charon considers for validation only the available licenses with license ID parameter set and equal to one of the license ID's specified in the configuration. This prioritized list corresponds to the "Product License Number" line in the Product section of the license. |
...