Oracle Linux Server 7 Installation Vmwaretools issues

Source: Internet
Author: User
Tags gpg install perl

OracleLinuxServer7 Installing Vmwaretools issues
#./vmware-install.pl times wrong:
#-bash:./vmware-instal.pl:/usr/bin/perl:bad interpreter:no such file or directory

Reason:
The Perl environment is not installed.

Workaround:
Install Perl in the Yum environment.
Configure local Yum Source: ( reference: http://www.cnblogs.com/rusking/p/4248946.html)
Write the contents of the/etc/yum.repos.d/local_repo.repo file as follows.
[Rhel-source]
name=red Hat Enterprise Linux Local Repo
# #仓库描述
Baseurl=file:///opt/rpm/local_repo
# #软件仓库位置
Enabled=1
# #是否启用
Gpgcheck=1
Gpgkey=file:///etc/pki/rpm-gpg/rpm-gpg-key-oracle
# #签名秘钥,/etc/pki/rpm-gpg/in this directory, you can go to this directory to view.


Yum Installs Perl:
#yum Install Perl

Once the Perl installation is complete, install Vmwaretool, perform/vmware-install.pl, install by default, and enter the car.
======================
Other questions:
During the installation of the VMware tool, the following prompt appears:
What's the location of the ' Ifconfig ' program on your?
The carriage return is not possible here because the system does not have Ifconfig installed and needs to be reinstalled manually before installing the VMware Tool.

Yum installation ifconfig:
#yum Search Ifconfig
#net-TOOLS.X86_64:BASC Networking Tools
#yum Install net-tools-2.0-0.17.20131004git.e17.x86_64.rpm

After that, it's OK to install the VMware tool again.

After the--------, the problem occurs again, and after the VMware tool is installed, reboot starts to the character interface by default. The graphical login interface is also not toggled.

---------is not like the official document said after the installation is complete, restart the graphical interface directly---toss-toss-and toss.

Official Installation Documentation: http://oracle-base.com/articles/linux/oracle-linux-7-installation.php

SELinux
    • If the OS is to being used for a Oracle installation, it is easier if Secure Linux (SELinux) was disabled or switched to Perm Issive. To does this edit the "/etc/selinux/config" file, making sure the SELinux flag is set as follows.

      Selinux=permissive

      If SELinux is configured after installation, the server would need a reboot for the change to take effect.

Firewall
    • If the OS is to being used for an Oracle installation, it's easier if the firewall is disabled. This can is done by issuing the following commands from a terminal window as the "root" user.

      # systemctl Stop firewalld# systemctl disable FIREWALLD

You can install and configure it later if you wish.

Ssh
    • Make sure the SSH daemon is started using the following commands.

      # Systemctl start sshd.service# systemctl enable Sshd.service

Oracle Linux Server 7 Installation Vmwaretools issues

Related Article

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.