Posts Tagged VMware
VMware Player (Linux), Add NIC to Host
Posted by Victor Tong in Linux, VMware on December 18th, 2012
It is quite difficult to find information on Internet talking about how to configure NIC for Linux VMware Player.
After studying installed files, I found out it has a command called “vmware-netcfg” which stores in “/usr/lib/vmware/bin“.
We can use this program to configure which NIC will be used for Virtual Machine networking.
Total views: 48,303 viewsVMware cannot use NAS for datastore
Posted by Victor Tong in VMware on October 3rd, 2009
If you are facing an error that you cannot use NAS (CIFS) for VMware Server datastore, you can change the service “VMwareServerWebAccess” Log On as from “Local System” to a local computer user account that have access right to your NAS.
VMware Server cannot run file larger than 2GB on NAS
Posted by Victor Tong in VMware on October 3rd, 2009
If you put VMware guest file on NAS, you may face a problem “File is too large”.
You can put the following option in vmx file to skip file size checking.
diskLib.sparseMaxFileSizeCheck= "false"Total views: 4,888 views
Virtual Server to VMware Server
Posted by Victor Tong in Hyper-V / Virtual Server, VMware on July 12th, 2009
Previously, I built my testing lab by using Virtual Server 2005 SP1.
Currently, I am running VMware Server 2.0 (64-bit) in my Vista box. And I am going to convert vhd file to VMware Server.
I downloaded VMware Converter 4 from VMware.com. I found that this tool can help me to migrate vhd file to VMware server easily (Very Easy).
Screens:
Complete convertion.
You can find converted file in your defined path.
Add this VM to VMware datastore.
Total views: 4,417 viewsVMware Server Disk Performance Tuning (Example)
Posted by Victor Tong in VMware on July 10th, 2009
I found my VMware Server (Version 1.09) Linux Host running very slow when one of the guest OS doing backup.
Whole system is not responding while doing backup. This made me crazy for long time.
Yesterday, I tried to do some research about Disk Performance tuning.
Finally, I tried these settings and it works for my VMware Server Linux Box.
You can open the configuration file *.vmx and add the following lines to the configuration file.
# VMware Disk Performance tuning mainMem.useNamedFile = "FALSE" sched.mem.pshare.enable = "FALSE" MemTrimRate = "0"
Wow, after adding it. Performance improved a lot . (Don’t ask me for the figure). I am lazy to do benchmark.
Disappointed to VMware Server 2.0
Posted by Victor Tong in VMware on June 28th, 2009
I used VMware for many years. VMware is a very good software.
After VMware server moving to version 2.0, I started to compliant it in different areas.
One of the most important compliant is the console. The most powerful weapon of VMware is the console. But it is a serious compliant area in VMware Server 2.0.
I am very disappointed to VMware Server 2.0 UI. It is very difficult to use.
If VMware does not run faster, their competitor will replace their leading position very soon.
Total views: 2,908 views
Comments