Create a Fedora Virtual Machine in oVirt

简介:

Create a Fedora Virtual Machine

1. From the navigation tabs, select Virtual Machines. On the Virtual Machines tab, click New VM.

2. The “New Virtual Machine” popup appears.

Create a Fedora Virtual Machine in oVirt - 德哥@Digoal - PostgreSQL research

 

Figure 6: Create new linux virtual machine

3. Under General, your default Cluster and Template will be fine.

4. For Operating System, choose Red Hat Enterprise Linux (for i386/i686 Fedora) or Red Hat Enterprise Linux x64 (for x86_64 Fedora).

5. Under Optimized For, choose Desktop if you are creating a desktop VM, or Server if you are creating a server VM.

6. Add a Name (required) and a comment or description (optional).

7. Finally, attach a Network Interface (optional) to the VM by selecting one from the dropdown.

8. Click OK.

Note: By clicking “Additional Options” you can configure other details such as memory and CPU resources. You can change these after creating a VM as well.

}

9. A New Virtual Machine - Guide Me window opens. This allows you to add storage disks to the virtual machine.

Create a Fedora Virtual Machine in oVirt - 德哥@Digoal - PostgreSQL research

 

Figure 7. New Virtual Machine – Guide Me

10. Click Configure Virtual Disks to add storage to the virtual machine.

11. Enter a Size for the disk.

12. Click OK.

The parameters in the following figure such as Interface and Allocation Policy are recommended, but can be edited as necessary.

Create a Fedora Virtual Machine in oVirt - 德哥@Digoal - PostgreSQL research

 

Figure 8. Add Virtual Disk configurations

13. Close the Guide Me window by clicking Configure Later. Your new Fedora virtual machine will display in the Virtual Machines tab.

You have now created your Fedora virtual machine. Before you can use your virtual machine, install an operating system on it.

To install the Fedora guest operating system:

1. Right click the virtual machine and select Run Once. 2. Check “Attach CD” and choose a disk from the list

Note: If you do not have any in the list, you need to upload one.

3. Click OK.

Create a Fedora Virtual Machine in oVirt - 德哥@Digoal - PostgreSQL research

 

Figure 9. Run once menu

Retain the default settings for the other options and click OK to start the virtual machine.

4. Select the virtual machine and click the Console ( ) icon. This displays a window to the virtual machine, where you will be prompted to begin installing the operating system. For further instructions, see the Fedora Installation Guide.

5. After the installation has completed, shut down the virtual machine and reboot from the hard drive.

You can now connect to your Fedora virtual machine and start using it.

Post Install Additions

Adding a few guest tools may improve your experience.

  • oVirt Guest Agent allows oVirt to show the Memory and Network utilization of the VM, the IP address of the VM, the installed Applications, Enable Single Sign On (SSO) and more.
  • Spice-vdagent allows for copy and paste support (text & image), better mouse functionality, and automatic adjustment of the screen resolution based on the size of your window.

Add the oVirt Guest Agent by following the directions at How to install the guest agent in Fedora

目录
相关文章
|
Kubernetes Java Linux
Linux|操作系统|Error: Could not create the Java Virtual Machine 报错的解决思路
Linux|操作系统|Error: Could not create the Java Virtual Machine 报错的解决思路
4113 0
|
Java Linux Windows
Java“Could Not Create Java Virtual Machine”解决
当在Java中遇到“Could Not Create Java Virtual Machine”错误时,通常是由于内存设置不当、Java版本不兼容、类路径错误或操作系统限制等原因导致JVM无法启动。解决方法包括调整内存参数、确认Java版本兼容性、检查类路径和启动参数、以及检查用户权限和文件系统。
7287 1
|
Java Android开发 Windows
成功解决eclipse启动报错 Error:Could not create the Java Virtual Machine Error:A fatal exception has occurred
成功解决eclipse启动报错 Error:Could not create the Java Virtual Machine Error:A fatal exception has occurred
myeclipse解决Fail to create the java Virtual Machine
今天在打开myeclipse的时候,就显示出 Fail to create the java Virtual Machine 这样的一个窗口出来。 解决的方案就是在myeclipse的安装目录下找到myeclipse.
1111 1
|
Java Android开发 计算机视觉
|
Java C++ Android开发
could not create the java virtual machine(转)
打开不了myeclipse,报错“could not create the java virtual machine”,解决问题过程如下: 1、在D:\MyEclipse\eclipse有个eclipse.
2389 0