iis服务器助手广告广告
返回顶部
首页 > 资讯 > 数据库 >基于RHEL 6.5安装Oracle 11g详细教程(3)——安装VMware Tools
  • 263
分享到

基于RHEL 6.5安装Oracle 11g详细教程(3)——安装VMware Tools

2024-04-02 19:04:59 263人浏览 独家记忆
摘要

3  安装VMware Tools 1)如下图所示,依次选择虚拟机 -- 客户机 -- 安装/升级VMware Tools。 2)如下图所示,单击确定。 3)如下图所示,单击确定。

3  安装VMware Tools

1)如下图所示,依次选择虚拟机 -- 客户机 -- 安装/升级VMware Tools

基于RHEL 6.5安装Oracle 11g详细教程(3)——安装VMware Tools

2)如下图所示,单击确定

基于RHEL 6.5安装Oracle 11g详细教程(3)——安装VMware Tools

3)如下图所示,单击确定

基于RHEL 6.5安装Oracle 11g详细教程(3)——安装VMware Tools

4)如下图所示,可以看到VMware Tools的安装介质。

基于RHEL 6.5安装Oracle 11g详细教程(3)——安装VMware Tools

5)如下图所示,在VMware Tools目录内点击右键选择Open in Terminal

基于RHEL 6.5安装Oracle 11g详细教程(3)——安装VMware Tools

6)如下图所示,Terminal已经打开。

基于RHEL 6.5安装Oracle 11g详细教程(3)——安装VMware Tools

[root@oracle VMware Tools]# ls

manifest.txt VMwareTools-9.4.0-1280544.tar.gz vmware-tools-upgrader-64

run_upgrader.sh vmware-tools-upgrader-32

[root@oracle VMware Tools]# cp VMwareTools-9.4.0-1280544.tar.gz ~/Desktop/

[root@oracle VMware Tools]# cd ~/Desktop/

[root@oracle Desktop]# ls

VMwareTools-9.4.0-1280544.tar.gz

[root@oracle Desktop]# tar -zxvf VMwareTools-9.4.0-1280544.tar.gz

[root@oracle Desktop]# cd vmware-tools-distrib/

[root@oracle vmware-tools-distrib]# ls

bin doc etc FILES INSTALL installer lib vmware-install.pl

[root@oracle vmware-tools-distrib]# ./vmware-install.pl

Creating a new VMware Tools installer database using the tar4 fORMat.

Installing VMware Tools.

In which directory do you want to install the binary files?

[/usr/bin]

What is the directory that contains the init directories (rc0.d/ to rc6.d/)?

[/etc/rc.d]

What is the directory that contains the init scripts?

[/etc/rc.d/init.d]

In which directory do you want to install the daemon files?

[/usr/sbin]

In which directory do you want to install the library files?

[/usr/lib/vmware-tools]

The path "/usr/lib/vmware-tools" does not exist currently. This program is

Going to create it, including needed parent directories. Is this what you want?

[yes]

In which directory do you want to install the documentation files?

[/usr/share/doc/vmware-tools]

The path "/usr/share/doc/vmware-tools" does not exist currently. This program

is going to create it, including needed parent directories. Is this what you

want? [yes]

The installation of VMware Tools 9.4.0 build-1280544 for linux completed

successfully. You can decide to remove this software from your system at any

time by invoking the following command: "/usr/bin/vmware-uninstall-tools.pl".

Before running VMware Tools for the first time, you need to configure it by

invoking the following command: "/usr/bin/vmware-config-tools.pl". Do you want

this program to invoke the command for you now? [yes]

Initializing...

Making sure services for VMware Tools are stopped.

Stopping VMware Tools services in the virtual Machine:

Guest operating system daemon: [ OK ]

Unmounting HGFS shares: [ OK ]

Guest filesystem driver: [ OK ]

Found a compatible pre-built module for vmci. Installing it...

Found a compatible pre-built module for vsock. Installing it...

The module vmxnet3 has already been installed on this system by another

installer or package and will not be modified by this installer.

Use the flag --clobber-kernel-modules=vmxnet3 to override.

The module pvscsi has already been installed on this system by another

installer or package and will not be modified by this installer.

Use the flag --clobber-kernel-modules=pvscsi to override.

The module vmmemctl has already been installed on this system by another

installer or package and will not be modified by this installer.

Use the flag --clobber-kernel-modules=vmmemctl to override.

The VMware Host-Guest Filesystem allows for shared folders between the host OS

and the guest OS in a Fusion or Workstation virtual environment. Do you wish

to enable this feature? [no]

Found a compatible pre-built module for vmxnet. Installing it...

The vmblock enables dragging or copying files between host and guest in a

Fusion or Workstation virtual environment. Do you wish to enable this feature?

[no]

VMware automatic kernel modules enables automatic building and installation of

VMware kernel modules at boot that are not already present. This feature can be

enabled/disabled by re-running vmware-config-tools.pl.

Would you like to enable VMware automatic kernel modules?

[no]

Disabling timer-based audio scheduling in pulseaudio.

Detected X server version 1.13.0

Distribution provided drivers for Xorg X server are used.

Skipping X configuration because X drivers are not included.

Creating a new initrd boot image for the kernel.

Checking acpi hot plug [ OK ]

Starting VMware Tools services in the virtual machine:

Switching to guest configuration: [ OK ]

VM communication interface: [ OK ]

VM communication interface Socket family: [ OK ]

Guest operating system daemon: [ OK ]

The configuration of VMware Tools 9.4.0 build-1280544 for Linux for this

running kernel completed successfully.

You must restart your X session before any mouse or graphics changes take

effect.

You can now run VMware Tools by invoking "/usr/bin/vmware-toolbox-cmd" from the

command line.

To enable advanced X features (e.g., guest resolution fit, drag and drop, and

file and text copy/paste), you will need to do one (or more) of the following:

1. Manually start /usr/bin/vmware-user

2. Log out and log back into your desktop session; and,

3. Restart your X session.

Enjoy,

--the VMware team

Found VMware Tools CDROM mounted at /media/VMware Tools . Ejecting device /dev/sr0 …

[root@oracle vmware-tools-distrib]# cd ~/Desktop/

[root@oracle Desktop]# ls

VMwareTools-9.4.0-1280544.tar.gz vmware-tools-distrib

[root@oracle Desktop]# rm -rfv VMwareTools-9.4.0-1280544.tar.gz

[root@oracle Desktop]# rm -rfv vmware-tools-distrib/

[root@oracle Desktop]# reboot

Broadcast message from root@oracle.kely.com

(/dev/pts/1) at 17:14 ...

The system is going down for reboot NOW!

您可能感兴趣的文档:

--结束END--

本文标题: 基于RHEL 6.5安装Oracle 11g详细教程(3)——安装VMware Tools

本文链接: https://www.lsjlt.com/news/42092.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

本篇文章演示代码以及资料文档资料下载

下载Word文档到电脑,方便收藏和打印~

下载Word文档
猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作