...
The log files can also be edited viewed from the menu → "Service management" → "View latest guest log file"
...
Starts the virtual machine specified. If only one virtual machine exists on the server there is no need to specify it (so "vmstart
" is enough). If there is more than one virtual machine defined:
- the The configuration file name that can be shortened must be passed (Example: to start the virtual machine corresponding to
/charon/rp7400.cfg
, the command can be "vmstart rp7400
"). - if If the virtual machine is not specified the latest specified one is used (it is highlighted with a star in the "
vmlist
" command)
...
Stops the virtual machine specified (confirmation required if -f is not specified). If only one virtual machine exists on the server there is no need to specify it (so "vmstop
" is enough). If there is more than one virtual machine defined:
- the The configuration file name that can be shortened must be passed (Example: to stop the virtual machine corresponding to /charon/rp7400.cfg, the command can be "
vmstop rp7400
") - if If the virtual machine is not specified the latest specified one is used (it is highlighted with a star in the "
vmlist
" command)
...
Connects to the running virtual machine console specified. If only one virtual machine exists on the server there is no need to specify it (so "vmconsole
" is enough). If there is more than one virtual machine defined:
- the The configuration file name that can be shortened must be passed (Example: to connect to the virtual machine console corresponding to /charon/rp7400.cfg, the command can be "
vmconsole rp7400
") - if If the virtual machine is not specified the latest specified one is used (it is highlighted with a star in the "
vmlist
" command)
...
Edits the virtual machine configuration file specified and perform some checks upon exit. If only one virtual machine exists on the server there is no need to specify it (so "vmcfg
" is enough). If there is more than one virtual machine defined:
- the The configuration file name that can be shortened must be passed (Example: to edit virtual machine configuration file /charon/rp7400.cfg, the command can be "
vmcfg rp7400
"). - if If the virtual machine is not specified the latest specified one is used (it is highlighted with a star in the "
vmlist
" command)
...