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

Microsoft SCOM REST API throws exception saying 'required anti-forgery cookie is not present'

I am trying to get some information from the Microsoft System Center Operations Manager (SCOM) server hosted within my org. First, I authenticate using NTLM (username and password): curl --location 'https://xxxx/OperationsManager/authenticate'…
Saikat
  • 14,222
  • 20
  • 104
  • 125
0
votes
0 answers

How to send Prometheus alerts to SCOM

I want to send Prometheus alerts to SCOM. It seems that there are two ways to accomplish it: with Prometheus webhooks or making SCOM API calls. I think that it is not posible to do it by using SCOM API as there are not an API to create alerts.…
0
votes
2 answers

Powershell script cannot find registry key that exists, and has permission to read

I am trying to write a script that retrieves the SCOM Name, Version Number, and Build on a SCOM Management Server. $scomRegistryPath = "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Operations Manager\3.0\Setup" $scomDisplayName = (Get-Item -Path…
saturnSam
  • 21
  • 4
0
votes
0 answers

Does SCOM part of System center product suit license or do we have to pay extra license for SCOM agent?

I am searching for a valid answer whether we have to purchase an extra license for SCOM agent, or is it part of one license (System center suit)? The intention to ask this question is that we already have a Microsoft System Center product suit…
Bikash Biswal
  • 13
  • 1
  • 8
0
votes
0 answers

Invoke-WebRequest permanent error of an unexpected error occurred on a send

using PowerShell v5.1 on windows server 2016, for monitoring the availability of the following CrowdStrike Cloud Endpoint: https://ts01-b.cloudsink.net, with a dedicated proxy in our organization: $URLAddress =…
edwio
  • 198
  • 3
  • 20
0
votes
0 answers

Get SCOM Web Application State (Monitoring) using PowerShell module OperationsManager

I am looking to get report on number of web application state in Healthy, critical, Not monitored etc using OperationsManager PowerShell module. Could not find any command which can fetch this details. Did any one come through this…
0
votes
1 answer

Install SCOM ( System Center Operation Manager ) on Azure VM with ARM Template

Does anyone have a sample ARM Template to install SCOM agent on an Azure VM ? I searched through Microsoft docs but couldn't find an example. Also, What are the other critic points during operating this task? Could you go through the steps? Any help…
Hilal
  • 41
  • 7
0
votes
2 answers

Powershell Get-SCOMClass

I am working with SCOM (System Center Operations Manager). There is the posibility to query SCOM with powershell. I tried it and its working good, but I need your help. I use the following command: Get-SCOMClass -name…
JoWe
  • 13
  • 4
0
votes
1 answer

SCOM Error 26319 The maximum recursion 100 has been exhausted before statement completion

We are frequently receiving this error on SCOM Management server and we are not able to perform any tasks from OM Console. We have checked our OM Database and SQL Server is performing fine and no issues reported there. SCOM Version - SCOM 2019…
0
votes
1 answer

Can SCOM monitor an application which logs to a database

I have a number of legacy .Net C# applications - mostly running as Windows services. When they encounter error conditions, they write log information to a SQL database. So, for visibility, one would have to query the table, for rows with a…
Black Light
  • 2,358
  • 5
  • 27
  • 49
0
votes
1 answer

When does it make sense to import unsealed MP (Ops console) or import only the lastest MP when replacing SCOM 2012 R2 with SCOM 2019?

We are standing up a new SCOM 2019 beside curent SCOM 2012 R2. Will exporting an MP delete or disable the original MP in Ops console (SCOM 2012 R2)? Considering exporting unsealed MP from SCOM 2012 R2 to import into SCOM 2019?,... would this be…
d1260
  • 81
  • 1
  • 1
  • 5
0
votes
1 answer

SCOM agent heartbeat failed on solaris 11.4

i am using Operations Manager 2016 for monitoring a host with Solaris 11.4 OS. after several hours (24 h), host state is changed to gray and i get this text "The Run As account does not exist on the UNIX/Linux Server. " but Run As account is…
Vahid
  • 23
  • 7
0
votes
1 answer

How to get Management Pack Bundle file information from SCOM?

I am using OperationsManager module to work with SCOM, I need to find the somemanagementpack.mpb file information from SCOM which is already imported in SCOM an than need to delete the same somemanagementpack.mpb file locally based on the…
Naveen Kumar
  • 1,266
  • 1
  • 21
  • 50
0
votes
1 answer

What does 'System.ConfigItem.ObjectStatusEnum.Active' represent in SCOM

I query the following SCOM endpoint: OperationsManager/data/objectInformation/ Among the response properties, I receive the following property: Object Status
user9492428
  • 603
  • 1
  • 9
  • 25
0
votes
1 answer

SCOM REST API to get Windows/Linux machine's availability (whether the server is running & reachable)?

I want to know whether SCOM exposes an API from which I can get the server status (whether the server is running & reachable) given a particular object id.
1 2 3
8 9