|
People
Thank you for your rating!
|
|
|
 
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
|
|
|
- Gender:
- Relationship Status:
- Biography:
ACHIEVEMENTS:
The Editor Master of Submissions Commentator Voter Submission Points (25) Rating Points (5)
 Bookmark Profile
|
|
|
Community
|
|
Submit
|
|
|
|
That's great news. Thanks for the confirmation...
Thank you for your rating!
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...
Thank you for your rating!
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...
Thank you for your rating!
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...
Thank you for your rating!
Maybe I'm missing somthing here. Deleting the MP or just not using the native powershell module is not really a fix, right?
Thank you for your rating!
Hi Bad Kitty! I assume you've checked everything in and also verified security/permissions? cheers, Stefan
Thank you for your rating!
Pete, do you know is there a hotfix or workaround for this?
Thank you for your rating!
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/...
Thank you for your rating!
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...
Thank you for your rating!
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...
Thank you for your rating!
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...
Thank you for your rating!
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...
Thank you for your rating!
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...
Thank you for your rating!
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...
Thank you for your rating!
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...
Thank you for your rating!
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...
Thank you for your rating!
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
Thank you for your rating!
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...
Thank you for your rating!
Which SCOM version/patch level do you use?
Thank you for your rating!
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?
Thank you for your rating!
|
|
|
|
|
Quick Links
System Center Web sites
3rd Party / Partner Resources
Other System Center Resources
|
|
|
|
|
|
|
|