...
Display the list of managed virtual machines and their status
Parameters
-h h :
display help text
-l or --lite :
display only configuration file name, service status, model and description.
Example
Include Page | ||||
---|---|---|---|---|
|
...
The log files can also be edited viewed from the menu → "Service management" → "View latest guest log file"
...
-s or --short :
edit a copy of the log file without 'regular license check' messages
Example
# logview |
...
For ease of use, it is also possible to copy the charonlog.vimrc
file to $HOME/.vimrc
. Doing so will make 'vim
' highlight log lines by default (if you prefer to use 'vim
' rather than 'logview
')
...
It is recommended to enlarge the current terminal window to at least 132 columns.
Div | ||
---|---|---|
| ||
Parameters
-h :
display help text
Example
# logtail |
...
Include Page | ||||
---|---|---|---|---|
|
...
...
Virtual machine start (vmstart)
...
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)
Parameters
-h :
display help text KBCOMMON:DOC-GoToToc Include Page
Virtual machine stop (vmstop)
...
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)
If a shutdown script has been defined (see VM management - Create/Edit guest stop script), it will be executed before the service is stopped.
Div | ||
---|---|---|
| ||
Parameters
-h :
display help text
-f
force the virtual machine to stop without asking confirmation :
...
class | pagebreak |
---|
Example
...
Connection to console (vmconsole)
...
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)
...
Parameters
-h :
display help text
Example
...
Configuration file editing (vmcfg)
...
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)
Parameters
-h :
display help text
Example
...
Include Page | ||||
---|---|---|---|---|
|