Quantcast
Channel: Operations Manager - General forum
Viewing all 11941 articles
Browse latest View live

how to check all the events based monitor configured in SCOM

$
0
0

Hi All,

Could it be possible to find out the monitors which are created through event id. I had created a monitor long time back through event id but is not able to find the monitor now. I have checked for all the possibilities but not successful.. Please help me on this.

Regards,

Ravi


SCOM 2012 extract all MONITORS and RULES for all management packs

$
0
0

I got this from web and modified. but the "target" information is not readable like what we pull from MPviewer which it need to extract one by one which is a big task for 200+ management packs.

get-SCOMrule | select-object @{Name=”MP”;Expression={ foreach-object {$_.GetManagementPack().DisplayName }}},DisplayName, Target, Category | sort-object -property MP | export-csv “c:\rules.csv”

get-SCOMmonitor | select-object @{Name=”MP”;Expression={ foreach-object {$_.GetManagementPack().DisplayName }}},DisplayName, Target, Category | sort-object -property MP | export-csv “c:\monitors.csv”


Alert in alarm state.

$
0
0

Hi 

How could we check whether the alert (MonitoringObjectName = *****) is currently in ALARM state? 

SCOM 1807 and monitoring File Server

$
0
0

Hi,

I have a File server that keep very important Files. I want to monitor that Server.

Is there anyway to monitor the directories or Files? I mean if somebody has delete or moved directories or files.

Best Regards

Nick

Alerts are not getting generated.

$
0
0

Hi,

I am getting issue with Office 365 Incidents alerting rule in SCOM. Alerts are configured through rules for this. Since last 15 days alerts are not getting generated in SCOM.  I have checked the configuration and other things for this rule but did not find any change which was set. 

Please help me with this.

Thanks in advance:)

SCOM agent communication

$
0
0

Hi Guys,

SCOM agent communicates over port 5723 and it needs to be opened from agent to the MS.But i am not getting how the MS server communicates to the agent and send the monitoring logic to the agent if the port is not opened bidirectionally?

HELP-SCOM 2012R2- Mgmt Server to Agent communications ports required? Same domain and trusted domain

$
0
0

Afternoon,

Assistance please from those much smarter than I!! I seem to have lost/my google fingers are coming up dry! What ports does SCOM use for communications between the Mgmt Server(s) and agents in the same or trusted domains?

I know it takes 5723/5724 from the agent to the mgmt servers and all the SQL/reporting stuff is setup correctly.

Our firewall team locks things down really tight so I am in need of specific info on this, please? I had them give me sort of carte blanche when installing everything, now they want info to lock down everything that is not required.

I also read that to communicate with agents in a non-trusted domain, I need a Gateway server in the non-trusted domain, and the only port I see that it would need is 5723 going both ways, correct? I ask because I have two agents in another domain that I am told has a full trust, but my SCOM servers have no idea they exist yet. Also, on these two in the other domain, I see Event ID:21001, 20057 in the Operations Manager event log each time I stop and restart the agent.

Your time and assistance is greatly appreciated!

Tony

Maintenance Mode

$
0
0

Hello Team,

Can we get the Maintenance Mode history of Unix/Linux servers via Get-SCOMMaintenanceMode cmdlet 

I have tried the command on my 15-20 Unix/Linux servers but no success.A blank output gets encountered without any errors

Any hint on that?

And how does SCOM decide to take the MM history time window in last 1 month or 2 month or 3 months.Time Window it takes to provide latest MM history

from:

Sandy


Automating the Monitor deployment on the Discovered Hosts

$
0
0

Hi Experts,

I am in the process of automating some activities done on the Operations manager. Once the OM discovers the host, then OM should automatically identify the type of the host and it should push the respective monitors to that host. Is there any way to achieve this? Please suggest.

SCOM 1807: how to create a group network devices

$
0
0

Hi,

I created classes for some network devices related to OIDs.

How can I create a group for theses SNMP classes, and check its members?

Best regards

Birdal

Client tools for review, monitoring and troubleshooting

$
0
0

Hi,

As we have Configuration Manager Tools for clients(agents) which helps in troubleshooting, administration, review and monitoring, do we have anything similar for Operations Manager?

Please advice.

Thanks,

Rajiv

Warning event 1207 occurs when discovery target is an agentless managed windows

$
0
0

Hi,

We have a Discovery targets on Microsoft.Windows.Computer. When there is an agentless managed windows (QUAN-SCOM-1), the warning event 1207 occurs:

Log Name:      Operations Manager
Event ID:      1207
Description:
Rule/Monitor "TestSystem.ProxyComputer.Discovery" running for remote instance "QUAN-SCOM-1.scomr2x64.net" with id:"{4CCD0ED1-C9E0-92B7-F208-F5D4A6161C74}" will be disabled as it is not remotable. Management group "QUAN-SCOM-2016".

How to prevent the 1207 event?

We tried to overide the discovery to disable it on special group: Agentless Managed  Computer Group, or disable it on special class: Virtual Server. The event is still there.

Thanks!

Make SCOM 2012 a syslog server

$
0
0

Hey there folks,

Recently we've decided to change our syslog server for network devices that have no storage such as firewalls, and are looking at possibly something like Kiwi. However, I'm wondering what advantage there would be to making SCOM 2012 our syslog server, and how I would go about doing that? Would there be a way to set up the server as a syslog server, then point SCOM to it for monitoring/reporting/etc) or would I just dump all the syslog info from each device into the SCOM DataWarehouse, or ??

I'm actually wondering why I would want to use syslog at all, or whether I just want to add the network device(s) to SCOM discovery/monitoring. Any guidance (pros/cons/etc) would be appreciated, before we invest $$$ that may not be needed if SCOM 2012 will handle everything for us already.

Thanks in advance!

mpleaf

SCOM 2012 and Syslog

$
0
0

Hi I am currently evaluating SCOM 2012 Beta. Can someone point me in the right direction to configure SCOM as a syslog server? Basically, I will need to send logs from network devices like Cisco Routers, Avaya Switches and Juniper Firewalls to SCOM. Is this possible?

 

Thanks.

SCOM Remove Agent Assigment

$
0
0

Hello,

any idea How to remove only one agent assigment, because I have to MGMT Group and I want to somehow globaly on 60+ servers remove only one connection to the server. Is this possible? On each Group I did Auto Agent Assigment settings, but on the old one I deleted it.

Thanks.


SCOM 2012 R2 to generate alert when server has not rebooted for x number of days

$
0
0
All, We have a requirement for SCOM (2012 R2 UR6) to generate alerts when a server has not rebooted for a specific number of days.  Whats the best way to accomplish this.  Many thanks in advance !

Run script on remote clients via SCOM

$
0
0

Hi,

I have hundreds of VMs connected to SCOM in my environment and I would like to make use of SCOM to execute a script to perform repeated actions. I would like to understand how this can be done with SCOM task.

Build a custom html 5 dashboard

$
0
0

Hello,

I want to build a web/html Dashboard for SCOM. 
Unfortunately I didn't found some good informations about it and I am an absolute SCOM-Beginner.
I would like to have a green background and a custom font.
Is this possible? I only found informations for the Dashboards inside of SCOM.

Best regards,

Deanna94

How to stop E-Mail Notification from one logical drive from a set of servers

$
0
0

Hi all,

I have a set of Win2012R2 servers with a C drive and a D drive.
At the moment the Logical Disk Low for Win 2012R2 monitor alerts on both drives if the drive free space is running low.
This alert goes to the SCOM Console and an E-Mail notification is sent to my Service Desk Team.

What i would like to achieve now is to stop D drive alerts notification from going to my SD Team.
Just want them to receive only C drive alerts from this group of servers.

However, i would still like to see the D drive alert on my SCOM console.

What are the steps to achieve this? 


Saiyad Rahim

How to publish different dashboards for different groups - SCOM 18

$
0
0

Hey,

it's me again.
We want to publish different html-dashboard views on SCOM for different groups.

I created some Groups like "Department1", "Department2" including their Server and Application-Server.
The only way I found is to publish it with "Web page view", but it doesn't look good and the user has to log in everytime.

Maybe you have some other Solutions?

Best regards,

Deanna.94

Viewing all 11941 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>