Default FastSCP isn’t working with ESX 3.5. I just noticed this download: http://www.veeam.com/download/fastscp/FastSCP.xml
It’s indeed a firewall related problem, copy this file into /etc/vmware/firewall.
Run the following command “service mgmt-vmware restart” and open up the Portrange with VirtualCenter. Opening it up can also be done from the commandline with “esxcfg-firewall -e FastSCP”. Veeam still has to fix the “edit function” which doesn’t work with 3.5 anymore, expect a new release in Januari / Februari 2008.
Cleaning up patches
On the VMTN forum I read a cool solution for clearing your update cache when you use a web repository for patching your ESX hosts: “yum clean all”. Never thought of that cause I hardly use a web repository, always use a VMFS volume and the vmprofessional script.
Console connections and Getting Started tab
When looking for the “maximum number of allowed console connections, I stumbled upon another handy option in VirtualCenter, “Edit -> Client Settings”.
- Set the maximum number of allowed console connections (0 to 100) to all virtual machines.
- Close all “Getting Started” tabs at once.
Where’s my lockdown mode in ESX 3.5?
I’ve been looking for the lockdown option in ESX 3.5 for a few of hours these last couple of days and can’t seem to find it. In ESX 3i you can easily put it in lockdown mode when you add the host to the Cluster or afterwards here in the configuration/security section:
After a search on the internet is seemed I wasn’t the only that could not find the lockdown mode for 3.5. Viktor van den Berg opened a topic about it on the Dutch VMUG forum and decided to phone VMware about it… There answer was short, it’s not in 3.5 and it should have been. I guess it got lost in cyberspace.
For those who never heard of the lockdown mode:
VirtualCenter 2.5 provides administrators with the option to disable direct remote access to ESX Server 3 hosts as a root user after VirtualCenter 2.5 has taken control of a given host. This is called “lockdown mode.” Enabling this mode ensures that the host is managed only through VirtualCenter 2.5. Certain limited management tasks can still be performed while in lockdown mode by logging in to the local console on the host as a non-root user.
I guess we just have to wait for the upcoming patches.
VMware Consolidated Backup and deleted files
As most of you know, when VMware Consolidated Backup dumps image level backups VCB only dumps used diskspace. Unfortunately for us VCB does this by checking at block level if it contains only zero’s or not. If it contains only zero’s the block is considered empty, but an Operating System doesn’t zero out the disk space that contained the files when a file is deleted. An Operating System only clears the pointers to these files. This is why you could have a disk with only 4GB of used space and a 6GB VCB dump. As of ESX 3.0.2 update 1 VMware reintroduced the shrink option in VMware Tools. Kind of a weird name “shrink” cause the vmdk doesn’t actually shrink, the unused space is just zeroed out.
[Read more…] about VMware Consolidated Backup and deleted files