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

how to get 1 year old alert details from dataware house in scom using powershell?

how to get 1 year old alert details in scom using powershell? i have tried: get-alert | Where-Object { $_.TicketId -ilike "IR-*"} but getting only 1 week old alerts. please help, Thanks
v_b
  • 175
  • 1
  • 4
  • 10
0
votes
1 answer

enable diagnostic for Azure subscription using powershell cmdlet

Is it really possible to enable diagnostic for entire Azure subscrition using powershell cmdlet? or diagnostics should be enabled case by case(monitoring azure application,monitoring vm and storage account)? in the operations manager console,we…
user2044374
  • 307
  • 3
  • 12
0
votes
1 answer

WMI Access Denied error for SCOM monitor

I'm making custom a Management pack for SCOM 2012 SP1 and there is a monitor in it. The monitor is based on the Microsoft.Windows.PowerShellTriggerOnlyProbe module and powershell script queries of WMI to remote non-domain server. This script should…
0
votes
1 answer

Microsoft.EnterpriseManagement.CompositionEngine and Microsoft.EnterpriseManagement.Presentation.Core cannot add to Silverlight Project

I am authoring a management pack with custom views using Silverlight / WPF (shared code) and MP authoring console and MP authoring tool in Visual Studio. I am following this tutorial on custom views. Widget for SCOM operation and web console -…
Saher Ahwal
  • 9,015
  • 32
  • 84
  • 152
0
votes
1 answer

need to get string with OS name

I'm using SCOM 2012 and trying to insert a custom event. I am creating an instance of ManagementPackClassCriteria like this: ManagementPackClassCriteria classCriteria = new ManagementPackClassCriteria("Name =…
user2060766
0
votes
1 answer

Get Class and object type from linq list query

I am trying to get the underlying type from a linq query running against the type's GetFields method. In my example, i have: string mClass = "Computer"; //match string var t = typeof(SystemMonitoringClass); var monitoringClass =…
Warz
  • 7,386
  • 14
  • 68
  • 120
0
votes
1 answer

OpsMgr 2012 agent installation fails with "One or more computers you are trying to manage are already in the process of being managed"

I am authoring a management pack in XML and using the authoring console in System Center. For testing the MP I created, I need to install agents on machines that have my distributed app running. SCOM Operations Manager 2012 agent installation fails…
Saher Ahwal
  • 9,015
  • 32
  • 84
  • 152
-1
votes
1 answer

SCOM - Issue with single server domain-management & agent

for my new task I have to use SCOM to monitoring non-domain server/computer. My company told me to do it with only 1 server management that contains others SCOM features. So I have a server Windows 2016 with SCOM with a local domain, and I have to…
Teo230
  • 95
  • 2
  • 3
  • 13
-1
votes
1 answer

Healthservice.exe iops

Does anyone have information on the ideal IOPS read and writes for Healthservice.exe(SCOM/MMA). We are dealing with a situation of high IOPS from healthservice.exe and appreciate any help Thanks, Sai
cognic
  • 25
  • 4
-1
votes
2 answers

Linux log file wildcard in SCOM

I want to monitor a log file that's on Linux on SCOM. The log is from postgresql. The path is /var/lib/pgsql/9.4/data/pg_log/postgresql-2017-08-21.log. The thing is, that if I put that string it works, but I can't seem to make it work with…
sabri128
  • 91
  • 1
  • 2
  • 7
-1
votes
1 answer

SCOM Rule for Fake Alerts

I am working on a tool to generate fake data for System Center Operations Manager for internal testing purposes. I wrote a script as part of a discovery that is able to create an instance of any class I want and make SCOM fake-discover it.…
naman1901
  • 305
  • 4
  • 16
-1
votes
1 answer

how to compare the values returned in a web service (json response) against a threshold using vbscript

I have a web service which returns a json response as follows: "database" ; True "cpu usage" ; 30% "connection response" ; 1 "memory" ; 48% The requirement is to create a vb script which would read through the results, compare it against a set…
-2
votes
1 answer

How to configure SCOM to Slack cofiguration

How to integration SCOM notification in slack ? I have integration all scom alerts and notification in slack messaging.
-2
votes
1 answer

How to find SCOM management group for Linux node

I have Linux node which has SCOM agent installed.I want to know how to find its management group for SCOM and how can I remove or add new management group to that node.
as1992
  • 53
  • 1
  • 8
1 2 3
8
9