Monday, May 3, 2010

Virtualization: Creating a Virtual Machine

Click Here For Free Windows Downloads
mywindowsdownloads.blogspot.com

Click here for all Free Linux Downloads



Blog address for Linux in Hindi


Creating a Virtual Machine

You can make a new virtual machine session from an XML machine definition. If you have a pre-existing guest that you created previously with the xm tool, you can also create a virtual machine for it:


virsh create 

Configuring an XML Dump

You can use virsh to perform a data dump for an existing virtual machine.

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

This command outputs the domain information (in XML) to stdout . If you save the data to a file, you can use the create option to recreate the virtual machine.


No comments:

Post a Comment