Ali Nikzad
2012-Oct-22 21:47 UTC
[libvirt-users] start and stop a VMware VM using libvirt API
Hi, I am a new libvirt user and I wonder if I can use this library to start or stop a VM in ESXi 5.0. For example to write an application using libvirt in windows or linux that connects to an ESXi 5.0 server and get the list of VMs and start one of them. If so, is there any sample about it? Thank you, Ali -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20121022/fc9ba8b6/attachment.htm>
You could write a bash or batch script to do that. Normal connect format is "virsh -c esx://yournode" "virsh start [domain]" is what starts a VM. Refer to the man pages for virsh command set. /Abbas On 10/23/2012 02:47 AM, Ali Nikzad wrote:> Hi, > > I am a new libvirt user and I wonder if I can use this library to start or > stop a VM in ESXi 5.0. > For example to write an application using libvirt in windows or linux that > connects to an ESXi 5.0 server and get the list of VMs and start one of > them. > > If so, is there any sample about it? > > Thank you, > Ali > > > > _______________________________________________ > libvirt-users mailing list > libvirt-users at redhat.com > https://www.redhat.com/mailman/listinfo/libvirt-users-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20121023/6202238d/attachment.htm>