Could not open /dev/vmmon: No such file or directory. Please make sure that the kernel module `vmmon’ is loaded.

好久没有重启过的服务器,涉及的内容多系统比较老6.8的,而且很久没有更新。近期重启了VMware的主服务器,重启后vmware运行虚拟机时会提示

Could not open /dev/vmmon: No such file or directory. Please make sure that the kernel module `vmmon’ is loaded.

隐隐约约记得以前遇到过,因为当时blog无法访问,所以等于又处理了一次(源地址https://kinggoo.com/vmware-error-vmmon.htm

cd /usr/lib/vmware/modules/source 
tar xf vmmon.tar 
tar xf vmnet.tar  ## 网络模块这里如果没有这个错误不操作
cd vmmon-only 
make 
cd ../vmnet-only 
make
cd .. mkdir /lib/modules/`uname -r`/misc # `uname -r`有的时候不匹配 可以自己手动去找下文件夹名
cp vmmon.o /lib/modules/`uname -r`/misc/vmmon.ko 
cp vmnet.o /lib/modules/`uname -r`/misc/vmnet.ko ## 网络模块这里如果没有这个错误不操作
depmod –a 
/etc/init.d/vmware restart
- THE END -
版权声明:
转载原创文章请注明,文章出处://kinggoo.com
原文地址:https://kinggoo.com/vmware-error-vmmon2isloaded.htm
发表评论?

0 条评论。

发表评论


此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据