Saturday, May 8, 2010

Virtualization: Shutting & Rebooting

Click Here For Free Windows Downloads
mywindowsdownloads.blogspot.com

Click here for all Free Linux Downloads



Blog address for Linux in Hindi

Shutting Down a Virtual Machine

You can use virsh to shut down a virtual machine:


virsh shutdown [domain-id | domain-name | domain-uuid]

You can control the behavior of the rebooting virtual machine by modifying the on_shutdown parameter of the xmdomain.cfg file.


Rebooting a Virtual Machine

You can use virsh to reboot a virtual machine:


virsh reboot [domain-id | domain-name | domain-uuid]

You can control the behavior of the rebooting virtual machine by modifying the on_reboot parameter of the xmdomain.cfg file.

No comments:

Post a Comment