After I installed the VMWare server 1.0.8 complete. I have found a problem in my keyboard such as I could not use up/down/right/left arrow keys. So I tried to searh a solution for solve this problem. Sure I found !!! Everything is in the Google.
After I spent a lot of time to install VMWare ESXi on my server, I found problem about ESXi could not install on my disk RAID#1. Many people found this problem to :
http://communities.vmware.com/message/1142404
So if you would like to install VMWare ESXi into your server, you should check your hardware which is supported by VMWare ESXi from this link before :
http://www.vm-help.com/esx/esx3i/Hardware_support.php
I hope, it will support my server sooner .
Anyway, I came back to my original solution that is installation the VMWare server.
พอดีไปเจอมา ใน Slide ของ Kevin Gehrke เกี่ยวกับการทำให้ เราสามารถ Remote ไปที่เครื่อง VMWare virtual machines ที่ถูกใช้งาน บน VMWare Server.
Topology
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.
หลังจากที่ ติดตั้ง 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.
After I upgraded my Ubuntu from version 7.04 to 7.10. I have a big problem on program vmware server program . This program returns error message after I run vmware command. This is error message :

เฮ้อออ ทำยากทำเย็น ก็เลยเอามาเล่าให้ฟังครับ
ก่อน ที่จะทำอะไรก็เราก็ต้องทำให้ เครื่องของเรามี Environment ที่จะสามารถติดตั้ง VMWare ได้ก่อน โดยทำดังนี้
|
#sudo aptitude install linux-headers-`uname -r` build-essential #sudo aptitude install xinetd |
ช่วงที่เรารอก็ไป Download File ที่เราจะ install มาก่อนที่
http://www.vmware.com/download/server/
Today, I install virtual OS [Ubuntu] on Fedora 7(F7) Server. I install this server (Ubuntu virtual) for run service Lunch Order System. After I installed Ubuntu I found big problem , it can not start Ubuntu virtual by automatic when my Host server (F7) reboot. That true !!, I’m very lazy for manual start Ubuntu server. I want to configure this server starts auto when Host server restarts.