New and updated scripts

By | December 17, 2007

I have updated the vcinfo.pl script so it also lists if a VM has snapshots. http://www.amikkelsen.com/?p=44 I have also created a new ViPerlToolkit script that lists all the VM’s that have snapshots and prints in on screen. All the ViPerlToolkit scripts can be found in the Download section under VIPerlToolkit Scripts. http://www.amikkelsen.com/?page_id=43 I’ll add more… Read More »

Crontab

By | December 10, 2007

To edit the crontab type (it normally uses vi as editor) crontab -e To add a scheduled type 0 21 * * 1-7 perl /tmp/test.pl To make sure the crontab is updated correctly restart it /etc/init.d/cron restart Explanation 0 Minutes (0-59) 21 Hour (0-23) * Day (1-31) * Month (1-12) 0-7 Weekday (0-7, Sunday =… Read More »

The power of VIPerlToolkit

By | June 26, 2008

Over the past 2 weeks i have been playing around with the VIperlToolkit and discovered hwo easy and powerfull it is. Some of the scripts i have created is avaiable for download in the Download section of this site. I first came accross the VIPerlToolkit about 8 months ago when looking through www.run-virtual.com. I got… Read More »

New release of the healthscript is out.

By | July 25, 2007

We have released a new version of the healthscript (version 0.20). This release includes several new information: – Added Authentication information –  Added Dumppart information –  Added physical drive information –  Added last 30 lines from /var/log/vmkwarning –  Added last 30 lines from /var/log/vmksummary –  Added last 30 lines from /var/log/secure –  Added last 30 lines from /var/log/vmware/vpx/vpxa.log I’ve also changed… Read More »

Upgrading my test hardware.

By | July 18, 2007

After running my ESX test enviroment with a single core CPU and one harddrive, for about two months, I desided that it was time to upgrade it. It was running a bit slow. Since my motherboard supported dualcore CPU’s I bought a Athlon 64 X2 4200+ for about $200,00. Also wanting to boost the disk IO… Read More »