<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>More on Group Membership and Calculations</title><link>http://blogs.msdn.com/b/jakuboleksy/archive/2007/05/22/more-on-group-membership-and-calculations.aspx</link><description>A coworker of mine, Joel Pothering, put together a great article on groups in SCOM. I am posting it here on his behalf: I wanted to post a message that gives more details on how to author group membership rules. I’ll start with a review of Jakub Oleksy</description><dc:language>en</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: More on Group Membership and Calculations</title><link>http://blogs.msdn.com/b/jakuboleksy/archive/2007/05/22/more-on-group-membership-and-calculations.aspx#10038628</link><pubDate>Thu, 15 Jul 2010 14:10:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10038628</guid><dc:creator>How can I create a Dynamic Inclusion from more than one Class?</dc:creator><description>&lt;p&gt;I&amp;#39;ll created a computer group with an AND Group.&lt;/p&gt;
&lt;p&gt;e.g.&lt;/p&gt;
&lt;p&gt;( ( Object is Health Service AND ( Is Agent Equals true ) AND ( Patch List Does not contain 979257 ) ) AND ( Object is Windows Operating System AND ( Operating System Version Display Name Contains 64 ) AND ( Operating System Version Display Name Contains 2008 ) ) ) &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10038628" width="1" height="1"&gt;</description></item><item><title>re: More on Group Membership and Calculations</title><link>http://blogs.msdn.com/b/jakuboleksy/archive/2007/05/22/more-on-group-membership-and-calculations.aspx#9587080</link><pubDate>Tue, 05 May 2009 03:21:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9587080</guid><dc:creator>Jakub Oleksy [MSFT]</dc:creator><description>&lt;p&gt;Something like this?&lt;/p&gt;
&lt;p&gt;&amp;lt;MembershipRules&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;MembershipRule&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;MonitoringClass&amp;gt;AgentWatchers&amp;lt;/MonitoringClass&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;RelationshipClass&amp;gt;Groups&amp;lt;/RelationshipClass&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Expression&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Contains&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Class&amp;gt;$MPElement[Name=&amp;quot;HealthService&amp;quot;]$&amp;lt;/Class&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Expression&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Contained&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Class&amp;gt;$MPElement[Name=&amp;quot;ElizabetherComputer&amp;quot;]$&amp;lt;/Class&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/Contained&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/Expression&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/Contains&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/Expression&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;/MembershipRule&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/MembershipRules&amp;gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9587080" width="1" height="1"&gt;</description></item><item><title>re: More on Group Membership and Calculations</title><link>http://blogs.msdn.com/b/jakuboleksy/archive/2007/05/22/more-on-group-membership-and-calculations.aspx#9586239</link><pubDate>Mon, 04 May 2009 21:52:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9586239</guid><dc:creator>Elizabeth1978</dc:creator><description>&lt;p&gt;Hello Jakub!&lt;/p&gt;
&lt;p&gt;Thank to you and to Joel.&lt;/p&gt;
&lt;p&gt;I think I am not able in doing the group calc Joels is talking about.&lt;/p&gt;
&lt;p&gt;Do you think it is possible ask him for an example group calc?&lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;
&lt;p&gt;Lizzie&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9586239" width="1" height="1"&gt;</description></item><item><title>re: More on Group Membership and Calculations</title><link>http://blogs.msdn.com/b/jakuboleksy/archive/2007/05/22/more-on-group-membership-and-calculations.aspx#9581561</link><pubDate>Fri, 01 May 2009 02:59:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9581561</guid><dc:creator>Jakub Oleksy [MSFT]</dc:creator><description>&lt;p&gt;From Joel:&lt;/p&gt;
&lt;p&gt;I think she wants to group Microsoft.SystemCenter.AgentWatcher associated with computers that host her custom class. These contain the associated HealthService, which is hosted by Windows.Computer. She is inserting her Windows.Hosted hosted (LocalApplication) custom class. So she needs groupcalc to ask the question, “please group AgentWatchers that contain a HealthService that is contained by a Windows.Computer (with FQDN = ‘…’) which contains ElizabethClass”. Something like that.&lt;/p&gt;
&lt;p&gt;Is this accurate and can you write your group calc query like that?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9581561" width="1" height="1"&gt;</description></item><item><title>re: More on Group Membership and Calculations</title><link>http://blogs.msdn.com/b/jakuboleksy/archive/2007/05/22/more-on-group-membership-and-calculations.aspx#9581063</link><pubDate>Thu, 30 Apr 2009 22:08:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9581063</guid><dc:creator>Jakub Oleksy [MSFT]</dc:creator><description>&lt;p&gt;Sorry, I am not ignorning you. We're in Vegas this week for MMS and been very busy. I have sent this over to Joel who will also take a look and reply soon. &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9581063" width="1" height="1"&gt;</description></item><item><title>re: More on Group Membership and Calculations</title><link>http://blogs.msdn.com/b/jakuboleksy/archive/2007/05/22/more-on-group-membership-and-calculations.aspx#9573073</link><pubDate>Tue, 28 Apr 2009 09:24:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9573073</guid><dc:creator>Elizabeth1978</dc:creator><description>&lt;p&gt;I will exmplain better:&lt;/p&gt;
&lt;p&gt;I created (thank's to you) a connector.&lt;/p&gt;
&lt;p&gt;This connector must forward all the alerts coming from computers hosting the instance of a specific class.&lt;/p&gt;
&lt;p&gt;With &amp;quot;all the alerts&amp;quot; I mean all the alerts (alerts of my Mgmt Packs, from other Mgmt Packs and the alert alerting if a node or agent is not more reachable) coming from the managed nodes hosting my class.&lt;/p&gt;
&lt;p&gt;How to forward alerts coming from specific nodes?&lt;/p&gt;
&lt;p&gt;I created a Computer Group grouping all the nodes hosting myclass. Therefore from now on I receive all alerts except the alerts &amp;nbsp;of a node or agent is not more reachable.&lt;/p&gt;
&lt;p&gt;Eventually to receive these alerts too I create a new group grouping all (and I say all) the computers having an health service watcher agent, but so doing I have also the managed nodes that do not host my custom class.&lt;/p&gt;
&lt;p&gt;Now I need to understand how to select only the Health Watcher Agent of managed nodes hosting my class.&lt;/p&gt;
&lt;p&gt;Is clreaer now?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9573073" width="1" height="1"&gt;</description></item><item><title>re: More on Group Membership and Calculations</title><link>http://blogs.msdn.com/b/jakuboleksy/archive/2007/05/22/more-on-group-membership-and-calculations.aspx#9572960</link><pubDate>Tue, 28 Apr 2009 07:52:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9572960</guid><dc:creator>Jakub Oleksy [MSFT]</dc:creator><description>&lt;p&gt;If you want to group ALL of your particular type, why not just use a simple rule like this, with your particular class?&lt;/p&gt;
&lt;p&gt;&amp;lt;MembershipRule&amp;gt; &lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;MonitoringClass&amp;gt;$MPElement[Name=&amp;quot;Windows!Microsoft.Windows.Computer&amp;quot;]$&amp;lt;/MonitoringClass&amp;gt; &lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;RelationshipClass&amp;gt;$MPElement[Name=&amp;quot;InstanceGroup!Microsoft.SystemCenter.InstanceGroupContainsEntities&amp;quot;]$&amp;lt;/RelationshipClass&amp;gt; &lt;/p&gt;
&lt;p&gt;&amp;lt;/MembershipRule&amp;gt; &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9572960" width="1" height="1"&gt;</description></item><item><title>re: More on Group Membership and Calculations</title><link>http://blogs.msdn.com/b/jakuboleksy/archive/2007/05/22/more-on-group-membership-and-calculations.aspx#9571975</link><pubDate>Mon, 27 Apr 2009 23:52:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9571975</guid><dc:creator>Elizabeth1978</dc:creator><description>&lt;p&gt;If I put one of the actual comuter names that I discovered with the class discovery, then the group population works, but do not want to add manually the actual computer names in the group for two reason:&lt;/p&gt;
&lt;p&gt;1) I do not know what computer names will be found&lt;/p&gt;
&lt;p&gt;2) the mgmt pack is sealed and the computer group is not accessible&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9571975" width="1" height="1"&gt;</description></item><item><title>re: More on Group Membership and Calculations</title><link>http://blogs.msdn.com/b/jakuboleksy/archive/2007/05/22/more-on-group-membership-and-calculations.aspx#9571955</link><pubDate>Mon, 27 Apr 2009 23:39:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9571955</guid><dc:creator>Jakub Oleksy [MSFT]</dc:creator><description>&lt;p&gt;What do you mean? I thought you said you had one working by putting the string there? Have you tried the OM newsgroups?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9571955" width="1" height="1"&gt;</description></item><item><title>re: More on Group Membership and Calculations</title><link>http://blogs.msdn.com/b/jakuboleksy/archive/2007/05/22/more-on-group-membership-and-calculations.aspx#9571947</link><pubDate>Mon, 27 Apr 2009 23:36:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9571947</guid><dc:creator>Elizabeth1978</dc:creator><description>&lt;p&gt;Well...I have not idea what I can do...anyway thank you so much for your support!&lt;/p&gt;
&lt;p&gt;Bye&lt;/p&gt;
&lt;p&gt;Elizabeth&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9571947" width="1" height="1"&gt;</description></item></channel></rss>