May 2007 - Posts

Windows Server 2003 SP2 and the Non-existent SoftGrid Management Console

I ran into an issue tonight when I was trying to build a Softgrid demo. I loaded up a VM Workstation with Windows Server 2003 with SP2, but when I ran the Softgrid install, it did not install the Softgrid Management Console. After doing some searching on the web, I found an article on The Softgrid Team Blog that addressed the issue, and the comments were especially helpful. The problem stems from the Softgrid Management Console requiring MMC 3.0, which is already included in SP2 for Windows Server 2003 and the Softgrid installation does not properly detect that it's already there. This is supposed to be fixed in SP1 for Softgrid 4.1 which is due out Q2 of 2007. So until then, you either need to just manage your Softgrid server from a workstation, or you can edit the MSI with Orca to make it properly detect MMC 3.0, which I will walk you through in this article.

Orca comes with the Microsoft Windows SDK, which you can download from here if you don't have it already. Once you get it installed, make a copy of \Installers\Server\Softgrid Virtual Application Server.msi from the Softgrid source files because if we're going to do an edit on a file, we're going to do it on the copy, right? Smile

Once the file is open, you will see the table in the MSI listed on the left. Click on the Condition table and the Release_SoftGrid_Management_Console condition will be displayed on the right-hand pane. Notice that the value for this condition is ((VersionNT = 501 And ServicePackLevel = 2) Or (VersionNT = 502 And ServicePackLevel = 1)); you need to click on it and add a greater than sign to the end like this: >= 1)). Here's a screen shot of what it should look like:

Softgrid Orca Edit

 

 

 

 

 

 

 

Now save the file and close Orca, and when you run the Softgrid install it will include the Softgrid Management Console as it will evaluate SP2 as greater than or equal to SP1.

Source: The Softgrid Team Blog

Posted by bleary with no comments
Filed under:

Forza Motorsport 2 - Released Tuesday 5/29!

Forza Motorsport 2 comes out Tuesday for the Xbox 360. Although I typically go for the arcade racers, I may end up picking this one up since it looks really cool. I'm not very good at the realistic racing games, and I usually rely on the guardrails to keep me on the track. This also crosses over into real life, where I like to bowl with the gutter guards in place. Stick out tongue

http://www.microsoft.com/presspass/press/2007/may07/05-25ForzaMotorsport2PR.mspx

Posted by bleary with no comments
Filed under:

SMS 2003 SP3 Documentation

I noticed today that the documentation for SMS 2003 SP3 is finally up on the SMS product documentation site. They have also recently uploaded the SMS 2003 Asset Intelligence Help file as well.

 http://www.microsoft.com/technet/sms/2003/library/proddocs.mspx

Posted by bleary with no comments
Filed under:

Integrate SMS 2003 with SoftGrid Step by Step Guide

Daniel Lai has published a step by step guide on his blog to setting up Softgrid to integrate with SMS. He explains how to install the SMS connector also known as the "Softricity Softgrid for Microsoft Systems Center" and configure it in SMS. The end result is that you can use the existing SMS infrastructure to push out Softgrid virtualized applications. Very cool...

http://msmvps.com/blogs/daniel/archive/2007/05/22/integrate-sms-2003-with-softgrid-step-by-step-guide-released.aspx

 

Posted by bleary with 1 comment(s)
Filed under:

Best practices to use for sequencing in Microsoft SoftGrid

I recently passed the online Softgrid Exam and I ran across this Best Practices article when I was researching the study materials.

http://support.microsoft.com/kb/932137/en-us

Posted by bleary with no comments
Filed under:

Halo 3 Beta

I'm out traveling this week, but my son texted me and said that the Halo 3 beta came out last night. I won't be able to play it until this weekend, but it sounds really cool!

Posted by bleary with no comments
Filed under:

SP2 Schema Update Not Included in SP3

I haven't seen anything in the SMS 2003 SP3 documentation that states that you must have SP2 installed before you install SP3, so I decided to try it in a VM running SMS 2003 SP1 to see if it would upgrade. The install proceeded without any complaints or warnings, and everything seemed to be fine. However, when I checked the AD schema to make sure that it included the dNSHostName schema extension that was added in SP2, it wasn't there. Here's the screenshot from Schema Admin after upgrading SP3 from SP1:

Schema Attributes - No Extension

 

…and this is what it should look like with the schema extension that was originally released with SP2:

Schema Attributes - With Extension

 

Next, I checked the SMSSETUP.LOG file and it did not mention attempting to perform any schema updates.  I decided to manually extend the schema by running extadsch.exe from the \smssetup\bin\i386 folder from the expanded SP3 files and it updated the schema like it was supposed to. I expected that this would have been something that was done automatically as it was in SP2, or at least some communication somewhere to tell you to do this if you’re not upgrading from SP2. Usually service pack releases have all the previous features and patches rolled into them but apparently this one got missed. So for best practices, either make sure that you have SP2 installed before you install SP3 or run extadsch.exe from the \smssetup\bin\i386 directory to manually extend the schema. I have already reported this issue to Microsoft. Special thanks to my co-workers John Stafford for helping me to investigate this issue and to Anthony Puca for leading me to try this out in the first place. 
Posted by bleary with no comments
Filed under: