Getting started with Linux: Installing VMware 10 on CentOS 7

Source: Internet
Author: User

Getting started with Linux: Installing VMware 10 on CentOS 7

Install VMware 10.0.3 on CentOS 7. Let me introduce my experience. Generally, this version does not work on CentOS 7 because it can only run on a lower kernel version 3.10.

First, download and install it in normal mode (no problem ). The only problem was when we ran the VMware program later.

Analysis of changes in CentOS 7 System Configuration

Build a high-availability cluster in CentOS 7

How to fix it?

1-go to/usr/lib/vmware/modules/source.

  1. Cd/usr/lib/vmware/modules/source

2-unzip vmnet.tar.

  1. Tar-xvf vmnet.tar

3-go to the vmnet-only directory.

  1. Cd vmnet-only

4-edit the filter. c file.

  1. Vi filter. c

In rows 206 and 259, replace the following string:

  1. # If LINUX_VERSION_CODE <KERNEL_VERSION (3, 13, 0)

Is:

  1. # If LINUX_VERSION_CODE <KERNEL_VERSION (3, 0, 0)

Save and exit.

5-return to the previous folder.

  1. Cd ../

6-compress the folder again.

  1. Tar-uvf vmnet.tar vmnet-only

7-remove the old directory.

  1. Rm-fr vmnet-only

8-start vmware and experience it.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.