Questions tagged [scom]

System Center Operations Manager (SCOM) is a cross-platform data center management system for operating systems and hypervisors.

System Center Operations Manager (SCOM) is a cross-platform data center management system for operating systems and hypervisors. It uses a single interface that shows state, health and performance information of computer systems. It also provides alerts generated according to some availability, performance, configuration or security situation being identified. It works with Microsoft Windows Server and Unix-based hosts.

(Information sourced from Wikipedia)

134 questions
0
votes
1 answer

SCOM - TFS synchronization - how to override rule for a group

I'm trying to achieve automatic TFS synchronization with SCOM. It works as per https://technet.microsoft.com/en-us/library/jj899887.aspx. I.e., this works: I would, however, like to only enable this for a group of certain windows servers. But I'm…
Morten Nørgaard
  • 2,609
  • 2
  • 24
  • 24
0
votes
1 answer

Execute Oracle stored procedure in operation manager configuration

I have a stored procedure with 3 parameters. I want to execute this from configuration in operation manager. I used like this : begin saman_test.CONVERTHISTORY('$Config/JobType$','$Config/HostFQDN$','$Config/Environment$'); end; but it does not…
B.Z
  • 61
  • 1
  • 8
0
votes
1 answer

Create New Health State in SCOM

We have three health states in SCOM - Healthy, Warning and Critical. Is it possible to add a new custom health state? I tried by editing the System.Health.Library but failed. Is it possible?
Harsha
  • 129
  • 1
  • 1
  • 13
0
votes
1 answer

Discovery in SCOM

We have SCOM 2007 R2. I need to do 3 levels discovery. First level is the seed discovery and I use local app class and the native registry module in SCOM. For level 2 and 3 I need to use app component class and powershell because it is a custom…
Yean
  • 11
  • 1
  • 2
0
votes
1 answer

Where do I find the libraries to reference for SCOM?

This must be more simple than I am making it... I have been tasked by my company to write an application that will query the SCOM data warehouse. We are using SCOM 2007 R2. I know this can be done from readings online, but when I try to create an…
user4228213
0
votes
1 answer

Predict using MS SCOM 2012 R2 Data

Has anybody tried to predict application or server failures using MS SCOM 2012 R2 Data? We would like to perform following tasks with the data and were wondering if somebody has already done this, we could use the guidance: Predict whether an…
0
votes
1 answer

Enumerate SCOM monitoring objects for machine

How do I enumerate all monitoring objects on a machine?Today I'm trying to query ManagementPacks that I know should be there. It is inconvenient especially in cases when packs added. This is what I'm doing today: Get the pack and a class var pack =…
kreuzerkrieg
  • 3,009
  • 3
  • 28
  • 59
0
votes
1 answer

How to manage SCOM 2012 notifications?

I'm looking for programmatic ways using SCOM SDK to import notifications to a third party system as well as the ability to trigger sending notifications using the API. I've managed to find objects just as NotificationMessage…
chaos
  • 641
  • 10
  • 21
0
votes
1 answer

Operation Manager (SCOM) install SQL error

The story: Virtual environment SQL, SCOM, SCCM each on his VM, everything is working. SCOM server gets deleted (the entire VM is gone). In order to reinstall I delete old SQL databases and files (scom & scomDW). Recreate a VM, install OS (2012R2),…
Mosfet
  • 35
  • 1
  • 3
  • 7
0
votes
2 answers

Return Value for SCOM Install command through powershell

Install-SCOMAgent -PrimaryManagementServer $MgmtServer -DNSHostName $AgentDiscovered -ActionAccount $Credential this is the install command to install agents from power shell script $mgmtServer - is the primary management…
0
votes
1 answer

How to put different variables into an array to export to a CSV in PowerShell

So I'm pulling a SCOM class to get Management Pack names, then using those MP names to get different monitors. I'm wanting to output the GUID, Monitor Display Name, and Management Pack Name. The problem I'm running into is how to output it into a…
user3704471
  • 35
  • 1
  • 5
0
votes
1 answer

Does SCOM agents enqueue data if there is no network connection?

I wanted to ask does SCOM agents enqueue data like alerts if there is no network connection? Does it use MSMQ for it? What if MSMQ is dead? Thank you
0
votes
1 answer

Run PowerShell Script In SCOM Via Windows Command Line

I am working with a 3rd party application which creates powershell scripts to place SCOM objects into and out of maintenance mode. How can SCOM be invoked via windows 2012 R2 command line by this 3rd party app and told to execute the script?
0
votes
1 answer

Can i Integrate mysql and sql server databases to view them on sql server

i have installed mysql and MSSQLSERVER on my windows server 2012 i need to monitor them using system center operations manager 2012 sp1. now am able to monitor sql server but not the mysql server so can i integrate mysql and microsoft sql server so…
chinna2580
  • 2,065
  • 2
  • 16
  • 30
0
votes
2 answers

can not open the operations manager database

I have a problem about SCOM 2012 R2. We have installed that by default and it was working.but today i receivec an error message. I could not find any solve in Microsoft web site and any other techinal web sites. Here is the error message below…
Drivers123
  • 11
  • 1
  • 4
1 2 3
8
9