Microsoft Hyper-V Server… FREE

One thing I just learned from the TS2 seminar is I can start testing virtualization immediately… and for free.

The things you’ll need are as follows:

1. Microsoft Hyper-V 2008 ISO at http://www.microsoft.com/servers/hyper-v-server/how-to-get.mspx

2. The Hyper-V Configuration Guide at http://www.microsoft.com/downloads/details.aspx?FamilyId=E1E111C9-FA69-4B4D-8963-1DD87804C04F

3. Windows Vista SP1 Management Console MMC available at http://support.microsoft.com/kb/952627

4. A CAL of whatever Microsoft Windows product you’re virtualizing

These four things will get you well on your way.  The key here is you don’t have to purchase a full server license to have hyper-v setup and running immediately.  I’m using my beefest test computer I have.  I was using it for Windows 7 Beta testing, but now it’s time to virtualize that and other machines in a fancy Virtual Test environment… Yay!!!

Restart Notice

Here is a copy-cat program of my NTBackupStatus application. It is a stripped down version where if triggered shoots off an email to me… that’s it. I have it setup in Scheduled Tasks on each of the servers I manage. This task is configured to run only when the system starts up, in other words when the server restarts because they should be on 24×7.

The Premise: To help me monitor unexpected server restarts.

How It Works: This program utilizes a settings ini file which stores smtp information and login info to send the emails.

I’ve uploaded it for everyone to use on their own servers… Have Fun.

As usual, I provide no warranties and no responsibility for anything that goes wrong… However post your comments and I’ll try to help as best I can.

To Install:
Extract the zip file and copy the “HethTools” directory to the root of the C:\ Drive. Then update the RestartNotice.ini file as needed. Lastly, add a scheduled task to run the RestartNotice.exe program at system startup.

Click here to Download Source and Executable

NT Backup Status

So, I manage 4 Windows 2003 Servers for my customers. I have full control and decision making abilities on nearly every aspect of these servers. The biggest problem is my limited budget. Therefore often write my own programs to do various things to help in the daily administration of these systems.

The Premise: To help me monitor their backup solutions I have written NT Backup Status. It is a very simple VS 2008 VB command line application that is triggered via Scheduled Tasks every day at 8am.
I am using NTBackup to archive my customers data. This daily backup task is set to stop no matter what at 7 hours after it starts at 1am. That way my customers are not impacted by a slow unresponsive server during business hours.

How It Works: The first thing this application does is to read in the latest backup log from NTBackup. It then scans the contents for indications of failure and if found triggers an email to me.
This program utilizes a settings ini file which stores smtp information and login info to send the emails as well as the directory where NTBackup saves its log files.

I’ve uploaded it for everyone to use on their own servers… Have Fun.

As usual, I provide no warranties and no responsibility for anything that goes wrong… However post your comments and I’ll try to help as best I can.

To Install:
Extract the zip file and copy the “HethTools” directory to the root of the C:\ Drive. Then update the NTBackupStatus.ini file as needed. Lastly, add a scheduled task to run the NTBackupStatus.exe program at your desired time… typically after NTBackup has finished it’s job.

Click here to Download Source and Executable