在嵌套esxi虚拟机中安装vmwaretools
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在嵌套esxi虚拟机中安装vmwaretools相关的知识,希望对你有一定的参考价值。
方法1:离线安装(vib包下载到esxi主机)
Download VIB and upload to an ESXi datastore:
Download the VIB file and upload to an ESXi datastore
esxcli software vib install -v /vmfs/volumes/[DATASTORE]/esx-tools-for-esxi-9.7.1-0.0.00000.i386.vib -f(安装命令)
在安装离线包时,可能会出现以下报错,是因为数字证书签名问题:
esxcli software vib install -v /vmfs/volumes/[DATASTORE]/esx-tools-for-esxi-9.7.1-0.0.00000.i386.vib -f --no-sig-check
方法2: 在线安装(Esxi从互联网下载vib包)
esxcli software vib install -v http://download3.vmware.com/software/vmw-tools/esxi_tools_for_guests/esx-tools-for-esxi-9.7.1-0.0.00000.i386.vib -f
删除
To uninstall the VIB:
esxcli software vib remove -n esx-tools-for-esxi
可以从本文附件中下载离线VIB包
本文出自 “我还活着呢” 博客,转载请与作者联系!
以上是关于在嵌套esxi虚拟机中安装vmwaretools的主要内容,如果未能解决你的问题,请参考以下文章
在虚拟机中安装vmware tools 提示只能在虚拟机中安装,这个应该怎么解决?
VMWare 中安装VMWareTools (Centos系统 和 Windows 系统)
在Vmware ESXI6.5中安装pfsense2.34实例
虚拟机中安装Ubuntu后,安装VMwareTools出错的解决办法:Not enough free space to extract VMwareTools