码迷,mamicode.com
首页 > 其他好文 > 详细

Solution After install kernel 2.6.32-504 Could not open /dev/vmmon

时间:2015-04-19 22:53:30      阅读:203      评论:0      收藏:0      [点我收藏+]

标签:vmware   linux   

After update kernel for 2.6.32-504.12.2,my Centos can‘t start vm.  “Could not open /dev/vmmon: No such file or directory.”

Solution:

cd /usr/lib/vmware/modules/source/ 

tar xvf vmmon.tar
cd vmmon-only/
make

cp -f vmmon.ko /lib/modules/2.6.32-504.12.2.el6.i686/misc/

service vmware restart
Stopping VMware services:
   VMware Authentication Daemon                            [  OK  ]
   VM communication interface socket family                [  OK  ]
   Virtual machine communication interface                 [  OK  ]
   Virtual machine monitor                                 [  OK  ]
   Blocking file system                                    [  OK  ]
Starting VMware services:
   Virtual machine monitor                                 [  OK  ]
   Virtual machine communication interface                 [  OK  ]
   VM communication interface socket family                [  OK  ]
   Blocking file system                                    [  OK  ]
   Virtual ethernet                                        [  OK  ]
   VMware Authentication Daemon                            [  OK  ]
   Shared Memory Available                                 [  OK  ]

it work

Solution After install kernel 2.6.32-504 Could not open /dev/vmmon

标签:vmware   linux   

原文地址:http://blog.csdn.net/hanglinux/article/details/45133005

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!