General Settings
Table of Contents
- 1 Session
- 1.1 hw_model
- 1.2 configuration_name
- 1.3 log
- 1.4 log_method
- 1.5 log_show_messages
- 1.6 log_file_size
- 1.7 log_rotation_period
- 1.8 log_repeat_filter
- 1.9 license_key_id
- 1.10 affinity
- 1.11 n_of_io_cpus
- 1.12 license_key_lookup_retry
Session
General settings that control the execution of CHARON-VAX / CHARON-PDP belong to an object called the "session". It is a preloaded object; therefore, only "set" commands apply.
Example:
|
The following table describes all available "session" parameters, their meaning and examples of their usage:
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:
|
configuration_name
Parameter | configuration_name | ||
|---|---|---|---|
Type | Text string | ||
Value | Name of the CHARON-VAX / CHARON-PDP instance (ir must be unique):
The value of this parameter is used as a prefix to the event log file name if the log file name is not forced, either not set or specified as a folder (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. |