Creating and starting a virtual machine

Now we have all the infrastructure support (storage, network, and hosts) for creating a virtual machine. Before creating, we need to do one more task to upload an ISO image to the ISO storage domain. To upload, go to the RHEV Manager server and run the following set of commands.

  • List the ISO Domains:
    # engine-iso-uploader list (enter the admin user password when prompted)
    
  • Upload the ISO image centos7.iso:
    # engine-iso-uploader upload -i ISO_Domain centos7.iso (enter the admin user password when prompted)
    

Now, there is one more method where you copy the image directly to the NFS share. If you have exported the directory /isos/, then use the following steps to copy the ISO image:

  • On the NFS Server, type the ...

Get Mastering KVM Virtualization now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.