# # AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: 0\n" "POT-Creation-Date: 2013-02-02T20:11:58\n" "PO-Revision-Date: 2013-02-02T20:11:58\n" "Last-Translator: Automatically generated\n" "Language-Team: None\n" "MIME-Version: 1.0\n" "Content-Type: application/x-publican; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Tag: title #, no-c-format msgid "Install and Configure libvirt" msgstr "" #. Tag: para #, no-c-format msgid "&PRODUCT; uses libvirt for managing virtual machines. Therefore it is vital that libvirt is configured correctly. Libvirt is a dependency of cloud-agent and should already be installed." msgstr "" #. Tag: para #, no-c-format msgid "In order to have live migration working libvirt has to listen for unsecured TCP connections. We also need to turn off libvirts attempt to use Multicast DNS advertising. Both of these settings are in /etc/libvirt/libvirtd.conf" msgstr "" #. Tag: para #, no-c-format msgid "Set the following paramaters:" msgstr "" #. Tag: programlisting #, no-c-format msgid "listen_tls = 0" msgstr "" #. Tag: programlisting #, no-c-format msgid "listen_tcp = 1" msgstr "" #. Tag: programlisting #, no-c-format msgid "tcp_port = 16059" msgstr "" #. Tag: programlisting #, no-c-format msgid "auth_tcp = \"none\"" msgstr "" #. Tag: programlisting #, no-c-format msgid "mdns_adv = 0" msgstr "" #. Tag: para #, no-c-format msgid "Turning on \"listen_tcp\" in libvirtd.conf is not enough, we have to change the parameters as well:" msgstr "" #. Tag: para #, no-c-format msgid "On RHEL or CentOS modify /etc/sysconfig/libvirtd:" msgstr "" #. Tag: para #, no-c-format msgid "Uncomment the following line:" msgstr "" #. Tag: programlisting #, no-c-format msgid "#LIBVIRTD_ARGS=\"--listen\"" msgstr "" #. Tag: para #, no-c-format msgid "On Ubuntu: modify /etc/init/libvirt-bin.conf" msgstr "" #. Tag: para #, no-c-format msgid "Change the following line (at the end of the file):" msgstr "" #. Tag: programlisting #, no-c-format msgid "exec /usr/sbin/libvirtd -d" msgstr "" #. Tag: para #, no-c-format msgid "to (just add -l)" msgstr "" #. Tag: programlisting #, no-c-format msgid "exec /usr/sbin/libvirtd -d -l" msgstr "" #. Tag: para #, no-c-format msgid "Restart libvirt" msgstr "" #. Tag: para #, no-c-format msgid "In RHEL or CentOS:" msgstr "" #. Tag: programlisting #, no-c-format msgid "$ service libvirtd restart" msgstr "" #. Tag: para #, no-c-format msgid "In Ubuntu:" msgstr "" #. Tag: programlisting #, no-c-format msgid "$ service libvirt-bin restart" msgstr ""