February 13th, 2008
Filed under: VMware |
1 Comment »
Two days ago RyanWI posted about an unidentified partition which generates errors in the vmkernel log. Today I visited a customer with the same setup, Dell servers and an EMC SAN and I was curious if I could reproduce this error. Well I did not had not much trouble reproducing the error because they already [...]
February 12th, 2008
Filed under: VMware, performance |
No Comments »
A couple of months ago at the Dutch VMug meeting Bouke-Jumé gave some good storage tips. This is one of them:
The LSI Bus Logic Controller / Driver has a standard queue depth of 256. Although it isn’t possible to set this higher it is possible to add a second controller and when you make sure [...]
February 12th, 2008
Filed under: Howto, VMware |
No Comments »
Vinternals wrote a short article on how to de-install or hide the Capacity Planner plugin for VirtualCenter:
Capacity planner is rather pesky to have hanging around on every VirtualCenter box in the enterprise… especially if you use some other tool for the job! So just add this line to the end of your VirtualCenter install script:
msiexec [...]
February 11th, 2008
Filed under: Bugs, VMware |
8 Comments »
I noticed at a few customer sites that the Performance tab of VirtualCenter was getting sluggish but never got the chance to really pinpoint the problem. A couple of days ago user “jterpstr” posted about this on the VMTN forum and it seems that the old rows aren’t deleted from the database for some reason. [...]
February 10th, 2008
Filed under: Howto, VMware |
No Comments »
There are a couple of ways to rename a Virtual Machine, but there are two in my opinion that stand out:
Shutdown the VM
Rename the VM in VirtualCenter
Migrate the VM and move it to another Datastore
done!
And from the service console:
vmware-cmd -s unregister /vmfs/volumes/datastore/vm/vmold.vmx
mv /vmfs/volumes/datastore/vm-old /vmfs/volumes/datastore/vm-new
cd /vmfs/volumes/datastore/vm-new
vmkfstools -E vm-old.vmdk vm-new.vmdk
find . -name ‘*.vmx*’ -print -exec [...]
February 8th, 2008
Filed under: Bugs, VMware |
1 Comment »
I was just testing the new, but still experimental feature, Distributed Power Management. I’ve installed 3 ESX Hosts and added all of them into an HA-DRS Cluster. I enabled DPM and set the mode to manual and pressed “Generate recommendations”. I had one host with an HA failure and DPM recommend me to switch off [...]
February 6th, 2008
Filed under: Howto, VMware |
3 Comments »
I just P2V’ed a Suse Linux Server with the cold boot iso. When booting I was confronted with a kernel panic. This is caused by the fact that the modules for the LSI Logic or Bus Logic SCSI card aren’t available, which causes the root volume to be unmountable. I tried to boot from the [...]
February 5th, 2008
Filed under: Howto, VMware |
2 Comments »
The PDF I blogged about yesterday included info about 3.0.x and 3.5 features. One of the things that was missing was the option to have the swapfiles created locally. In 3.0.x this done by setting the option “sched.swap.dir” in the .vmx file. The only problem is that this prohibits you from using VMotion for these [...]
February 5th, 2008
Filed under: Bugs, VMware |
1 Comment »
For those who did not have any luck with the deleting of the dll(ssleay32.dll) described in this blog, there’s another possibility to enable the VMware Converter plugin without crashing your VirtualCenter client:
Go to the following registry key:
[HKEY_CURRENT_USER\Software\VMware\VMware Infrastructure Client\Preferences\UI]
And set the following key to “Enabled”
“C:\\Program Files\\VMware\\Infrastructure\\Virtual Infrastructure Client\\Plugins\\Converter Enterprise\\plugin.dll”
February 4th, 2008
Filed under: Storage, VMware |
No Comments »
VMware just uploaded a cool PDF about configuring an iSCSI SAN. This particular PDF is created by EMC and deals about an EMC Celerra iSCSI SAN but there’s more than enough useful info in there for those who don’t own an EMC iSCSI SAN.
The cool thing about the Celerra is the possibility to use “network [...]