cd /tmp
tar -xzvf /usr/lib/vmware/modules/source/vmmon.tar
cd vmmon-only/
# source kinggoo.com
make
cp vmmon.ko /lib/modules/`uname -r`/misc/vmmon.ko
mkdir -p /lib64/modules/`uname -r`/misc/
cp vmmon.ko /lib64/modules/`uname -r`/misc/vmmon.ko
modprobe vmmon
/etc/init.d/vmware restart
[root@kinggoo.com vmmon-only]# /etc/init.d/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 ]
最新评语