November 2008 - Posts

OSD Application Chooser - I Have a Blog, And I Must Scream
28 November 08 01:30 PM | rodtrent | with no comments
OSD Application Chooser - I Have a Blog, And I Must Scream

http://myitforum.com/cs2/blogs/jsandys/archive/2008/11/28/osd-application-chooser.aspx

Published with BlogMailr

The SCOM clock – struck me as funny this morning…
28 November 08 12:01 PM | rodtrent | with no comments

Our youngest uses a stylish piece of SWAG as his alarm clock.  Its a Microsoft Systems Center Operations Manager 2007 clock, given away at MMS 2008.

Pictures here (you can click the picture for a larger view):

SCOMClock 001.JPG  SCOMClock 002.JPG

Since he’s been in school, we’ve not had to worry about shutting off the alarm in the mornings.  The alarm wakes our son, and then it goes off in it’s own time.  Being out of school for the past few days for the Thanksgiving holiday, we have come to realize that this thing does not have a Snooze button, nor any way of turning off the alarm except to remove the battery!

A SCOM (OpsMgr) Alert you CAN’T turn off!  Maybe there’s a MSKB about it somewhere.

FW: Downloads from Live Meeting Content from Nov 2008 SC Virtual User Group Meeting
27 November 08 07:29 PM | rodtrent | with no comments
FW: Downloads from Live Meeting Content from Nov 2008 SC Virtual User Group Meeting

Feed: System Center Virtual User Group Weblog
Posted on: Thursday, November 27, 2008 1:32 PM
Author: admin
Subject: Downloads from Live Meeting Content from Nov 2008 SC Virtual User Group Meeting

Just uploaded the raw wmv file from the November meeting. The raw feed takes a bit of searching if you want to see a particular session, but if you scroll to session 3 on R2, you can make out Baelson's demos on a large monitor (19"+). Will post Kevin's and Raphael's individual sessions a bit later, as they were really great.

Download the raw file of full session at the same URL:

http://cid-1590b798c9cd6d68.skydrive.live.com/browse.aspx/Public/SCVUG/Nov2008?uc=1

       

View article...

Published with BlogMailr

PowerShell in OpsMgr 2007 R2 (beta 1)--Operations Manager Shell
27 November 08 03:16 PM | rodtrent | with no comments
PowerShell in OpsMgr 2007 R2 (beta 1)--Operations Manager Shell

Feed: MSMVPS.COM
Posted on: Thursday, November 27, 2008 11:16 AM
Author: get-powershellblog
Subject: PowerShell in OpsMgr 2007 R2 (beta 1)--Operations Manager Shell

Recently, Microsoft released System Center Operations Manager 2007 R2. This is *not* a SP release, but a new product. I won't go into the licensing details of this as others have covered it, and a search should get you answers. I haven't seen anyone actually mention PowerShell at all when discussing the new release. I'm going to try to spend some time this week and next looking for any PowerShell-related changes. One thing to note at this point is that the "Command Shell" (see...(read more)

View article...

Published with BlogMailr

How Spyware Nearly Sent a Teacher to Prison
27 November 08 09:28 AM | rodtrent | with no comments
How Spyware Nearly Sent a Teacher to Prison

http://www.cio.com/article/print/466478

Published with BlogMailr

myITforum.com TV : SQL Server Virtualization
27 November 08 09:28 AM | rodtrent | with no comments
myITforum.com TV : SQL Server Virtualization

http://www.myitforum.com/absolutevc/avc-view.aspx?videoid=1281&categoryid=0

Published with BlogMailr

myITforum.com TV : Forefront Server for Exchange v2 features
27 November 08 09:28 AM | rodtrent | with no comments
myITforum.com TV : Forefront Server for Exchange v2 features

http://www.myitforum.com/absolutevc/avc-view.aspx?videoid=1282

Published with BlogMailr

Visual Studio Team System 2008 Team Foundation Server Management Pack for System Center Operations Management 2007 - myITforum.com
27 November 08 08:39 AM | rodtrent | with no comments
Visual Studio Team System 2008 Team Foundation Server Management Pack for System Center Operations Management 2007 - myITforum.com

http://myitforum.com/cs2/files/folders/mps/entry124361.aspx

Published with BlogMailr

Clarifying: Retry Behavior for Distribution Points
26 November 08 05:41 PM | rodtrent | with no comments
Clarifying: Retry Behavior for Distribution Points

Feed: Configuration Manager Writers - Announcements, Comments and other Stuff
Posted on: Tuesday, November 25, 2008 12:51 PM
Author: WEMD UA - SMS Writing Team
Subject: Clarifying: Retry Behavior for Distribution Points

We had a lot of customers ask what happens when a branch distribution point that’s running on a workstation-class computer exceeds the maximum number of 10 concurrent sessions.  The 10 concurrent sessions is a limitation of the operating system, and not something under the control of Configuration Manager, so this wasn’t originally tested.  There was an assumption that clients would retry the same branch distribution point for 8 hours, known as “the 8 hour retry loop”.

Because we had so many customer ask this question, our SE (Sustained Engineering) team valiantly took up the challenge, and at this point I would like to pay tribute to QianDong Ni for all his help and patience in testing, verifying, and then explaining both the tests and the results to me.  I’d also like to thank Hugo Wu for his assistance with these tests.  What started off with a relatively simple question then spawned into many others – and hence the delay in getting this information to you.

Here are the results, divided up into question/answer sections for easier consumption – although they all interrelate with one another to some extent:


Question:  What happens when the 11th connection is attempted – and there are other distribution points available?

Answer:  When an 11th connection is attempted to a branch distribution point on a workstation computer, the client will try one more time and then, it if has another distribution point to try (either branch distribution point or standard distribution), it immediately tries that next distribution point.  There is no “8 hour retry loop” before it tries the next distribution point in the list.

This result means that you can scale out branch distribution points in locations where you cannot run a server (for licensing or administration reasons) with a good end user experience.  For example, if you have 15 clients but you don’t know whether they all need to download content at the same time, install two branch distribution points.  Which of the branch distribution points a client will select is nondeterministic, so there is a built in element of load balancing to begin with.  But if a client selects a branch distribution point that already has the maximum of 10 concurrent sessions, it will automatically try the next distribution point without a noticeable delay.


Question:  What happens when the 11th connection is attempted – and there are no other distribution points available?

Answer:  In this scenario, if there are no more available distribution points, clients will go into a continuous retry loop for the same branch distribution point.  The client twice retries the single branch distribution point every hour. There was an expectation that the retries would give up after 8 hours, but this wasn’t the case with our tests.  We haven’t yet found a timeout value.  The last test ran for 5 days and the client was still retrying every hour.  This result surprised everybody.


Question:  What happens when you have multiple workstation branch distribution points and they all have their maximum number of sessions in use?

Answer:  In this scenario, clients continue to cycle through the list of branch distribution points, trying each twice every hour. This retry cycle continues until a connection is successful.


Question:  Is this client retry behavior different for standard distribution points when a selected distribution point is not available?

Answer:  Yes.  The retry behavior is different depending on whether Configuration Manager deems the problem to be “recoverable” or “unrecoverable”.  In the case of a workstation branch distribution point running out of concurrent sessions, this is deemed an unrecoverable error.  Incorrect NTFS permissions on the folder or package is another example of an unrecoverable error.  However, most scenarios are deemed recoverable and these include the server running the distribution point is turned off, the server name doesn’t resolve, or the network is down.  In these cases, clients retry the same distribution point for 8 hours before trying the next distribution point on the list. Clients retry with exponentially increasing delays, starting with 30 minutes, then 1 minute, then 2 minutes, and so on, until they try once an hour.

Question:  Why don't I see clients trying another distribution point when I test this retry behavior by turning off my protected distribution point?

Answer:  You have to be careful testing retry behavior to ensure that you are testing what you think you are testing.  Because the selection of equal distribution points is nondeterministic, you can force a client to try one distribution point over another by making one protected and the other unprotected. 

If you enable the “fallback” option in the advertisement, and then turn off the protected distribution point, you might expect the client to try first the protected distribution point and then the unprotected distribution point.  However, this is a flawed test because the client will never try the unprotected distribution point if the protected distribution is unavailable.  Why not?  The clue is in the full name of the fallback option: “Allow clients to fallback to unprotected distribution points when the content is not available on the protected distribution point.”  In this scenario, the content was on the protected distribution point so clients would never be given an unprotected distribution point to try.  The result you see is that the client sticks with the protected distribution point and keeps retrying to download content from it for 8 hours and does not try the unprotected distribution point.

The resulting behavior of protected and unprotected distribution points are covered in the topic About Protected Distribution Points, and particularly the table that outlines the different scenarios.  Our tests verified all the scenarios and the documented outcome.

Question:  How can you find out which distributions points are given to clients and which one was used to download the content? 

Answer:  The client log LocationServices.log displays the list of available distribution points (search for “Calling back with the following distribution points”).  You will see these listed together with DPType=BRANCH or DPType= SERVER. 

Use DataTransferService.log to check which distribution point was used to download the content, and whether it was over http (from a standard distribution point with BITS enabled) or SMB (from a branch distribution point – or a standard distribution that used SMB).  Example log file entries:

Question:  Does Configuration Manager continue to hand out distribution points as available when they are not? 

Answer:  Yes.  Although Configuration Manager periodically monitors site systems and therefore knows when they are not responding, it continues to hand out distribution points to clients even if it detects that they are not responding.  It’s up to the administrator to monitor the site systems manually (using the Site System Status home page) or automatically using Operations Manager or equivalent, and then either correct any problems or delete the failed distribution point.


Question:  Can you distinguish between a client trying the next distribution point because there were no more concurrent sessions on the branch distribution point vs. the distribution point was switched off?

Answer:  Yes, you can identify the specific condition of a workstation branch distribution point running out of concurrent sessions.  Check the client DataTransferService.log file for the error “Error retrieving manifest (0x80070047)”.  In comparison, when the distribution point (branch or standard) is offline or unreachable when the client attempts to connect to it, the error code for the same error message is 0x80070035. We’ve also seen 0x800705aa when the client connected and started the download but then the distribution point was the turned off in the middle of the transfer. 

Unfortunately, you would have to check each client for these errors – there is no current method to log this condition on the branch distribution point.  And even if there were, it probably would not be useful unless you know that it was the last available distribution point.


Question:  What needs changing in the documentation as a result of these findings?

Answer:  There are 2 areas of documentation that were identified as affected by these results, and these will be in our next documentation update:

1.      We will include the behavior of the 11th attempted connection in the topic About Standard and Branch Distribution Points, where it talks about the limitations of 10 simultaneous client connections on a workstation computer. This was the question most frequently asked by customers.

2.      The behavior of retrying the next distribution point in the list if the client fails to connect to the first distribution point will be corrected in the topic Configuration Manager and Content Location (Package Source Files) where it incorrectly stated that only transient errors after the client connected would result in clients retrying the same distribution point for 8 hours.

We hope that these clarifications help you to plan for your distribution points and give you a better understanding of how they work.  If you have further questions or feedback, let us know through SMSDocs@Microsoft.com.

- Carol


This posting is provided AS IS with no warranties and confers no rights.

       

View article...

Published with BlogMailr

BWren's Management Space : OpsMgr - Using Wildcards with the Windows Service Template
26 November 08 05:21 PM | rodtrent | with no comments
BWren's Management Space : OpsMgr - Using Wildcards with the Windows Service Template

http://blogs.technet.com/brianwren/archive/2008/03/07/using-wildcards-with-the-windows-service-template.aspx

Published with BlogMailr

myITforum.com TV : Top Challenges Deploying Operations Manager 2007
26 November 08 04:32 PM | rodtrent | with no comments
myITforum.com TV : Top Challenges Deploying Operations Manager 2007

http://www.myitforum.com/absolutevc/avc-view.aspx?videoid=1280

Published with BlogMailr

New IPD for Windows Optimized Desktop Scenarios in Beta
26 November 08 04:22 PM | rodtrent | with no comments
New IPD for Windows Optimized Desktop Scenarios in Beta

The Windows Optimized Desktop connects the business requirements (IT and user) for a flexible, efficient, and managed desktop environment to sets of complementary Microsoft technologies. It accomplishes this by defining and using five standard user scenarios that map business requirements to technology solutions. These core scenarios cover most desktop user situations. They are: Office Worker, Mobile Worker, Task Worker, Contract/Offshore Worker, and workers who need to Access from Home. Each scenario puts a different emphasis on computer equipment, applications, security, and networking. In this way they address the dilemma that different users have different business requirements for their computing environment,--yet customizing the experience for each user may not be feasible.

If you are interested in a preview of this new IPD, sign up for the Beta program here:
https://connect.microsoft.com/programdetails.aspx?ProgramDetailsID=2660

Published with BlogMailr

Offline Virtual Machine Servicing Tool 2.0 Released
26 November 08 04:22 PM | rodtrent | with no comments
Offline Virtual Machine Servicing Tool 2.0 Released

We thought you might be interested to know that a new version of the Offline Virtual Machine Servicing Tool has just been released.

Anyone who manages large numbers of virtual machines share the challenge of keeping the virtual machine client operating system up to date. Virtual machines that are left offline for extended periods of time do not automatically receive operating system, antivirus, or application updates that would keep them compliant with current IT policy. The Offline Virtual Machine Servicing Tool 2.0 provides a way to automate the process of updating virtual machines with the latest operating system updates.

You can read more on TechNet and obtain the new Solution Accelerator at:
http://technet.microsoft.com/en-us/library/cc501231.aspx

Or see a demo video here:
http://video.msn.com/video.aspx?vid=8b4ff511-feba-4741-9595-09836ddcae7a

Published with BlogMailr

MySearchOff - 3 search engines in 1
26 November 08 03:57 PM | rodtrent | with no comments
http://mysearchoff.com/

Published with BlogMailr

Formatting Emails Correctly When Using BlogMailr
26 November 08 03:52 PM | rodtrent | with no comments

If you send an email or forward one to your BlogMailraccount, change the email format to Rich Text Format.  This seems to allowCommunity Server to format the blog post correctly after BlogMailr sends it toyour blog.

Published with BlogMailr

More Posts Next page »

This Blog

News

    Ni Hao! Wo shi Rod.



    The Bruce Campbell Fan Store



    Proud member of the myITforum Network



Community

Things I've done

myITforum.com

Things I do

Blog Roll

Syndication