Dnia piątek, 13 stycznia 2012 11:57:01 Андрей Сафонов pisze: > Hello > Is it possible to manage vitualnymi machines from a text console? > Interested in starting, reboot, shut down. I do not know how to put > Android graphical console for Linux.
You mean kvm/xen VMM managed by libvirtd? If so then yes, it's possible, you can make ssh connection to target host and then run 'virsh', e.g. 'virsh -c qemu:///system' - this will connect to libvirtd manager for qemu virtual machines (this will depend on your connection string). This command opens shell in which you could start, stop, suspend, reboot domains (VMs), manage networks, torage pools etc. -- Pozdrawiam Łukasz Redynk, CI TASK _______________________________________________ virt mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/virt
