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 license_id
- 1.11 license_key_lookup_retry
- 1.12 affinity
- 1.13 n_of_cpus
- 1.14 n_of_io_cpus
- 2 File inclusion
Session
General settings that control the execution of CHARON Virtual Machine (VM) belong to an object called the "session". It is a preloaded object; therefore, only "set" commands are necessary.
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 HP Alpha 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:
Refer to this section to find how to set a particular HP Alpha model supported by CHARON-AXP. |
configuration_name
Parameter | configuration_name | ||
|---|---|---|---|
Type | Text string | ||
Value | Name of the CHARON VM (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 VM 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 VM runs on the same server. |