OEM Grid Alert Notification

Hello,
We would like to configure our OEM grid alert notification in such a way that only the DBAs received alerts pertaining to database issues such as tablespace 90% full. With our current settings, all the people on the alert notification list received alerts related to database issues. How can we choose who will receive what notifications? Thanks!

The way the product is designed ou would create multiple administrators who would then each subscribe to appropriate alerts. It sounds like you are using a single administrator and/or set of notifications for everyone.
Niall Litchfield
http://www.orawin.info/

Similar Messages

  • How to setup escalation notification for OEM Grid alerts?

    Version: OEM Grid 11g
    Please let me know the pointers, details of how to set up escalation notification if OEM Alert notification are not acknowledged in a day.

    Hi,
    possibly one of approaches would be to create user-defined metric that checks alerts and their acknowledgement
    periodically (let's say every 2,4 hours). You might use the following SQL:
    with sql_targets as (
      select * from (
        select target_type, target_name, metric_name, column_label, key_value, current_value, collection_timestamp,
        row_number() over(partition by target_name, metric_name, column_label order by collection_timestamp) rn,
        count(1) over(partition by target_name, metric_name, column_label) cnt,
        round((sysdate - collection_timestamp), 0) days
        from mgmt$alert_current c
        where 1=1
        and alert_state in('Critical')
      ) where rn = cnt
    sql_notes as (
      select n.target_type, n.target_name, n.metric_name, n.column_label, n.key_value, annotation_message msg, annotation_type typ,
      decode(annotation_type, 'ACKNOWLEDGED', 1, 0) acked,
      row_number() over(partition by n.target_type, n.target_name, n.metric_name, n.column_label order by annotation_timestamp) rn,
      count(1) over(partition by n.target_type, n.target_name, n.metric_name, n.column_label) cnt, t.collection_timestamp, annotation_timestamp
      from mgmt$alert_annotations n, sql_targets t
      where 1=1
      and t.target_type = n.target_type
      and t.target_name = n.target_name
      and t.metric_name = n.metric_name
      and t.column_label = n.column_label
      and t.key_value = n.key_value
      and n.annotation_timestamp >= t.collection_timestamp
    select target_type, target_name, metric_name, column_label, key_value, count(*), max(acked), min(acked), min(annotation_timestamp),
    max(annotation_timestamp) from sql_notes
    group by target_type, target_name, metric_name, column_label, key_value
    having max(acked) = 0;
    HTH,
    Andrey

  • OEM Grid Alert

    We have OEM Grid Control 11g on RHEL 5. And its monitoring around 50 databases on HP-UX.
    And every morning we are receiving the following alert for one server. But when I check the server, all the targets are running fine, and I see all Repository DBMS Job status are fine.
    Message=Count of targets not uploading exceeded the critical threshold (0). Current value: 1
    Metric=Count of targets not uploading data
    DISPLAY_NAME                                              JOB NEXT_RUN             B   FAILURES WHAT
    Maintenance (Analysis)                                     11 14-JUN-2012 03:10:00 N          0 emd_maintenance.analyze_emd_schema('SYSMAN');
    Clear Expired Suppressions                                 19 14-JUN-2012 00:01:00 N          0 EM_POLICY.CLEAR_EXPIRED_SUPPRESSIONS;
    Purge Policies                                             15 14-JUN-2012 00:00:00 N          0 EM_PURGE.APPLY_PURGE_POLICIES();
    Compute Metric Baseline Statistics                         17 13-JUN-2012 23:30:00 N          0 BEGIN MGMT_BSLN_INTERNAL.PURGE_EXTRACT_RAWDATA;MGMT_BSLN.COMPUTE_ALL_STATISTICS;/*GC*/END;
    EM Audit Externalization service                           10 13-JUN-2012 20:13:17 N          0 EM_AUDIT_EXTERNALIZATION.audit_externalization_proc();
    RCA Purge                                                  16 13-JUN-2012 20:13:17 N          0 MGMT_RCA.PURGE_RCA_RESULTS();
    Job Purge                                                   9 13-JUN-2012 20:13:12 N          0 MGMT_JOB_ENGINE.apply_purge_policies();
    End-To-End Trace Rollup                                    13 13-JUN-2012 10:16:42 N          0 EMD_E2E_ROLLUP.ROLLUP();
    End User Performance Rollup                                12 13-JUN-2012 10:16:37 N          0 EMD_RT_ROLLUP.ROLLUP();
    Resubmit Failed Collection Task                            20 13-JUN-2012 10:16:37 N          0 EM_TASK.RESUBMIT_FAILED_TASK();
    Rollup                                                      5 13-JUN-2012 10:16:27 N          0 EMD_LOADER.ROLLUP();
    Set Adaptive Metric Thresholds                             18 13-JUN-2012 10:00:00 N          0 BEGIN MGMT_BSLN.SET_ALL_THRESHOLDS;/*GC*/END;
    Notification Check                                          6 13-JUN-2012 09:30:44 N          0 EMD_NOTIFICATION.CHECK_FOR_SEVERITIES();
    Repository Metrics                                          3 13-JUN-2012 09:30:39 N          0 EM_TASK.WORKER(1);
    Beacon Availability Computation                            14 13-JUN-2012 09:30:34 N          0 MGMT_GENSVC_AVAIL.EXEC_AVAIL_JOB();
    Repository Metrics                                          4 13-JUN-2012 09:30:34 N          0 EM_TASK.WORKER(2);
    Severity Evaluation Sub system                              8 13-JUN-2012 09:30:34 N          0 EM_SEVERITY_REPOS.EXECUTE_REPOS_SEVERITY_EVAL();
    Agent Ping                                                  7 13-JUN-2012 09:30:24 N          0 EM_PING.MARK_NODE_STATUS();I am not sure how to fix this and where to check.

    Hi,
    Please follow the document which gives you the explanation on this Count of Targets Alerts being generated every day:
    Invalid 'Count of Targets Not Uploading Exceeded the Critical Threshold' Alerts are Raised for Agent Target (Doc ID 1359328.1)
    Action Plan:
    =======
    Apply the relevant patch to the Grid Control OMS home. Note that these patches need to be applied ontop of the PSU patch
    Patch:12868397 on OMS 11.1.0.1.4 see Note:1330064.1 for information on the 11.1.0.1.4 PSU patch
    Patch:13094414 on OMS 11.1.0.1.5 see Note:1364215.1 for information on the 11.1.0.1.5 PSU patch
    Patch:13589211 on OMS 11.1.0.1.6 see Note:1388812.1 for information on the 11.1.0.1.6 PSU patch
    Patch:13957656 on OMS 11.1.0.17 WHEN AVAILABLE see Note:1446550.1 for information on the 11.1.0.1.7 PSU patch
    Its your call to apply the latest PSU and apply the above mentioned patch on top of the PSU applied.
    Best Regards,
    Venkat

  • What is a good strategy for keeping the OEM GRID up and running?

    Hi,
    What is a good strategy for keeping OEM GRID up and running? Currently, we have grid installed on one linux64bit box with 4 cpus and 8 gigs of RAM, oms 10204, repdb 10204, agent 10204. In addition to using this oem grid for notifications and performance monitring, we are also using this oem grid for scheduling over 700 jobs running over 30 targets.
    What is a good strategy to have to backup the grid so that when this box goes down, we can restore and then recover the grid? Please lead to white papers or documentations. Thank you.

    Take a look at Oracle Maximum Availability Architecture, a set of architectural recommendation on setting Oracle software up for high availability.
    The information is available on this page:
    http://www.oracle.com/technology/deploy/availability/htdocs/maa.htm
    Look under HA Best Practices for Grid Control.
    Chung Wu
    [Application Management Blog|http://www.appmanagementblog.com/]

  • Delete alert from OEM gride home page

    Hi,
    in 10g R2, on home page of OEM grid home page , there are alerts. Many of them belong to 10 or 11 days ego. How can I delete them ?
    Thank you.

    Hi,
    I think there are forwards comming from your oracle account to my mail.. Please check and deactivate it as the mail forward it is cramping my mailbox .. /i....
    regards

  • New targets need to be added in OEM GRID

    Hi Gurus,
    I have OEM grid configured and added four targets in that GRID.
    My question is,
    1. is it possible to add SUN application server to the OEM target?
    2. there are some middle ware utilities are running, I want the status of that utility/service. I mean if the service is down it must be notified. Is it possible to configure in OEM?
    Please provide some light on this
    -Thanks & Cheers
    Antony

    I have OEM grid configured and added four targets in that GRID.
    My question is,
    1. is it possible to add SUN application server to the OEM target?OEM supports IBM WebSphere Application Server, JBoss Application Server and Apache Tomcat. I am not sure about SUN application server.
    To get complete list of targets supprted and plugin required , please check :
    http://www.oracle.com/technology/products/oem/extensions/index.html
    2. there are some middle ware utilities are running, I want the status of that utility/service. I mean if the service is down it must be notified. Is it possible to configure in OEM?
    If plugin is available for that middleware then you can configure notification rule for that .
    Otherwise you can create an OS script and call it in OEM . You can also configure an alert for that.
    Regards
    Rajesh

  • Sending Comparison Report from OEM Grid

    Hi All
    I have configured a job to compare a schema objects in two database. I used Grid Control's Change Manager for this. I want an email
    to be sent me when ever a comparison job completes and this email should
    contain the comparison report of the comparison. I need a report same as we use
    to have in change manager which comes with Oracle Administration Client and
    generates and HTML report of schema comparison. Can you please help me setting
    this. I have already setup configuration of my mail server and email adderess
    in my OEM Grid control.
    Thanks

    What you first need to do is set up a notification method.
    Then you will need to set up your own notification schedule.
    Then add the job you are wanting to run and be alerted on to the notification rules.
    Then you will want to subscribe to that/those rules.
    Then you will want to check the notification you wish to get in the job itself.

  • OEM Grid and Database version differences

    Hi All,
    I have installed OEM 11.1.0.1.0 version and agents which same version are installed in databases like 11.2.0.2 and 11.1.0.7. I have set metrics like Generic Incident,Generic Operational Error and Generic Internal Error with Warning and Critical threshold values. When testing for Alert log, errors are not logged into OEM Grid and no notifications coming to my e-mail configured.
    My question: Is this due differences in OEM Grid and databases? As OEM Grid has low version than my databases.
    PS: Alerts are coming perfectly to my e-mail for all 10g databases.
    Please clarify and help me in this regard.
    Thanks in Advance.

    Hi,
    The following documentation shows that the Alert Log metrics are not applicable for 11.x databases.
    http://docs.oracle.com/cd/E24628_01/em.121/e25160/oracle_database.htm#EMDBM1175
    Regards,
    - Loc

  • Metric Alert notification

    I am using OEM Grid 10.2.0.5 (RHEL4) and monitoring 10.2.0.1 database (Windows) with the agent 10.2.0.5 on the host. I created a Notification Rule to test the alert for the tablespace usage % metric (85% for warning, 97% for critical). I have filled my USERS tablespace 92%, but i am not receiving any email alert. If for the same rule, i enable alert for target down/up from "Availability" during editting notification rule, this alert works, but i don't know why noe tablespace usage metric alert is not being initiated. Am i missing out something?
    Thanks
    Salman

    Got the solution.
    For the information of other people. Alert is not generted for the tablespace which is autoextensible.
    Salman

  • Add Standby Server in OEM Grid.

    Hi,
    I need to add Standby Database in Oracle EM Grid.. it is 11g Emgrid.. Standby database 11.2.0.3 is one server another one server is in 10g.. i need to add both server to EM Grid... We didn't configure Dataguard Broker.. is there any way to configure without dataguard broker. i have tried in Primary server on emgrid on availability page for add standby link.. but it's not accepting sys password for standby.... Please Give me solution.. We need Sync alert between Primary and Standby through EM Grid
    Regards,
    Madhan

    From your description I do not understand what you have (provide full version numbers not marketing labels for each one) and their operating systems. Also the full version of OEM Grid.
    What edition do you have Standard or Enterprise?
    Is the source database RAC or stand-alone?
    Did you read any docs telling you how to configure the standby? Post a link so we know what you were trying to do.
    And finally "it's not accepting" means what? That the server reboots? That it gives you an error message you didn't think important enough to post?
    Here's what your post reads like to me:
    I need to add a second car for my family .. it is a 2009 Honda. Standby car is a Subaru wagon. I need to have both. I didn't do anything with my insurance policy. I have tried to start the car but it doesn't start. Please give me a solution."
    {code}
    Which car? Is it out of gas or did you use the wrong key? How can we know if you don't tell us.
    Please provide all of the information and we should be able to answer your question ... but for starters. Data Guard broker is only "required" for RAC clusters.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • OEM Grid control 10g on Linux

    Hello,
    I have installed OEM grid control 10g and able to connect to the console via the sysman user id.
    I am trying to configure email notification, but though I put all credentials properly I am not able to receive any emails.
    I was looking at Oracle documentation and it says....
    The SMTP server is the name of the mail server (for examplemail.acme.com).
    For Linux, the SMTP server must be the local host name.Use the fully qualified host name (including domain
    Does the smtp server need to on the localhost ? can't it work with a smtp server on a different host than the grid control box ?
    Any advice will be much appreciated.
    S.

    The smtp service doesn't need to be on the host you installed grid control, Grid control can use any smtp server as long as it can reach it.
    Regards
    Gokhan

  • Can I ever use 10g oem-grid to deploy application?

    Hi mates,
    I have 10g OEM-GRID installed but no 10g-as installed...Is it possible to use the
    part appliaction server feature in oem (dcmctl et.c) to deploy an application?
    Is it something that can be done with 10g oem-grid?
    Regardsssssss
    shebby 9

    Hi Jarred,
    A way to create a "need recovery" situation.
    1. Take the tablespace offline.
    2. Copy the datafile (or one of the df's) to *.old.
    3. Put the TS online again. And for the fun create a table and insert some rows in it.
    4. Take the TS offline.
    5. Copy the *.old datafile to what it was
    6. Put the TS online again and bingo.
    I think the existing alert log check will raise an alert.
    Eric

  • Can a disk utilization be more than 100% as shown from alert notification?

    Hello,
    I received an alert notification from the GRID. The percentage is 670.94%? What does this mean? Is it possible to go over 100%?
    Thank you.
    Severity=Critical
    Message=Disk Utilization for 10 is 670.94%, crossed warning (80) or critical (95) threshold.
    Notification Rule Name=Host Availability and Critical States
    Notification Rule Owner=SYSMAN
    Notification Count=1

    Known Issue:
    Disk Utilization/Disk Device Busy Metrics Displaying Values Above 100% on Windows, Generating Critical Alerts
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=303788.1
    DISK UTILIZATION METRIC FALSELY TRIGGERS ON WINDOWS
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=382802.1

  • How to install OEM Grid Control R2 on RHEL AS4 (AMD64/EM64T)

    Hi all,
    I was able to install the Oracle Application Server (Infrastructure and BI and Forms) successfully on the another machine with the same specs. The application I installed on the 64-bit machine is a 32-bit Oracle Application Server.
    Now, I tried to install the OEM Grid Control R2 (another 32-bit Oracle Software) on an identical 64-bit machine but had no luck. Ran linux32 bash before trying the install.
    I always get the error "error in invoking target 'dm_on ioracle' of makefile 'OH/db10g/rdbms/lib/ins_rdbms.mk".
    Please help me/guide me in this install if it is at all possible.
    Thanks and regards,
    Mike

    Did you read the installation docs?
    Did you look up trying to do this on metalink before proceeding?

  • OEM grid 10g installation steps on RHEL 5.4

    Please provide the steps and note ids for OEM grid 10g/11g installation on linux 5
    we are on 2 node RAC running on Red Hat Enterprise Linux Server release 5.4 (Tikanga)
    uname -a
    Linux clelx062ptlge.penske.com 2.6.18-164.el5 #1 SMP Tue Aug 18 15:51:48 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
    Please provide what are the packages and kernal parameters we have to install/set at OS level.
    Any white papers will be very helpful.
    --Srikanth                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    dm_ptldba wrote:
    Please provide the steps and note ids for OEM grid 10g/11g installation on linux 5
    we are on 2 node RAC running on Red Hat Enterprise Linux Server release 5.4 (Tikanga)
    uname -a
    Linux clelx062ptlge.penske.com 2.6.18-164.el5 #1 SMP Tue Aug 18 15:51:48 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
    Please provide what are the packages and kernal parameters we have to install/set at OS level.
    Any white papers will be very helpful.
    --SrikanthHere are the steps of installing Grid Control on Linux
    http://www.oracle-base.com/articles/10g/Oracle10gR2GridControlInstallationOnRedHatAndCentOS.php
    http://www.oracle-base.com/articles/11g/GridControl11gR1InstallationOnOEL5.php
    I'm also currently working on video tutorial of installing Grid Control and Deploying agents. So I hope it will be ready for the next week, so just keep visiting video tutorial page of my blog and you'll find it there soon :)
    http://kamranagayev.wordpress.com/oracle-video-tutorials/

Maybe you are looking for