<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div style="" class="">How to reboot domain(virtual machine) after shutdown it through php-libvirt:<br style="" class=""><br style="" class="">Hi,<br style="" class=""><br style="" class="">Am new to php livbvirt. and i successfully listed the all domains in server. and get resource of particular domain and call the shutdown function.<br style="" class="">$res = libvirt_domain_lookup_by_name($conn, $name);<br style="" class="">$stop = libvirt_domain_shutdown($res);<br style="" class=""><br style="" class="">Now shutdowned domain is not display in domain list.<br style="" class=""><br style="" class="">Now the problem is how to reboot/restart that domain again? libvirt having function for reboot, that is,<br style="" class="">libvirt_domain_create($res);<br style="" class="">My doubt is what is argument here, how to get that
 shutdowned domain resources.<br style="" class=""><br style="" class="">Any one kindly help me.<br style="" class=""><br style="" class=""></div></div></body></html>