Log in



Archive for January 5th, 2010

Windows 7 GodMode

January 5th, 2010 by Scott

I came across an interesting article over on CNET introducting a function in Windows 7 called ‘GodMode’.

Windows 7 GodMode allows you to to access all of the operating system’s control panels from a single folder that you can create anywhere on your system.

To create the GodMode folder perform the following:

  1. Open Windows Explorer and choose a location for your new Folder.  You can choose the root, or another location.
  2. Right click and select New Folder.
  3. Name your folder “GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}” without the “”s. 
  4. You will notice the folder Icon has changed.  Double click on the Icon and you now have the ability to manage your system settings!

Just so you know, this does NOT work on Windows Server 2008.  I just tried it and it crashes Windows Explorer every single time.  I had to go to a cmd prompt and rm dir to allow Windows Explorer to work again.

Enjoy the new toy!

Exchange 2010 – Cannot add first member to DAG

January 5th, 2010 by Scott

There is an odd error out there when trying to add the first database to a new DAG.  What occurs when adding a database to a new DAG is a Windows Cluster is created, the resources and FSW for the Exchange 2010 cluster are created and the Database is then added to the DAG. 

In some rare instances users are getting an error message:

Microsoft.Exchange.Cluster.Replay.DagTaskOperationFailedException: A server-side database availability group administrative operation failed. Error: The operation failed with message: An error occurred while attempting a cluster operation. Error: Cluster API ‘”CreateCluster() failed with 0×57. Error: The parameter is incorrect”‘ failed.

And

Microsoft.Exchange.Cluster.Replay.AmClusterApiException: An Active Manager operation failed. Error: An error occurred while attempting a cluster operation. Error: Cluster API ‘”CreateCluster() failed with 0×57. Error: The parameter is incorrect”‘ failed.

You will note that in these two errors is a reference to 0×57.  There is nothing more, nothing in the event logs, just a generic error.  This is actually very confusing and leaves it open to debate what is wrong.   Also listed in the log files is the key phrase dwPercentComplete = 94.  The installation is getting to 94% complete before erroring out.

Well, if you are having problems deploying your first member to a DAG and you see the 0×57 and dwPercentComplete = 94 then I would suggest you check your Network binding order on your Mailbox Server.

To Check your network binding order on Windows 2008 perform the following:

  1. Click on Start
  2. Locate Network and right click, select Properties
  3. On the Network and Sharing Center locate Manage network connections and click it
  4. On the Menu bar click Advanced and select Advanced Settings
  5. Move your Production NIC to the Top.  The Private NIC (Heartbeat) should come Second, Remote Access Connections last.  (If you’re using ISCSI it should come after the private network)
  6. Click OK and you’re done!

You may also need to configure your Bindings.

The Production LAN will need to have File and Printer Sharing for MS Networks enabled and Clients for MS Networks enabled.  The Bindings for the Private Network will need to be unchecked.

When finished it should look something like this:

AdvancedSettings

ProdBindings

ClusterBinding

  • You are currently browsing the Scott Feltmann's Blog blog archives for the day Tuesday, January 5th, 2010.