People are strange, but hey it’s their dime πŸ™‚Β  It’s not my taste in smoothie though πŸ™‚ Now also available for Facebook users πŸ™‚

For those of you that have ever tried finding anything on HP’s homepage you know that it can be virtually impossible πŸ™ thus I am often struggling to find the download link for “HP ProLiant Support Pack for Microsoft Windows Server 2003”, well no more my friends πŸ™‚ here is the link to use πŸ™‚

http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareIndex.jsp?lang=en&cc=us&prodNameId=3716247&prodTypeId=18964&prodSeriesId=3716246&swLang=13&taskId=135&swEnvOID=1005

And as a bonuslink, here is how to install it on a “Server Core” (the one without the Win GUI)..

http://www.thomasmaurer.ch/2010/02/cheatsheet-how-to-install-hp-support-pack-on-a-server-core-installation-3/

I had to upgrade a server today from Win 2003 to Win 2003 R2, this should be a simple task however as with much IT this proved a no go πŸ™

β€”β€”β€”β€”β€”β€”β€”β€”β€”
 Windows Server 2003 R2 Setup Wizard
β€”β€”β€”β€”β€”β€”β€”β€”β€”
 Setup cannot continue because this product disc is incompatible with the 
 service pack installed on this computer. To complete the installation 
 of Windows Server 2003 R2, you will need to insert the latest version of 
 Windows Server 2003 R2 Disc 2.
β€”β€”β€”β€”β€”β€”β€”β€”β€”
 OK
β€”β€”β€”β€”β€”β€”β€”β€”β€”

A quick google search however led me to;

http://blog.stealthpuppy.com/windows/windows-2003-r2-and-integrated-service-pack-2

where it was explained that a Windows 2003 Slipstreamed SP2 installation could cause problems with subsequent R2 installation, the solution is simple just modify the file “R2INTL.INF” in the \CMPNENTS\R2 directory like this;

change;

R2SPLevel = 1

to:

R2SPLevel = 2

and the installation will work without a problem.Β  Easy as pie (when you know what to do that is ;-))…