How to create a Group for C: drive only from another group of Servers

Saiyad Rahim 411 Reputation points
2024-01-22T02:41:25.85+00:00

I am trying to create a group for C drive only from a Group of Servers located in another MP. My group of servers are located in MP A and C drives in Group are located in MP B. I have Sealed MP A and used as a Reference in Manifest section in my MP B.

I am using these blogs from Kevin Holman to achieve my end goal:
MP A group of servers have been created from another Group which is using the Windows Extended Class: https://kevinholman.com/2009/06/10/creating-custom-dynamic-computer-groups-based-on-registry-keys-on-agents/?unapproved=10056&moderation-hash=de5f2486407edb344f3bfe59dcc39e85#comment-10056 MP B group of disks, i am referring to:
https://kevinholman.com/2020/07/09/how-to-create-a-scom-group-of-disks-that-are-related-to-an-application-using-contained-and-contains/ Found this as well but MP Author is no longer available or SCOM 2019 and above:
https://kevinholman.com/2021/08/24/creating-groups-of-windows-computers-that-contain-an-application-or-application-property/ and this: https://kevinholman.com/2021/08/24/creating-groups-of-windows-computers-that-contain-an-application-or-application-property/ Here is a snippet of my MP B, highlighted part is where i am targeting the "Group" from MP A: User's image

Issue I am having is that my MP B is not populating any C drive members. Can someone have a look and tell what I have missed?

System Center Operations Manager
System Center Operations Manager
A family of System Center products that provide infrastructure monitoring, help ensure the predictable performance and availability of vital applications, and offer comprehensive monitoring for datacenters and cloud, both private and public.
1,619 questions
Microsoft System Center | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Marius Ene 345 Reputation points
    2024-01-22T19:50:35.03+00:00

    Hi,

    Looking at your example, I don't think you need to specify the contained in Windows Computer class. Instead you should directly reference the group.

    Also, make sure that the sealed "Group of Servers located in another MP" contains objects of type Windows Computers class. Here is an simpler example I've tested in an unsealed MP and validated that it works:

    User's image

    A.Group - is basically the group I want with the logical disks. B.Group - is your group that contains Windows Computer object. I am assuming you are referring to Windows since you mentioned Windows Extended but can be also for UNIX/Linux devices. Since your group is sealed make sure you have the alias prefixing the group. In your case I believe it should be "***MPforNonProdSQLServersRegKey!***B.Group". I hope it's clear.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.