พอดีไปเจอมา ใน Slide ของ Kevin Gehrke เกี่ยวกับการทำให้ เราสามารถ Remote ไปที่เครื่อง VMWare virtual machines ที่ถูกใช้งาน บน VMWare Server.
Topology
» Read the rest of the entry..
พอดีไปเจอมา ใน Slide ของ Kevin Gehrke เกี่ยวกับการทำให้ เราสามารถ Remote ไปที่เครื่อง VMWare virtual machines ที่ถูกใช้งาน บน VMWare Server.
Topology
» Read the rest of the entry..
Many times, you want to get some file from Windows XP which it is VMware image so you must start VMware program before.
This solution is how to get file from VMware image without start VMware program by vmware-mount.pl.
» Read the rest of the entry..
หลังจากที่ ติดตั้ง VMWare server บน Ubuntu 7.10 ก็พบกับปัญหาว่า VMware มันไม่เห็น USB ของ Thumb drive ผมก็เลยต้องมาวิธี Fix
1. เข้าไปแก้ไขไฟล์ /etc/init.d/mountdevsubfs.sh ตั้งแต่บรรทัดที่ 42 - 45 โดยการ Uncomment ออก ก็จะได้ดังนี้
| : mkdir -p /dev/bus/usb/.usbfs domount usbfs “” /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644 ln -s .usbfs/devices /dev/bus/usb/devices mount –rbind /dev/bus/usb /proc/bus/usb : |
2. แก้ไขไฟล์ /etc/fstab โดยเพิ่ม
| : usbfs /proc/bus/usb usbfs auto 0 0 : |
ไว้ที่บรรทัดสุดท้ายของ ไฟล์ /etc/fstab
3. Start service โดยใช้ command ดังนี้
| sudo /etc/init.d/mountdevsubfs.sh start |
I have one server, it is installed CentOS5. After I installed Vmware Server program, I installed new Linux guest virtual machine which it is CentOS5 ,too.
I found this problem when I started it (Linux guest) about 3 days, I found it had shift time.
I try to find root cause of this problem. Ohhh I found.
» Read the rest of the entry..
Yesterday, I found problem about date&time system on Linux server virtual machine on VMServer. That virtual machine has shifted time by automatic and this is example how to use command line set date&time in Linux server. » Read the rest of the entry..