shutdown all vm’s and ESX

Posted by Duncan Epping in June 16th, 2008 | 5 comments 
Published in Server

Just dropped the following short script in a topic on the VMTN Community. It shuts down every VM on the host and than the host itself, but it will enter maintenance mode first, just to be sure that no other vm’s get migrated to this host.

VMLIST=`vmware-cmd -l`
for config in ${VMLIST}
do
vmware-cmd ${VMLIST} stop trysoft
done
vimsh -n -e [...]

read more....

Swapping, esxtop and /proc/vmware/sched/mem

Posted by Duncan Epping in June 16th, 2008 | 3 comments 
Published in Server

At a customer site we noticed that the ESX hosts were swapping, Nagios generated a nice alarm. After some research it seemed like certain VM’s were swapping to the VMFS volume, so not inside the OS but VMware swap usage. A closer look at the system revealed that we weren’t overcommitting. There was over 6GB [...]

read more....

Customization spec fails part II

Posted by Duncan Epping in June 5th, 2008 | 2 comments 
Published in Server

A while back I blogged about the customization specification wizard failing when entering the password. Today I visited the same customer again. This problem only occurred when running it from the VirtualCenter itself. Today I upgraded the VirtualCenter server to 2.5 Update 1 and the problem is solved… Still don’t know why it happened,

read more....

VMware ESX 3.5 Template Deployment Bug

Posted by Duncan Epping in June 4th, 2008 | 2 comments 
Published in Server

I just encountered the same bug that Aaron Delp blogged about in January:
It appears we have found a possible bug in the Deploy from Template Command in ESX 3.5. When you create a Windows Server based template and then try to deploy directly into an Active Directory with customization, the new system will get an [...]

read more....

Changing the IP-address of an ESX host and HA

Posted by Duncan Epping in June 4th, 2008 | 7 comments 
Published in Server

Monday evening a colleague changed the ip-address of three VMware ESX hosts. He followed the standard VMware procedure, which usually works like a charm. In this case after the ip-address was changed HA did not work anymore. Disabling and enabling the HA resulted in the following error: “Configuration of host IP address is inconsistent on host …”
After [...]

read more....

New Job!

Posted by Duncan Epping in June 3rd, 2008 | 21 comments 
Published in Various

Breaking news:
As of the first of July I will start as a PSO Consultant at VMware! I’m very happy that VMware provided me with this opportunity. I want to thank Ictivity BV for understanding my decision and making this transition possible and easy. So the next couple of weeks I will be extremely busy finishing [...]

read more....

Good read: how many vm’s on 1 ESX host

Posted by Duncan Epping in May 25th, 2008 | 1 comment 
Published in Server

Check out this topic on the VMTN forum by Gabrie. It’s a good read about how many vm’s one would dare to run on an ESX host.
TexiWill:
This really depends. I know companies that are doing no more than a 10:1 or 20:1 compression, but there are other companies with 50+ VMs running on one box [...]

read more....

Page 6 of 19« First...«45678»...Last »

Topics Search

Support me:

Yellow-Bricks recommends VMware Fusion
and VMware Workstation. Support Yellow-Bricks and get a 10% discount on select VMware products.

Recent Comments

Advertisements

Tags

Info