问答文章1 问答文章501 问答文章1001 问答文章1501 问答文章2001 问答文章2501 问答文章3001 问答文章3501 问答文章4001 问答文章4501 问答文章5001 问答文章5501 问答文章6001 问答文章6501 问答文章7001 问答文章7501 问答文章8001 问答文章8501 问答文章9001 问答文章9501

vmware tools 安装问题

发布网友 发布时间:2022-04-15 00:10

我来回答

3个回答

懂视网 时间:2022-04-15 04:31

在 Windows Server 2008 R2 中安装 SQL Server 2012 之前先需要安装 .NET Framework 3.5 SP1 3.5 SP1 - http://www.microsoft.com/en-us/download/details.aspx?id=22(不需要下载, 后面会有说明, 只列出来参考) 安装的过程中出现错误 " You must use the Rol

在 Windows Server 2008 R2 中安装 SQL Server 2012 之前先需要安装 .NET Framework 3.5 SP1

3.5 SP1 - http://www.microsoft.com/en-us/download/details.aspx?id=22 (不需要下载, 后面会有说明, 只列出来参考)

安装的过程中出现错误 "You must use the Role Management Tool to install or configure Microsoft .NET Framework 3.5 SP1"

解决方案 -

在开始菜单中找到 Administrative Tools -> Server Manager

然后选择 Features -> Add Features

就会出现 Add Features Wizard -> 选中 .NET Framework 3.5.1 Features -> NEXT -> NEXT

就会发现它已经自己在安装了

并且默认的选择了Web Server IIS 和其它的一项, 这是安装之后的结果

下面是安装 SQL Server 2012 时出现的检查界面, 检查已经通过了!

OK 这样的话就不需要自己手动下载并安装 .NET Framework 3.5 了!

热心网友 时间:2022-04-15 01:39

以下是VMware官方的安装方法:
VMware Tools for Linux Guests
On a Linux guest, you can install VMware Tools within X or from the command line

Installing VMware Tools within X
Installing VMware Tools from the Command Line with the Tar Installer
Installing VMware Tools from the Command Line with the RPM Installer
Installing VMware Tools within X
You can install VMware Tools within X using the .tar installer in a terminal window. See Installing VMware Tools from the Command Line with the Tar Installer.

To install VMware Tools from X with the RPM installer:

1. Choose VM > Install VMware Tools.

The guest operating system mounts the VMware Tools installation virtual CD.

2. Double-click the VMware Tools CD icon on the desktop.

Note: In some Linux distributions, the VMware Tools CD icon may fail to appear when you install VMware Tools within an X windows session on a guest. In this case, you should continue installing VMware Tools as described in Installing VMware Tools from the Command Line with the Tar Installer, beginning with step 3.

3. Double-click the RPM installer in the root of the CD-ROM.

4. Enter the root password.

5. Click Continue.

The installer prepares the packages.

6. Click Continue when the installer presents a dialog box saying Completed System Preparation.

A dialog appears for Updating system, with a progress bar. When the installer is done, VMware Tools are installed. There is no confirmation or finish button.

7. In an X terminal, as root (su -), configure VMware Tools.

vmware-config-tools.pl

Respond to the questions the installer displays on the screen. Press Enter to accept the default value.

Note: Be sure to respond yes when the installer offers to run the configuration program.

8. Launch the VMware Tools background application:

vmware-toolbox &

Note: Some guest operating systems require a reboot for full functionality.

Installing VMware Tools from the Command Line with the Tar Installer
The first steps are performed on the host, within Workstation menus:

1. Power on the virtual machine.

2. After the guest operating system has started, prepare your virtual machine to install VMware Tools.

Choose VM > Install VMware Tools.

The remaining steps take place inside the virtual machine.

3. As root (su -), mount the VMware Tools virtual CD-ROM image, change to a working directory (for example, /tmp), uncompress the installer, then unmount the CD-ROM image.

Note: Some Linux distributions automatically mount CD-ROMs. If your distribution uses automounting, do not use the mount and umount commands below. You still must untar the VMware Tools installer to /tmp.

Some Linux distributions use different device names or organize the /dev directory differently. If your CD-ROM drive is not /dev/cdrom or if the mount point for a CD-ROM is not /mnt/cdrom, you must modify the following commands to reflect the conventions used by your distribution.

mount /dev/cdrom /mnt/cdrom

cd /tmp

Note: If you have a previous installation, delete the previous vmware-distrib directory before installing. The default location of this directory is
/tmp/vmware-tools-distrib.

4. Untar the VMware Tools tar file:

tar zxf /mnt/cdrom/VMwareTools-5.0.0-<xxxx>.tar.gz

umount /dev/cdrom

Where <xxxx> is the build/revision number of the VMware Workstation release.

Note: If you attempt to install a tar installation over an rpm installation — or the reverse — the installer detects the previous installation and must convert the installer database format before continuing.

5. Run the .tar VMware Tools installer:

cd vmware-tools-distrib

./vmware-install.pl

Respond to the configuration questions on the screen. Press Enter to accept the default value.

6. Log off of the root account.

exit

7. Start X and your graphical environment.

8. In an X terminal, launch the VMware Tools background application.

vmware-toolbox &

Note: You may run VMware Tools as root or as a normal user. To shrink virtual disks, you must run VMware Tools as root (su -).

Installing VMware Tools from the Command Line with the RPM Installer
The first steps are performed on the host, within Workstation menus:

1. Power on the virtual machine.

2. After the guest operating system has started, prepare your virtual machine to install VMware Tools.

Choose VM > Install VMware Tools.

The remaining steps take place inside the virtual machine.

3. As root (su -), mount the VMware Tools virtual CD-ROM image, change to a working directory (for example, /tmp), uncompress the installer, then unmount the CD-ROM image.

Note: Some Linux distributions automatically mount CD-ROMs. If your distribution uses automounting, do not use the mount and umount commands below. You still must untar the VMware Tools installer to /tmp.

Some Linux distributions use different device names or organize the /dev directory differently. If your CD-ROM drive is not /dev/cdrom or if the mount point for a CD-ROM is not /mnt/cdrom, you must modify the following commands to reflect the conventions used by your distribution.

mount /dev/cdrom /mnt/cdrom

cd /tmp

Note: If you have a previous installation, delete the previous vmware-distrib directory before installing. The default location of this directory is
/tmp/vmware-tools-distrib.

4. At the command prompt, enter:

rpm -Uhv /mnt/cdrom/VMwareTools-5.0.0-<xxxx>.i386.rpm

umount /dev/cdrom

Where <xxxx> is the build/revision number of the VMware Workstation release.

Note: If you attempt to install an rpm installation over a tar installation — or the reverse — the installer detects the previous installation and must convert the installer database format before continuing.

5. Configure VMware Tools:

vmware-config-tools.pl

Respond to the questions the installer displays on the screen. Press Enter to accept the default value.

6. Log off of the root account.

exit

7. Start X and your graphical environment.

8. In an X terminal, launch the VMware Tools background application.

vmware-toolbox &

Note: You may run VMware Tools as root or as a normal user. To shrink virtual disks, you must run VMware Tools as root (su -).

Starting VMware Tools Automatically
You may find it helpful to configure your guest operating system so VMware Tools starts when you start your X server. The steps for doing so vary depending on your Linux distribution and your desktop environment. Check your operating system documentation for the appropriate steps to take.

For example, in a Red Hat Linux 7.1 guest using GNOME, follow these steps.

1. Open the Startup Programs panel in the GNOME Control Center.

Main Menu (click the foot icon in the lower left corner of the screen) > Programs > Settings > Session > Startup Programs

2. Click Add.

3. In the Startup Command field, enter vmware-toolbox.

4. Click OK, click OK again, then close the GNOME Control Center.

The next time you start X, VMware Tools starts automatically.

Uninstalling VMware Tools
To remove VMware Tools from your Linux guest operating system, log on as root (su -) and enter the following command:

From a tar install
vmware-uninstall-tools.pl

From an RPM install
rpm -e VMwareTools

参考资料:http://www.vmware.com/support/ws5/doc/ws_newguest_tools_linux.html

热心网友 时间:2022-04-15 02:57

安装TOOLS要复制一个不需解压的WIN文件到虚拟机的文件夹里关联上了才可以用鼠标的。
为什么我的虚拟机无法安装VMware Tools呢?

1. 虚拟机版本不兼容:检查VMware Tools的版本是否与您的虚拟机版本兼容。如果版本不匹配,可能会导致安装失败。2. 安装程序损坏或不完整:下载的新安装程序可能损坏或不完整,这会导致安装过程无法继续。3. 系统权限问题:在某些情况下,由于系统权限的限制,安装程序可能无法执行必要的操作,从而导致安装...

不能安装vmtools,虚拟机打开了,一直是灰色的

1. 软件兼容性问题:如果你的虚拟机版本和VMware Tools版本不匹配,可能会导致无法安装的情况。确保你的VMware虚拟机以及VMware Tools的版本是最新的,或者至少是彼此兼容的。2. 安装步骤错误:安装VMware Tools时,需要按照正确的步骤进行。如果步骤错误,可能会导致安装失败。通常,正确的安装步骤包括在虚拟...

VMware Tools怎么安装失败啊?

1. 检查系统兼容性 确保你的操作系统与VMware Tools版本兼容。某些旧版本的操作系统可能无法支持最新版本的VMware Tools。请访问VMware官方网站,查看你所使用的VMware版本支持哪些操作系统版本。2. 重新安装或升级VMware 有时候,安装失败可能是由于VMware本身的问题导致的。尝试卸载当前的VMware,然后重新下载并...

...中虚拟机提示简易安装无法手动启动VMWaretool安装的解决方法_百度知 ...

1. 检查操作系统版本:首先确保你的操作系统能够与VMware Tools兼容。确保你正在使用的VMware版本支持你的操作系统。如果VMware版本过旧,可能需要升级到最新版本。2. 确认VMware Tools安装文件:检查VMware Tools安装文件是否可用。有时候下载的安装文件可能损坏或不完整。尝试重新下载安装文件,确保它完整无损。

vmware tools不能安装怎么办?

1. 首先第一步先打开【VMware】,接着进入【虚拟机设置】页面,然后根据下图所示,将【CD/DVD】选项设置为【使用物理驱动器、自动检测】。2. 第二步先打开虚拟机,接着右键单击名称,然后在弹出的菜单栏中根据下图所示,点击【安装VMware tools】选项。3. 第三步根据下图所示,依次点击【可移动设备-...

请问怎么解决vmwaretools安装不了的问题?

在使用VMware Workstation 15 Pro运行openEuler2203时,为了解决VMware Tools无法正常安装的问题,可以考虑安装open-vm-tools作为开源替代方案。发现CentOS提供了open-vm-tools的rpm安装包,但openEuler2203未提供此rpm包,需要自行编译安装。首先,确保安装了fuse-devel依赖包,以支持宿主机文件共享功能。接下来...

电脑中虚拟机无法安装VMwareTools提示D盘找不到setup.exe如何解决_百度...

如果在虚拟机中安装VMware Tools时,提示找不到D盘中的setup.exe文件,可能是由于以下原因之一:1. 虚拟光驱映像文件未正确加载:请确保在虚拟机设置中正确加载了VMware Tools的光驱映像文件。如果没有加载,可以通过虚拟机设置中的“CD/DVD”选项来加载光驱映像文件。2. 光驱映像文件损坏或不完整:请检查...

记录VMware安装VMware Tools过程及遇到的一些问题

首先,下载VMware Tools镜像,推荐访问阿里云开源镜像站以获取最新的镜像文件。接着,将下载的镜像文件解压至指定目录,如/opt。在进行VMware Tools的安装时,通常会遇到一些问题。例如,安装过程中出现的选项为灰色无法选中,这是因为虚拟机当前运行状态不支持选择操作。解决方法是:关闭虚拟机,右键选择设置,...

Vmware Tools安装常见问题汇总

遇到安装Vmware Tools时选项灰色无法点击的问题,首先,打开虚拟机设置,将"CD/DVD"和"软盘"的连接方式调整为"自动检测",如果缺失,还需添加相应设备。针对"Vmware Tools只应安装在虚拟机内"的提示,找到虚拟机的.vmx文件,使用记事本打开,搜索并删除可能存在的与此相关的代码段。这部分操作可能需要根据...

虚拟机无法安装VMware Tools

;试下在“虚拟机设置”里把软驱设置为“使用物理驱动器”和“自动检测”之后,可以同时删除 VMware 安装目录下的 .flp 文件,然后手动加载 VMware Tools 的镜像文件(VMware 安装目录下的 linux.iso 文件),再次点击“Install VMware Tools”。如果还不行,那我也不太清楚了。

无法安装vmware tools 安装vmware tools步骤 vmware tools手动安装 vmware虚拟机tools安装 安装vmware tools灰色 卸载vmware tools vm安装tools vmware安装ubuntu vmware tools灰色
声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com
大连大学中外办学值得上吗 大连大学国际本科是公办还是民办 介绍一些有古老气息的,有传说的地方,越多越好。最好在中国中部。 现在的日本鬼子难道一定是你们想的这样坏吗?坏的是日本政府! 我近几年在吃玉米的时候总是不消化,一吃就拉出来了,而且大便中... 同时掷3个均匀的骰子,当得知"其中两个骰子面朝上点数之和为8时"获得多... 重庆市工伤申请表的鉴定程序是什么的 ...做了包皮手术,有早泄有前列腺,在晚上睡觉梦游射精,有什么影响到病快... 电脑没声,音箱正常,也没发现有感叹号和问号.声音控制部分被禁用.是换了... 属狗女什么属相最配对,属狗女和什么属相最配 novc—hev和ovc—hev的区别 FANUC系统数控车报警SV0436(X)软过热继电器(OVC) 是什么意思 如何解决 电测仪VOL、IMP、OVC,是什么意思,翻译中文,谢谢 防火墙上ovc是什么意思 ovc是什么意思 物流管理是学什么的!理科生适合学吗? 物流管理这个专业是干啥的? 心肌缺血的健康食谱、、 不知道的不要瞎回答!!! 心肌缺血,心绞痛,心慌,喝什么中草药有效果? 猪蹄扣怎么打 邯郸市肥乡区代还信用卡怎么联系 三星s8对比国产怎么样 想入手一部三星s8,三星的系统怎么样? 激战2潜行者买什么护甲盒 用过的说说,三星S8你觉得怎么样 激战2哈米德护甲箱怎么来的 激战2元素使最好护甲是什么啊? 三星galaxy s8 怎么样 三星s8这款手机怎么样 三星s8手机评价怎么样 436Z轴:SOFTTHERMAL(OVC)什么原因,为什么会出现机床撞刀现象。 最近看到一个OVC手游耳机,这个和普通耳机有啥差别啊? 手足口病要吃几天药啊 rsopactovc是什么意思. ipad首次登陆iTunes填写付款方式和账单寄送地址时无法进行下一步 手足口病严重吗吃药一般要几天口里 手足口病吃几天的药 手足口病要吃多久的药 在发动机OCV阀是起什么作用的 用腰带捆肚子可以减肥吗 手足口病要多多久才好 为什么有的直男喜欢做0 有没有直男突然想尝试同性恋呢? 映客直播王者荣耀怎么即显示游戏又显示游戏 直男上一次坐0还是坐1上瘾 GAY中的0对钢铁直男有诱惑力吗? 手足口病能治好需要多久 怎样从0变成直男? 我儿子得了手足口病要多久才能治好啊? 自己梦见嫂子生了男孩又死了意味什么