Is it dangerous to change the value of /proc/sys/net/ipv4/tcp_tw_reuse?

You can safely reduce the time down, but you may run into issues with inproperly closed connections on networks with packet loss or jitter. I wouldn’t start tuning at 1 second, start at 15-30 and work your way down. Also, you really need to fix your application. RFC 1185 has a good explanation in section … Read more

Defrag in Windows VM?

Storage folks refer to VMs as I/O blenders. This is because all of the guest’s files are typically inside of a “container” like a VMDK. This VMDK is a single file that contains all other files used by the VM. Consider that an 80GB VMDK might not have all block allocated sequentially on the disk … Read more

Can a VMWare Server 2.0 virtual machine be “unvirtualized” to physical hardware?

This VMware guide on virtual to physical machine migrations should be a good start, though it looks like you’re required to use 3rd party tools like Sysprep and Symantec Ghost. PlateSpin makes a commercial tool called PowerConvert that does both Physical-to-Virtual and Virtual-to-Physical conversions.