Linux虚拟化(在RHEL8环境安装Vmware)

1.准备光盘镜像 和 VMware workstations for linux

[root@rhel8 ~]# ls VMware-Workstation-Full-15.5.5-16285975.x86_64.bundle
VMware-Workstation-Full-15.5.5-16285975.x86_64.bundle
[root@rhel8 ~]# ls rhel-8.0-x86_64-dvd.iso
rhel-8.0-x86_64-dvd.iso

2.检查CPU是否支持虚拟化

# 虚拟机

查看cpu配置是否点了支持虚拟化,如下

为了让vmware作为宿主机能支持虚拟化,须在vmware配置里面开启虚拟化功能,配置如下图所示,如图所示必须在虚拟机的处理器选择里面将”Intel VT-x/EPT或AMD-V/RVI”选项打勾。并且将网络适配器修改为桥接模式

# linux系统

输入   cat  /proc/cpuinfo | grep vmx --color  有结果显示,表明支持intel-vt 虚拟化

输入   cat  /proc/cpuinfo | grep svm --color  有结果显示,表明支持amd-vt 虚拟化

以intel为例,开启虚拟化前后图示如下:

安装VMWare(二进制包为例)

二进制包直接粗暴安装如下:

[root@rhel8 ~]# ls -l VMware-Workstation-Full-15.5.5-16285975.x86_64.bundle
-rw-r--r--. 1 root root 537847831 Jun 4 14:49 VMware-Workstation-Full15.5.5-16285975.x86_64.bundle

[root@rhel8 ~]# chmod +x VMware-Workstation-Full-15.5.5-
16285975.x86_64.bundle
<注释:查看文件权限,增加执行权限>

[root@rhel8 ~]# ls -l VMware-Workstation-Full-15.5.5-16285975.x86_64.bundle
-rwxr-xr-x. 1 root root 537847831 Jun 4 14:49 VMware-Workstation-Full15.5.5-16285975.x86_64.bundle

[root@rhel8 ~]# ./VMware-Workstation-Full-15.5.5-16285975.x86_64.bundle
Extracting VMware Installer...done.

<注释:直接粗暴安装>
Installing VMware Workstation 15.5.5
Configuring...
[######################################################################]
100%
Installation was successful.

安装后执行VMware出错

报错:Before you can run VMware, several modules must be compiled andloaded into the running kernel.
GCC
GNU C Compiler (gcc) version 8.2.1 was not found. lf you installed itin a non-default path you can specify the path below. Otherwise refeto your distribution's documentation for installation instructors andclick Refresh to search again in default locations.

报错原因是运行之前需要往kernel里写入一些模块,但是缺少GCC这个编译器,要运行必须安装

解决:安装GCC编译器

[root@rhel8 ~]# yum groupinstall "Development Tools"

安装之后还无法运行

查了一下要进行编译好的模块加入内核中,还差一个叫elfutils-libelf-devel的软件

[root@rhel8 ~]# yum -y install elfutils-libelf-devel

再次打开VMware可以看到正在编译和把模块安装如kernel

安装成功

参考部分连接

【虚拟机】如何判断CPU是否支持硬件虚拟化_小麦苗DBA宝典的博客-CSDN博客

VMWare+Ubuntu+KVM+VNC虚拟机安装配置_vmware虚拟机 vnc_m47838704的博客-CSDN博客

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值