People
Main  »  My Profile Search More
Stefan Koell
Local Network
  • Stefan Koell
  • Country:
0

0
Stefan Koell
Level: System Center Expert | Points: 30179
Stefan Koell RE: Re: Editing properties of discovered objects
I agree, for network devices this would make much more sense and a simple UI to enrich those properties would be a great feature. I guess in the big picture where you synchronize your instances from SCOM to the CMDB of SCSM you can add your information easily in the forms of SCSM. This doesn't help you much in the monitoring scenario but your CMDB would be enriched with this data. Historical, object extension and property discovery in SCOM based on windows system is quite easy, even populating the new properties. For example, you could easily add a "Department" property to a Windows Computer object and set the value through a registry value (which is picked up by a discovery, either scheduled or manually through a task). The registry setting could be set through a group policy or some script. Adding new properties to network devices is as easy as it is for windows computers but it's a bit harder to populate those properties since there's no bui
Stefan Koell RE: helpdesk agent - work items queue
Zerrs! Out-of-the-box there's no auto assign feature in SCSM but it's quite easy to setup your own using PowerShell or a Orchestrator runbook. See: http://blog.scsmfaq.ch/2011/05/03/auto-assign-unassigned-incidents-by-using-the-scsm-extensions-v2-0-oip/ In SCSM 2012, there's a new service level management feature which allows you to track, escalate and report on service level. See: http://blogs.technet.com/b/servicemanager/archive/2012/01/25/scsm-2012-service-level-management.aspx cheers, Stefan http://www.code4ward.net
Stefan Koell RE: Remove Incident
Hi Hiren, you can set the counter directly in the database: http://blogs.technet.com/b/servicemanager/archive/2010/09/27/top-secret-trick-how-to-change-the-auto-incrementing-value-range.aspx?wa=wsignin1.0 Keep in mind that a) this is not supported by MS and b) it's not very wise to lower the value. The blog post describes certain scenarios where companies want to start at a specific number (like 1000). You cannot delete work items from the console. If you use powershell or SQL, you're entering again unsupported terrain: http://myitforum.com/cs2/blogs/markmears/archive/2011/10/14/removing-deleting-many-incidents-from-the-scsm-database-using-powershell.aspx Usually, you keep always two SCSM environments in your network. One is for testing and one for production. I recommend you do the same and rethink your approach as it's very dangerous to use an unsupported production system... cheers, Stefan http://www.code4ward.net
Stefan Koell RE: Management pack health boundaries
Hi Dave, I'm not sure I can follow. You create management packs to define/construct class definitions and monitoring logic. A management pack isn't divided by region, you usually use management packs to divide services (like MS is providing a MP for IIS or Exchange, etc.). Once you've created your management packs to discover and monitor your services, you can use distributed applications to define relationships between your services. Those distributed apps can be created on a per site basis then. Does that make sense? Regards, Stefan http://www.code4ward.net
1 - 5 of 427     Oldest >>
I Recommend
Subject From Date
Recommended
Subject From Date
About Me
  • Gender:
  • Relationship Status:
  • Biography:
ACHIEVEMENTS:
The Editor
Master of Submissions
Commentator
Voter
Submission Points (25)
Rating Points (5)
Albums: (0) View My Albums
Latest Photos (7) Photos
Bookmark Profile

Community
Submit

Rank (7) Views 181 On Fri, May 11, 2012 5:27 AM, 11 days ago By Stefan Koell

0

0

That's great news. Thanks for the confirmation...

   Comments(0)

Rank (31) Views 194 On Fri, Apr 27, 2012 9:58 AM, 25 days ago By Stefan Koell

0

0

It's a matter of supportability. MS cannot just test their products (like SCOM) during development with beta versions of SQL server (which was in beta at that time). This was never the case and never will be. I expect SQL 2012 support in SCOM 2012 SP1 in...

   Comments(0)

Rank (32) Views 259 On Fri, Apr 20, 2012 1:01 AM, 33 days ago By Stefan Koell

0

0

I agree, for network devices this would make much more sense and a simple UI to enrich those properties would be a great feature. I guess in the big picture where you synchronize your instances from SCOM to the CMDB of SCSM you can add your information...

   Comments(0)

Rank (35) Views 220 On Thu, Apr 19, 2012 12:45 PM, 33 days ago By Stefan Koell

0

0

Tampering directly with the DB is not supported and can seriously damage your environment. I strongly advise you to not access the DB directly. You could write your own complementary discoveries to "enrich" the instances which are already in your manageme...

   Comments(0)

Rank (26) Views 257 On Thu, Apr 19, 2012 2:01 AM, 34 days ago By Stefan Koell

0

0

Maybe I'm missing somthing here. Deleting the MP or just not using the native powershell module is not really a fix, right?

   Comments(0)

Rank (25) Views 263 On Tue, Apr 17, 2012 10:21 AM, 35 days ago By Stefan Koell

0

0

Hi Bad Kitty! I assume you've checked everything in and also verified security/permissions? cheers, Stefan

   Comments(0)

Rank (27) Views 233 On Tue, Apr 17, 2012 2:41 AM, 36 days ago By Stefan Koell

0

0

Pete, do you know is there a hotfix or workaround for this?

   Comments(0)

Rank (33) Views 227 On Tue, Apr 17, 2012 2:39 AM, 36 days ago By Stefan Koell

0

0

Zerrs! Out-of-the-box there's no auto assign feature in SCSM but it's quite easy to setup your own using PowerShell or a Orchestrator runbook. See: http://blog.scsmfaq.ch/2011/05/03/auto-assign-unassigned-incidents-by-using-the-scsm-extensions-v2-0-oip/...

   Comments(0)

Rank (32) Views 218 On Mon, Apr 16, 2012 2:16 AM, 37 days ago By Stefan Koell

0

0

Hi Hiren, you can set the counter directly in the database: http://blogs.technet.com/b/servicemanager/archive/2010/09/27/top-secret-trick-how-to-change-the-auto-incrementing-value-range.aspx?wa=wsignin1.0 Keep in mind that a) this is not supported by...

   Comments(0)

Rank (21) Views 308 On Wed, Apr 11, 2012 10:25 AM, 41 days ago By Stefan Koell

0

0

I'm still not sure I completely get the picture - sorry. If you can build and maintain this hierarchy, sure, all the alerts could be related to a site easily in the health explorer. However, for existing MPs (the more generic ones from MS for services lik...

   Comments(0)

Rank (25) Views 257 On Wed, Apr 11, 2012 6:57 AM, 41 days ago By Stefan Koell

0

0

Hi Dave, I'm not sure I can follow. You create management packs to define/construct class definitions and monitoring logic. A management pack isn't divided by region, you usually use management packs to divide services (like MS is providing a MP for IIS...

   Comments(0)

Rank (39) Views 317 On Mon, Apr 09, 2012 9:39 AM, 43 days ago By Stefan Koell

0

0

Hi Sameer, it depends on the object you put in maint. mode. If a performance collection rule is targeted to the windows computer object and you put the windows computer object in maint. mode, all workflows stop - including the performance collection. Also...

   Comments(0)

Rank (522) Views 537 On Mon, Apr 02, 2012 1:48 PM, 50 days ago By Stefan Koell

0

0

I’ve now heard from multiple customers that they want to better control when their Service Manager connectors are running. For whatever reason, Microsoft didn’t really include a UI to control the schedule of most connectors, except for the SCCM and SCOM...

   Comments(0)

Rank (35) Views 294 On Sat, Mar 31, 2012 2:20 AM, 53 days ago By Stefan Koell

0

0

There are management packs which create a singleton class for their application (which is hosted on the RMS/management server) and not necessarily on a computer. Now if an agent reports a bad health state, it might roll up to that application class. If th...

   Comments(0)

Rank (25) Views 314 On Fri, Mar 30, 2012 10:54 AM, 53 days ago By Stefan Koell

0

0

Hi, the first major issue is that your client doesn't have any control over the computer name. One limitation of SCOM in general is, that there cannot be two computers with the same netbios name. So if 2 customers have a server01, this doesn't work anymor...

   Comments(0)

Rank (44) Views 259 On Fri, Mar 30, 2012 2:23 AM, 54 days ago By Stefan Koell

0

0

It's at least not supported right now. Read the "Important Notes": These solutions are not officially supported by Microsoft and are not a part of the Service Manager product. You can provide feedback, report bugs, request new features, etc. on the forums...

   Comments(0)

Rank (36) Views 157 On Thu, Mar 29, 2012 9:04 AM, 54 days ago By Stefan Koell

0

0

The closest thing you might get is the Exchange Connector: http://blogs.technet.com/b/servicemanager/archive/2011/01/13/exchange-connector-released.aspx Still SCSM2010 but it will be available for SCSM2012 soon. cheers, Stefan http://www.code4ward.net

   Comments(0)

Rank (30) Views 247 On Thu, Mar 29, 2012 7:27 AM, 54 days ago By Stefan Koell

0

0

I couldn't find any information that this is a known issue and I cannot repro the issue because my 2007R2 MG is dead in the water. On my 2012 SCOM lab machine both is working: Path c:\testfolder and Path c:\test folder Both are working fine in 2012. Maybe...

   Comments(0)

Rank (32) Views 246 On Thu, Mar 29, 2012 6:36 AM, 54 days ago By Stefan Koell

0

0

Which SCOM version/patch level do you use?

   Comments(0)

Rank (43) Views 268 On Thu, Mar 29, 2012 3:12 AM, 55 days ago By Stefan Koell

0

0

I'm not sure I understand. If a service fails on one computer you want to restart the services on all computers of a group, right?

   Comments(0)
[1]  2