Notification rule of type "system" in OEM 11g

Having used OEM 10g I'm now using 11g. When I create a new notification rule one of the options is to use a type of system, as I have a system defined I thought "oh goody that will be useful !" unfortunately not as there is no option to add metrics policies jobs etc and so we get "Availability, Metrics, Policies, Jobs - No availability, metrics, policies, or jobs selected." and cannot create this type of rule.
What is the point of having the option to create a notification rule of type system ?
Ahh I worked it out each notification rule must be of a specific type but can be applied to all targets of that type within a specified system.
Is there a white paper that talks about best proctices for monitoring a huge system so that alerts and notifications are consistent and we dont need a small army of administrators trying to keep everything in step ?.
Edited by: Robin on Mar 31, 2011 3:39 PM

Hi Krrrishna,
>> And when user clicks back button here, i want to navigate the user to Home page
Per my understanding, you are using the incorrect way to handle the hardware back button click. Try to add the following code snippet to your home page.
In windows phone 8.1 runtime app,
HardwareButtons.BackPressed += HardwareButtons_BackPressed;
void HardwareButtons_BackPressed(object sender, BackPressedEventArgs e)
e.Handled = true;
Frame.Navigate(typeof(yourhomepage));
In windows phone 8 app, handle OnBackKeyPress event in Message.xaml like the following.
protected override void OnBackKeyPress(System.ComponentModel.CancelEventArgs e)
e.Cancel = true;
NavigationService.Navigate(new Uri("yourhomepage", UriKind.Relative));
Please try it and let me know the result. If this not help, please post more information about your scenario.
Regards,
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • Notification from oem 11g.2

    hi all ,
    i install db 11g.2 on enterprise linux version 6 during the setup i active the email notification
    please see what oem send me ???what i do ???
    Target Name=IT-RBT:3938
    Target Type=Agent
    Host=IT-RBT
    Metric=Status
    Timestamp=Jan 10, 2012 11:00:36 AM AST
    Severity=Unreachable Start
    Message=Agent has stopped monitoring. The following errors are reported : COLL_DISABLED.
    Notification Rule Name=Agents Unreachable
    Notification Rule Owner=SYSMAN
    Notification Count=1
    what is wrong of this ???
    MANY THANKS

    Check the agent log files
    You can also read the following thread. It is for 10gR2
    Re: The following errors are reported : COLL_DISABLED.
    and also this :
    enterprise manager: agent unreachable
    Edited by: jazz81 on 10-Jan-2012 10:21

  • OEM 11g The Notification Schedule; Edit Schedule Definition buttons does not work

    When I go to the Edit Schedule Definition in OEM 11g and check the Days of Week schedule and try to hit the Batch-Fill-in button or any of the other buttons, nothing happens. It's as if the buttons
    are not working. I could really use some help on this.

    Hi,
    Are you using EM 11g Dbcontrol
    Is yes then we have a known issue marked in BUG 13907733
    Refer to below doc and apply the recommended patch
    Dbcontrol Email Notifications Are not received for metric alerts with a valid Notification Rule (Doc ID 1927762.1)
    Regards,
    Rahul

  • Are backup notifications in Oracle 11g DB covered in notification rules

    I had a query whether a notification for backup job completion in Oracle 11g database is covered in the notification rules section available in enterprise manager. I could not find any other way of sending notification from EM so was wondering if the notification for backup job completion is covered in the notification rules section.
    Please revert with the reply to my query.
    Regards

    My understanding from your answer is as follows:-
    1) The email addresses have to be entered in Preferences->General. Say I enter [email protected] & [email protected]
    2) In Preferences->Notification Schedule, we can specify either of [email protected] or [email protected] and we cannot specify [email protected] as it is not included in Preferences->General?
    I have tried to put the observations as examples, request you to please check and revert with examples if my understanding is not correct.
    Regards

  • OEM Multiple Notification rules and schedules

    Hi,
    We have OEM 10.2.0.4 installed in our environment.
    As a DBA i get the notification for all kind of alerts (warnings/critical).
    My manager wants to see only the critical alerts to be send to him. How can this be implemented.
    I created custom notification rules just for critical alerts. How can i now have a separate schedule just for these new notification rules.
    When I go to the schedule page. It does not seems to have a 'create' button so that I can create multiple schedules and associate different schedule to different rules etc...
    Any help in this regard would be appreciated.
    Thanks.

    Thanks for you reply.
    Do you mean I need to create a new Administrator user?
    Has anybody in this forum have implemented this? Please share the steps you have followed.
    Thanks.

  • UDM template and Notification Rules

    Hi,
    As i am first time working with EM grid control have few question upon organizing some things for better feasibility. I am familiar with the creation of a UDM template and creating notification rules. But I am lacking in proper organization of these thing. I have been provided the events (customized) categorized say security, performance, etc. So i have created a UDM for these events separately for testing. So to create template, how shall i proceed, is there any standard process or anything that would be helpful in all means.
    I was having different ways, like as i already created UDM's
    (1) create template for each event (UDM and out-of-box),
    (2) create template for events by category (UDM and out-of-box) ,
    (3) Create one standard template for all the UDM's and out-of-box events ,
    (4) Create templates based on OS UDM , SQl UDM and outof box metric events.
    (5) Create templates based on Host and database events.
    these are of few different way in which i am having in my mind. But not sure of feasibility solution.
    Also if am not wrong templates are only for applying to targets and they are not related w.r.t notification. So w.r.t notification I would like to know is that it would be better to categorize them with in default rules or make separate rules.
    Sorry for such series of question.
    Thanks.

    Thanks Rob. I came across one more thing while i am working with metrics. I see the metrics and policy settings pages differs w.r.t database version's,
    Say for example, with in 11g database metrics and policy settings i see following metrics,
    (1) Access Violation and (2) Access Violation Status, but i dont see these in 10g version database metrics and policy settings page. In 10g i see Following metrics
    (3) Active Sessions Waiting: I/O and (4) Active Sessions Waiting: Other which i see in 11g version database metrics and policy settings page but can't see on 9i
    version database metrics and policy settings page.
    So under such circumstances if i create a template w.r.t target type say database, that would have only the selected version while creating the database. Is that like do we need to create template for each database instance ?
    As i see we have an option of including the metrics present in another database version too, but if we add those into one what would be result as few metrics one instance is not aware of and also i see one situation where in one of the metrics to check for the database instance status differs from 9i and 10G ( i mean the naming conventions) In this case if i add both , we are going to get an alert twice as i presume. How to handle such situations while creating a standard template.
    Please advise if this need to be created w.r.t target type how to create it. Is that we can create w.r.t each version of database instanc target type too.
    Thanks.

  • Template vs notification rules

    Hello
    couple of questions about grid 11g
    1 what happens when you apply a template to target ? does it overwrite exisitng out of box notification?
    2 are there any dependencies between monitroing template/ notificaiton rules? can i create rule to send out notificaiton for a codition(metric) that is not in the template?
    thanks

    rpatti wrote:
    1. Applying a template changes the thresholds and drives when the system raise a critical or warning alert. The notification rules are independent of templates and drive what action we take when a critical or warning alert comes in. I am not quite sure what you mean by "overwrite existing out of box notifications" - but in general, templates and notification rules are related but independent as described above.
    2. See above. You can always create a rule to send notifications for alerts on any metric. If the alert triggers - it will do what's requested.
    Of course, you need to set thresholds appropriately on the target to raise a warning or critical alert - either by directly changing thresholds or using a template.
    Hope that helps.when I create notification I see all metrics even those which I haven't configured, why oracle displays those and doesn't hide them? a little bit curious because its misleading

  • Want to create custom report under report field in OEM 11G

    Dear all
    I would like to create custom report on OEM 11G. I have query which is executed and verified from TOAD. But after placed report element it shows an error that table/view not exits. But it doesn't ask any database user name and password.So let me like to know how to do this. I want add more and more reports after the success of this.. Ho can it be done?Please advice.
    Note:-
    The data is getting from OEM repository i think so.. But i need a report which is get data from various apps and system tables. So how to display result from this table and shown to EBS reports.
    Regards,
    Gobinath.R
    Associate consultant
    Petrofac Information Services Private Limited
    Chennai.
    Edited by: Gopinath on May 18, 2012 4:23 AM

    Report should be based on tables in repository database. Mostly sysman tables we will be using for reporting. If you need other database tables then you need to create dblink to those targets in sysman schemas. To my knowledge that's the only way you can refer to other db tables in reports.
    Regards,
    Satheesh Shanmugam

  • Monitoring WCI 10.3.0 & UCM 10.1.3.5 using OEM 11g R1

    As part of the Service Monitoring for our OFM-OUCM environment, we have implemented OEM 11g R1. Our Dev/Test/UAT/Prod environment is comprised of SOA 10.1.3.5, WCI 10.3, UCM 10.1.3.5, multiple DB instances 10.2.0.3/10.2.0.4, IDM 10.1.4.0.1. We are able to monitor SOA 10.1.3.5, IDM 10.1.4.0.1 & the databases. But the 11g Agent wasnt able to discover the targets for WCI 10.3.0 & UCM 10.1.3.5. Is there a way to monitor UCM 10gR3 & WCI 10.3 using OEM 11g R1 or do we need to downgrade the OEM version.
    We are able to see the WCI Products in the Hosts -> Configuration tab in OEM. But we are not able to monitor these as targets.
    WebCenter Interaction API Service 10.3.0.0.0
    WebCenter Interaction Automation Service 10.3.0.0.0
    WebCenter Interaction Content Upload Service 10.3.0.0.0
    WebCenter Interaction Directory 1.0.0.0.0
    WebCenter Interaction Document Repository Service 10.3.0.0.0
    WebCenter Interaction Identity Service for LDAP 10.3.0.0.0
    WebCenter Interaction Image Service 10.3.0.0.0
    WebCenter Interaction Notification Service 1.0.0.0.0
    WebCenter Interaction Portal 10.3.0.0.0
    WebCenter Interaction Remote Portlet Service 1.0.0.0.0
    Thanks

    Did you check http://www.oracle.com/us/products/enterprise-manager/039537.pdf ?
    and http://www.oracle.com/technetwork/oem/soa-mgmt/index.html
    MANAGEMENT PACK FOR WEBCENTER SUITE
    Regards
    Rob
    http://oemgc.wordpress.com

  • Convert custom management plug-in in OEM 11g to OEM 12c compatible plug-in

    Hi All,
    We have a custom plug-in developed and deployed in OEM 11g. We are planning to move to OEM 12c(12.1.0.4) and installing OEM 12c(fresh install) in a new host instead of migrating existing 11g to 12c as part of upgrade process.
    Now question is what are the options if I want to use existing 11g custom plug-in in OEM 12c ? As I understand 11g plug-ins are jar file but OEM 12c plug-ins are OPAR files.
    Can we export plug-in from OEM 11g and import directly in OEM 12c or if there are any steps to conver 11g plugin to 12c plugin before importing it in 12c.
    Please suggest the options available without re-developing the plug-ins for OEM 12c.
    Thanks

    To overwrite and update your current custom plug-in update that is stored in a repository, use the overwrite option.
    $emcli create_custom_plugin_update
    -agent_name="agent_name"
    -plugin_id="plugin_id"
    [-overwrite]
    This command creates and imports a custom plug-in update from an existing Management Agent where the selected plug-in is deployed. The custom plug-in update will be used for all subsequent plug-in deployments on any Management Agent, in place of Oracle supplied versions.
    Custom plug-in update is created as per plug-in type. If a custom plug-in update is created, and after three days, a patch is applied, in order to include the patch, the custom plug-in update will have to be created again.
    $emcli list_custom_plugin_updates
    Please refer the below doc for more info..
    http://docs.oracle.com/cd/E24628_01/doc.121/e24473/plugin_mngr.htm#CJGCHGIH
    Regards
    Krishnan

  • OEM 11g R1 Licence

    HI
    I have already installed OEM Grid control 10g R2 (10.2.0.1) on Oracle Enterprise Linux Server. I have already purchased and using licence for management packs.
    Now I want to install new OEM Grid Control 11g R1 on the same Server.
    Do I have to purchase Licence for management pack again for OEM 11g ?
    Do I have to purchase any other licence for OEM 11g Like Web Logic or Database?
    Thanks,
    Vishal

    Hi,
    Do I have to purchase Licence for management pack again for OEM 11g ?no, because management pack is licensed at database level once you have purchased for a database, not you are free to use it. Another aspect is that you will be able to use this management pack only through one OEM grid at a time, either from 10g or 11g.
    Do I have to purchase any other licence for OEM 11g Like Web Logic or Database?I think no, because when you install OEM Grid, database for repository is also installed and you don't need license for either GC or database as long as you are not using this database for some other commercial purposes and only using for OEM Grid repository and i believe same rule applies for the Web Logic server as long as you are using it only for GC and not for any other commercial application.
    So, Grid Control is free and all things required by it are also free as long as these things (database, weblogic) are solely being used by GC
    Salman

  • Need help for DB backup through OEM 11g grid

    I need to know how to schedule the hot backup of whole DB using OEM 11g grid.
    In our system there is a backup running for DB (10gr2). It is not scheduled through jobs.
    I am not able to find this scheduled db backup information from OEM.
    Can anyone guide me how to check the current backup schedules and backup script ?
    Is there any good document for this ?

    Hi Dhaval,
    You may look out option for restore backup from production and restore the same on QAS.
    Refer SAP note
    683447
    SAP Tools for MS SQL Server
    Which shall help you with post restore steps on the database.
    Once DB and SAP is up you may perform generic post restore steps like
    - STMS re-configuration
    - Adjusting profiles
    - Executing BDLS
    - Importing RFCs and user master ( if exported before the restore)
    - Adjusting Partner profiles
    - Configuring backup
    - Apply SAP license
    Above are just a few of them to name. There could be many more as per customer landscape.
    Regards,
    Deepak Kori

  • Notification Rules and Alerting

    I created 5 rules from the section "Notification Rules" using same user ID.
    Is it possible to alert different email groups for each notification rule from the same ID. We select "send e-mail" option from the Notification Rules section, we will be recieving alerts for the e-mail ID that was configured in the General Section under --> Preferences. How do we configure the rules to notify different group's using the same ID.
    Thanks in advance.

    Hi Loc,
    Can you please help me in finding the "Add Actions page (2nd step in The Edit rule set process)" I cannot find that option when I select the rule and say EDIT --> Actions page --> "E-mail notification, Advanced notofocation Methods and Clear Alert(These are only the options available in Actions page)".
    Sorry for asking the basic stuff... FYI - I am actually using OEM 11.1.0.1

  • System.InsufficientMemoryException: Failed to allocate a managed memory buffer of 268435456 bytes. The amount of available memory may be low. --- System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.

    Appfabric 1.1 server setup on 3 Windows server 2008 R2 machines.
    Client windows 7 64 bit.
    Because there is no bulkupdate ,we are trying to persist around 4000 objects wrapped in a CLR object.
     [Serializable]
        public class CacheableCollection<T> : ICacheable, IEnumerable<T>
            where T : class, ICacheable
            [DataMember]
            private Dictionary<string, T> _items;
            public IEnumerator<T> GetEnumerator()
                return _items.Values.GetEnumerator();
            IEnumerator IEnumerable.GetEnumerator()
                return _items.Values.GetEnumerator();
            [DataMember]
            public string CacheKey { get; private set; }
            public T this[string cacheKey] { get { return _items[cacheKey]; } }
            public CacheableCollection(string cacheKey, T[] items)
                if (string.IsNullOrWhiteSpace(cacheKey))
                    throw new ArgumentNullException("cacheKey", "Cache key not specified.");
                if (items == null || items.Length == 0)
                    throw new ArgumentNullException("items", "Collection items not specified.");
                this.CacheKey = cacheKey;
                _items = items.ToDictionary(p => p.CacheKey, p => p);
    We tried with the following options on server and client
    Server:
     <advancedProperties>
                <partitionStoreConnectionSettings leadHostManagement="false" />
                <securityProperties mode="None" protectionLevel="None">
                    <authorization>
                        <allow users="[email protected]" />
                        <allow users="[email protected]" />
                    </authorization>
                </securityProperties>
                <transportProperties maxBufferSize="500000000" />
            </advancedProperties>
    Client: 
     <transportProperties connectionBufferSize="131072" maxBufferPoolSize="500000000"
                           maxBufferSize="838860800" maxOutputDelay="2" channelInitializationTimeout="60000"
                           receiveTimeout="600000"/>
    I see different people experiencing different memory size issues. What is the actual memory limit of an  object that can be pushed to Appfabric. 
    Can some one please help ?
    Stack trace:
    Test method Anz.Cre.Pdc.Bootstrapper.Test.LoaderFuncCAOTest.AppFabPushAndRetrieveData threw exception: 
    System.InsufficientMemoryException: Failed to allocate a managed memory buffer of 268435456 bytes. The amount of available memory may be low. ---> System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
    System.Runtime.Fx.AllocateByteArray(Int32 size)
    System.Runtime.Fx.AllocateByteArray(Int32 size)
    System.Runtime.InternalBufferManager.PooledBufferManager.TakeBuffer(Int32 bufferSize)
    System.Runtime.BufferedOutputStream.ToArray(Int32& bufferSize)
    System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota)
    System.ServiceModel.Channels.BinaryMessageEncoderFactory.BinaryMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset)
    System.ServiceModel.Channels.FramingDuplexSessionChannel.EncodeMessage(Message message)
    System.ServiceModel.Channels.FramingDuplexSessionChannel.OnSendCore(Message message, TimeSpan timeout)
    System.ServiceModel.Channels.TransportDuplexSessionChannel.OnSend(Message message, TimeSpan timeout)
    System.ServiceModel.Channels.OutputChannel.Send(Message message, TimeSpan timeout)
    Microsoft.ApplicationServer.Caching.WcfClientChannel.SendMessage(EndpointID endpoint, Message message, TimeSpan timeout, WaitCallback callback, Object state, Boolean async)
    Microsoft.ApplicationServer.Caching.WcfClientChannel.Send(EndpointID endpoint, Message message, TimeSpan timeout)
    Microsoft.ApplicationServer.Caching.WcfClientChannel.Send(EndpointID endpoint, Message message)
    Microsoft.ApplicationServer.Caching.DRM.SendRequest(EndpointID address, RequestBody request)
    Microsoft.ApplicationServer.Caching.RequestBody.Send()
    Microsoft.ApplicationServer.Caching.DRM.SendToDestination(RequestBody request, Boolean recordRequest)
    Microsoft.ApplicationServer.Caching.DRM.ProcessRequest(RequestBody request, Boolean recordRequest)
    Microsoft.ApplicationServer.Caching.DRM.ProcessRequest(RequestBody request, Object session)
    Microsoft.ApplicationServer.Caching.RoutingClient.SendMsgAndWait(RequestBody reqMsg)
    Microsoft.ApplicationServer.Caching.DataCache.SendReceive(RequestBody reqMsg)
    Microsoft.ApplicationServer.Caching.DataCache.ExecuteAPI(RequestBody reqMsg)
    Microsoft.ApplicationServer.Caching.DataCache.InternalPut(String key, Object value, DataCacheItemVersion oldVersion, TimeSpan timeout, DataCacheTag[] tags, String region)
    Microsoft.ApplicationServer.Caching.DataCache.Put(String key, Object value, String region)
    Anz.Cre.Pdc.DataCache.DataCacheAccess.Put[T](String cacheName, String regionName, T value) in C:\SVN\2.3_Drop3\app\Src\Anz.Cre.Pdc.DataCache\DataCacheAccess.cs: line 141
    Anz.Cre.Pdc.DataCache.DataCacheAccess.Put[T](String cacheName, String regionName, Boolean flushRegion, T value) in C:\SVN\2.3_Drop3\app\Src\Anz.Cre.Pdc.DataCache\DataCacheAccess.cs: line 372
    Anz.Cre.Pdc.Bootstrapper.Test.LoaderFuncCAOTest.AppFabPushAndRetrieveData() in C:\SVN\2.3_Drop3\app\Src\Anz.Cre.Pdc.Bootstrapper.Test\LoaderFuncCAOTest.cs: line 281

    Essentially what we are trying to do is the following.
    we have different kinds of objects in our baseline. Objects of type CAO, Exposures, Limits that change everyday after close of business day. 
    We wanted to push these different objects in to respective named regions in the cache. 
    Region Name     Objects
    CAO                   ienumerable<caos>
    Exposures           ienumerable<exposures>
    Limits                ienumerable<limits>
    we have a producer that pushes this data in to the cache and consumers of this data acting on the data when its available.
    Now the issue we are facing is when we try to push around 4000 cao objects (roughly in the size of 300MB when serialized using xml) ,we are getting the above error. Increasing the size on the client and cache cluster didnt help.
    The other alternative we were thinking about is chunking and pushing because appfabric doesnt support streaming. We might be able to push this data successfuly if we chunk. But how about the consumers ? wouldnt they face the same memory issue when we use
    getallobjectsinregion ?
    We thought if there was a way to figure out the keys in the region then probably the consumers can get one by one. However there is no such API. 
    The only option i see is using Appfabric notifications which msdn says isnt a reliable way.
    Please help.

  • Db control notification Rules

    Hi,
    in 10g R2, in OEM Db control, in preferences, in notification rules there are four choices :
    Agent availability.
    Database availability
    Host Availability
    Listener availability Why are these choices exclusive ? We can choose only on of them. Why we can not be notified for agent availability and Database availability at the same time ? I could not see if one is included in another.
    Thanks for your explanation.

    Write more than one rule.

Maybe you are looking for

  • Using previous results in a query

    Hi Please can someone assist. I have a bex query - 1 structure only in my columns I have my data in rows broken down by calendar year. What I need to be able to do is to use the result in calendar year 2008 and sum it in calendar year 2009.   Calenda

  • Replay error with new iTunes

    I just downloaded version 7.0.2.16 and I've connected my Nano to my laptop to play music directly from the ipod through my satellite speakers while I charge my nano. The problem I'm having is that iTunes will play one song, and then the next, and the

  • Roll-over and pop-up

    I have a simple roll-over and upon click I'd like for a small window to pop up. After I create the page and the roll-over and pop-up, I test it to find it isn't acting as expected. Instead of onr pop-up, I get at least three and they are all of diffe

  • Arrow keys or Logitech Presenter R800 - no support on LR 5 or higher

    I use Lightroom since Version3 to present my Picture Shows. I use Logitech Presenter R800 to change the Pictures in different intervals. The same problem is also by using the arrow keys. Until Version 4.4 it works without any problems. Since I had in

  • It shows damaged or incomplete, It shows damaged or incomplete

    When i am open my iphoto app it shows me damage or incomplete. I have update my app with new update...