IBM x3850 X5 Server with IBM DS3524 Storage Pictures
Here are a few pictures of the hardware setup. Full image gallery of IBM x3850 X5 servers with IBM DS3524 storage is available here. Posted Continue reading
Here are a few pictures of the hardware setup. Full image gallery of IBM x3850 X5 servers with IBM DS3524 storage is available here. Posted Continue reading
Continue reading
Client Machines Delete the following key which will force client to obtain new license from server. HKLM\Software\Microsoft\MSLicensing Server 2000/2003 To reset the 90 day grace period on the…
Had to migrate a few sites today from Server 2000 to Server 2003 IIS6. Microsoft has a tool called iismt that will assist in migrating. First thing I…
If you’ve ever modified your boot partition information before in a Vista+ computer, you’ve realized Microsoft does not store this in boot.ini. Instead, it’s edited via a command…
Microsoft released their own hardware assisted virtualization (HAV) tool. Previously, I used Steve Gibson’s tool over at http://www.grc.com/. You can grab Microsoft’s tool it’s about 173KB. Note: For…
A blocking tool is available for organizations that would like to temporarily prevent installation of Service Pack updates through Windows Update. This tool can be used with: Windows…
I’m sure when you look at your running processes in Task Manager you see a few svchost.exe processes running. I’m also sure that you’d like to know what…
After you convert a drive to a virtual hard disk and mount it in Virtual PC 2007, during bootup it may just give you a blank screen. The…
Another great tool from Mark Russinovich at SysInternals called Disk2VHD I just discovered. Disk2vhd is a utility that creates VHD (Virtual Hard Disk – Microsoft’s Virtual Machine disk…
Get the serial number of an AIX system. #!/bin/ksh # # Get serial number of AIX server; # # October 28, 2009 Rich Kreider # ser_num=`lsattr -El sys0…
Continue reading
Are the users getting the popup message that says: Idle timer expired : Session has been idle over its time limit. It will be disconnected in 2 minutes.…
Error: FILENAME is not accessible. You might not have permission to use this network resource…Not enough server space is available to process this command. This error is typically…
I recently blogged about another method to obtain a process' CPU usage via Command Line: Get CPU Usage of a Process from Command Line Here’s a quick command…