...
The next configuration statement is the "Configuration name" option:
...
#set session configuration_name = MicroVAX_3600
You can optionally uncomment this line to differentiate this CHARON VM instance from all others in a multi-instance environment. . If the virtual machine has been created using an existing template, the configuration name is defined in the configuration_name.icfg file otherwise it is defined directly in the configuration file using the "set session configuration_name = <...>" syntax:
include configuration_name.icfg |
Notes:
- The configuration name is reported in the log file and is used to set the log file name for rotating logĀ (see explanations further).
- Changing the configuration name in the "configuration_name.icfg" file does not change the name of the virtual machine at Virtual Machines Manager level.
- TheĀ "configuration_name.icfg" file can be found in the home directiory of the VM. Select the target VM, open "VM Configuration" tab and press "Explore" button.
The configuration name can be any label that is meaningful.
Example:
set session configuration_name = My_VAX |
It is possible to specify a configuration name containing spaces, in this case use quotation marks:
set session configuration_name = "My VAX" |
...
Include Page | ||||
---|---|---|---|---|
|
...