I reccomend anyone using Voice Conferencing review the Greymouse service offering...
Australia's Hosted Teleconference Service

Useful Windows Server Core Commands

Autor brendon | 22.03.2008 | Category Server, ServerCore, TechStuff

Well there are so many different commands needed to manage server core that remembering them all will certainly take a while. In the mean time I will keep this post updated with all the useful commands I have come across for configuring a server.

If you have any other suggestions please post them as a comment.

Windows 2008 Domain Upgrade #2

Autor brendon | 28.02.2008 | Category Server, TechStuff

I posted previously about the commands necessary to do the forest and domain preparation prior to an upgrade of Windows 2003 Server to 2008. After several failed attempts, I have finally been able to complete the operating system upgrade successfully.

Be warned, If you have ISA 2004/ 2006 installed on the server and try to run the upgrade. It will begin the upgrade but fail after the second reboot with a CRITICAL_SERVICE_FAILED_TO_START error (0x0000005A).

Some quick notes from the upgrade:

  • Enable a System Managed Page File (for upgrade)
  • Remove any ISA server installs (as ISA 2006 does not work on Win 08)
  • I recommend a minimum of 16GB free disk space
  • Clean any unused objects (user accounts, computer accounts, Sites & services, etc.) from AD.
  • Make sure DNS is all updated and correct, possibly give this a clean also.
  • Run DCDiag and check for any AD errors.
  • Make sure the Certificate Services is functioning correctly and all necessary certs are still valid.
  • My upgrade required 3 reboots
  • Takes approximately 2 hours (on a slow VM environment)
  • Adds an additional 9GB to the hard drive.
  • I applied all critical Windows update patches to the server prior to the upgrade
  • All existing ‘Add/ Remove Programs’ shown (Including Win2003 SP2)

Back to playing with Server Core.

Can’t upgrade Win 2003 + ISA 2006 to Windows 2008

Autor brendon | 24.02.2008 | Category Server, TechStuff

If you just happen to have an old VM running DC services for your house and it just happens to have ISA installed for testing but you happened to forget it was there. When upgrading the operating system to Windows Server 2008 it is going to fail with a CRITICAL_SERVICE_FAILED_TO_START error (0x0000005A) after the second reboot. Don’t panic, or trying to boot into safe mode to view the event log because that doesn’t work.

Simply restart and when presented an option for the version of windows to load, select the ‘Roll-back Windows Upgrade’ option. Un-install ISA from Windows 2003 and then attempt the upgrade again.

 I’m sure the upgrade how-to specified this as a step but it is much more fun learning by trial and error.

Windows 2008 Domain Upgrade #1

Autor brendon | 11.02.2008 | Category Server, TechStuff

For future reference, the sites detailing how to run the domain and forest preparation tasks can be found here and here. The specific commands are:

  • adprep /forestprep 
  • adprep /rodcprep (For a forest with Read-Only DC’s)
  • adprep /domainprep /gpprep

It is also important to note you must be running a 2003 Native domain.