[fedora-virt] Access to individual VMs

Don Dutile ddutile at redhat.com
Thu Feb 18 00:05:17 UTC 2010


Dennis J. wrote:
> Hi,
> Is it possible to provide access to individual VMs using virsh or 
> virt-manager? What I'm specifically trying to do is to give users the 
> ability to shutdown/destroy/start their own virtual machines in case the VM 
> hangs. Is this possible?
> 
> Regards,
>    Dennis
> _______________________________________________
> virt mailing list
> virt at lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/virt

virsh <guest-name> shutdown 
     or
virsh <guest-name> destroy

after shutdown/destroy,
just do a
virsh <guest-name> start

This is assuming the guests are known to libvirt
(xml spec for guest resides in libvirt).

KVM guests? xen guest?

- Don



More information about the virt mailing list