Xen management

Look! there's a flower!·2024년 9월 25일
0
  1. You can manage VMs using XCP-ng Center application.
  2. You can also manage VMs using command line interface.
  • logon to the Xen system

    $ xl help // list help; it's not xl --help
    $ xl list // show VMs running
    $ xl shutdown // graceful shutdown
    $ xl destroy // forceful Power off
    $ xl reboot
    $ xl info // current xen information
    $ xl console // attach to domain's console
    $ xl vncviewer // attach to domain's VNC server
    $ xl rename // rename domain
    $ xl top // monitor vm
    you had better use XCP-ng Center application.
    xl help will give help to use xl commands

  1. xe commands
    $ xe vm-list
    $ xe vm-start uuid=
    $ xe vm-reboot
    $ xe vm-shutdown
profile
Why don't you take a look around for a moment?

0개의 댓글