Browse by Tags

Check ntp status and time on your ESX servers
30 sep 2009 21:10
Inspired by dkfbp in the VMware Community forums, i made this simple script that checks the date/time and ntpd service status of your ESX servers. Its a Powershell/vSphere PowerCLI script that basically serves as a wrapper for plink.exe which then executes commands to a list of provided ESX servers to check. You can download plink from http://www.chiark.greenend... Read More...
FREESCO routing in a virtual environment
25 jan 2009 17:53
If you have the need for routing between different networks in VMware ESX (Hyper-V should be the same use-case though I have not tested), you need some sort of routing application. FREESCO could be that application, and since it’s very small, fast and easy to use that’s what I ended up using on my ESX test-server. I use it for “simulating”... Read More...
virtual floppy disks and drives
19 jan 2009 22:46
Virtual Floppy Drive (VFD) is very neat program that creates virtual floppy drives, which works just as if they where physical. You can save these virtual floppies in .flp format and use directly in VMware and MS hypervisors, or other programs which support floppy images. They can also be written to physical floppy disks using fx. WinImage. There is one thing... Read More...