How & what to cleanup under the OEM Grid Agent home

1) Does Oracle have some way to automatically clean up the OEM Agent directories? Or do I have to right a script?
2) Are these the files that have to be periodically purged:
find /oracle/agent10g -name "*.log" -type f
find /oracle/agent10g -name "*.trc" -type f
find /oracle/agent10g -name "*.nohup" -type f
find /oracle/agent10g -name "*.err" -type f
find /oracle/agent10g -name "*.out" -type f
Are ther other files?

There are multiple "directories" that may be accumulating log and trc files - check
agent10g/sysman/log
db10g/admin/emrep/bdump
db10g/network/log
db10g/rdbms/log
oms10g/sysman/log
oms10g/opmn/logs
oms10g/j2ee/OC4J_EM/log
oms10g/Apache/Apache/logs
oms10g/webcache/logs/archive
oms10g/netgwork/log

Similar Messages

  • How do you turn off the auto grid?

    How do you turn off the auto grid? I read in a forum that the solution is "View- show- turn off grid". But the weird thing is I had to have that website open to even get the alternative up under "View". If I didn´t, there were other alternatives there. Why?
    The second problem is, when I finally got the "Turn off auto grid" alternative up, it will not be unchecked…. I´m working on a mac.
    Thank you in advance!
    Jeanette

    View > Snap To > None.
    Nancy O.

  • How do you connect to the enternet on a home pc that is not wifi?

    How do you connect to the enternet on a home pc that is not wifi?

    - An iPod will only connect to the internet via wifi. The USB connection does not provide internet conductivity.
    - When yu say phone line what type of phone line?  A regular (usually called dial up) would be very slow.  Do you have broadband phone like DSL,Fios or something?  You cold add wifi router to those. 

  • 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/]

  • How did dust get under the screen?

    I bought a PB used about a month ago and it was in like new shape with the exception of one dead pixel that annoyed me. This is getting picky but now I noticed there is a piece of dust about an inch away from the dead pixel which really annoys me when I see those. I don't understand how a piece of dust got under the screen, I've had my ipod touch for over 2 years, in my lint filled pockets and it doesn't have any dust under the screen, just in the creases of where the glass ends. I've only had the PB a few weeks and when transporting it I have it in the cloth sleeve, and I clean it often, how could it have gotten in there, through the speaker grill? And could I use like an air compressor to blow it out or would that possible cause damage to it. I was going to buy the convertible case and a screen protector soon but still I don't see how that happens. Sorry for the dumb post but it is really annoying and I want to know if anyone else has had that happen or if it dust can be blown out.

    Thats too bad. I dont get how its getting under there, Im thinking probably through the speaker grills but I'm not sure, the dead pixel was annoying enough but if any more dust gets under there its going to be really annoying to see all that on the screen. I dont know if the one already in there might move to the edge so its not as noticeable or if it might work its way out over time, if more get under there though Id say the best solution would be to take the glass off, if its even possible on the PB, I dont know that much about them, I heard the battery isnt removable but I think that means user removable meaning a PB dealer could open and replace it. If it can be opened without a professional without scratching anything then maybe just taking the glass off will work but I'd only do that as a last resort. I'm starting to get more and more disappointing with the PB the dust, the battery life isnt what I hoped for it to be, and there are very few good apps. Maybe when the ipad 3 comes out I can get a cheap ipad one to fill in for where the PB lacks

  • What's this under the Recent section?

    There's album or something under the Recent section in the Source list that I have no idea what it is, how it's set or how to change it. It's the first element. Here's a picture of what I'm talking about. Does anyone know what it is and how to change it? Thanks!
    Here's the image:
    http://img183.imageshack.us/img183/7010/iphotoyo3.jpg

    Thanks Jeff but I don't think that's it.
    It's not like a plug for a hole, it's about 4" x 3/4" and has a long hole in the middle. Looks like the ipod is meant to sit inside of it and have the cord plugged in but the ipod cannot stand up or lie flat in it. Perhaps it's some sort of adaptor, clicks into something, maybe that the old thicker ipod sat in but it does not fit in the dock of the old ipod, the new one sits in there just fine.
    I'm stumped as to what it could be that Apple thought we were all going to need it.
    ibook g3 now cadidate MBP owner   Mac OS X (10.4.5)  

  • Can somebody please tell me what all goes under the "Documents

    I have 8.35G of saved "Documents & Data" and i would like to know what all falls under this category and how i can decrease this storage.

    Did you get a particular error when you ran the stored procedure?
    As an aside, I would generall do this in static SQL via something like
    SELECT *
      FROM <<table name>>
    WHERE (parameter_1 IS NULL OR
            UPPER(column_1) LIKE UPPER(parameter_1))
       AND (parameter_2 IS NULL OR
            UPPER(column_2) LIKE UPPER(parameter_2))If you have not already created function-based indexes on UPPER(column_1), UPPER(column_2), etc. that would probably be a performance benefit.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • 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

  • How to change port number  of OEM grid 11gR1

    As we all know, in OEM grid 11gR1 instalation, OEM has assigned it self a defult port 7799 ( https://localhost.com:7799/em/console/logon/logon). How can we change this port and which service we need to restart.

    The easiest way I've found to do it is through the WebLogic console. Select the configuration tax for the services and drill down to the post you want to change. You will need to bounce the OMS (from inside WLS console)

  • How do I find "under the hood" in iPhoto

    I purchased duplicate finder and it asks me to access under the hood in Iphoto.I can not find under the hood .Help please

    I bought the Duplicate Finder app in Applestore I have tons of duplicate photos in IPhoto I run OSX 10.9.2
    I use IPhoto 9.5.1
    Here is the help page for Duplicate Finder app it tells me to go into the highlighted area below to run the app in IPhoto.I do not undestand how to get to the under the hood tab see bottom of the page
    Preferences
    The preferences window can be accessed from The Duplicate Finder menu. All options in Preferences have a description field, to describe its functionality. In case if you have questions related to detailed information about a specific option contact us.
    Search for duplicates in iPhoto
    To properly scan your iPhoto Library an option called "Scan duplicates in iPhoto" has to be enabled at the bottom of "Under the Hood" tab.
    This option forces The Duplicate Finder to analyze the meta information of iPhoto libraries and show only the actual duplicates within iPhoto. By removing iPhoto duplicates from The Duplicate Finder, iPhoto is launched and the items are moved to iPhoto's Trash. To permanently delete the items and free up your drive space the Trash of iPhoto needs to be emptied.
    Note: Only the removal of the currently active iPhoto library items are allowed. Warning messages are displayed for the selection of items inside inactive libraries.

  • How possibly dust going under the back glass of the phone?

    I see some specs of dust under the back glass of my iPhone4S. How possibly is that? It seems that the glass is perfectly attached to the back, how could they go there? Is there any solution for me to swap them out or how to prevent more dust going underneath the glass? Since there is no Apple service in my country, so it seems that I have to deal with it? Not a big problem but it is very annoying. Please help!!!

    You meant that there is no way for dust coming under the glass, right? Cause I am going to buy a pair of screen protector to cover the front and back of the phone.I wonder it can improve the situation?

  • How to calculate area under the waveform

    I need to calculate absolute energy of the waveform. Do you have a math function to do this? I used Integrate funtion but the return value is 0.

    You didn't say much about what you are doing. The CNiMath::Integrate function should be able to do this for you. Maybe you don't understand the function. You would input your waveform as a vector (say 1000 elements), then the delta time between each element (1/sampling rate), then the first and last value of the discrete integral (waveform[-1] and waveform[n]). Then, on output, the vector would contain the integrated data. You could get the sum of the elements to get the total area under the curve.
    Best Regards,
    Chris Matthews
    National Instruments

  • How do I clean under the trackpad?

    Every now and then I get so much crap under there, it's difficult to use. Usually, I need to go to the Apple Store so they can clean it but I'd like to save some time and gas money for something so simple. Is there a way to clean it that won't void the warranty (I assume opening it up might be an issue).

    The only "under the trackpad" I am aware of is between the surface you are resting on and the trackpad resting on it.  Otherwise there is no "under" you can get at as far as I can tell.
    Just wipe the underside of the TP with a soft rag.  Clean the top with something like iKlear using a microfiber cloth.  That's what I do at the same time I clean my display surface with the iKlear.

  • What is covered under the Apple leather case warranty

    Apple cases come with a one year warranty and apparently it covers workmanship and manufacturing defects but for a case, nearly everything could be claimed to be cosmetic damage caused by the user. Will they cover for example if the case goes wonky at the bottom where the gaps for the lightning port and EarPods ports are?

    Sorry, dropping your device is not covered:
    What type of damages are not covered by my warranty?
    Apple's Limited Warranty for iPod excludes coverage for damage resulting from accident, liquid damage, disassembly, unauthorized service and unauthorized modifications. Please review the warranty for further details. When a service is not covered under the warranty, Apple will return your original iPod to you without providing service, and may hold you responsible for shipping costs, plus any applicable sales tax.
    copied from Apple - Support - Service Answer Center

  • Flex 4.6 ViewNavigator: any way to check what view is under the current view?

    I have different breadcrumb trails in my app and i would like to pop a view if the view under it is the one i want, else i would like to push the view instead. Is there a way to tell if a specific view is under the view stack?

    I have different breadcrumb trails in my app and i would like to pop a view if the view under it is the one i want, else i would like to push the view instead. Is there a way to tell if a specific view is under the view stack?

Maybe you are looking for

  • Best way to realize controller communication

    Hi, my UI has a search text field and a table. To filter the table content the user can enter something in the text field. If the entered text hits a row, it is displayed, otherwise not. The text field filters the table. I have a search.fxml (search

  • Histograms disappear in levels adjustment layer

    I made a couple of levels adjustment layers with masks in CS4. Now I want to tweak the adjustment and the histograms are gone. The numbers in the boxes are there and the sliders are there but I can't see the histograms. This has just happened on one

  • Anonymous Login in EP6.0 SP2....Please Help

    Hello, I am currently working on SAP Enterprise Portal 6.0 SP2. I am trying to create anonymous content using Simple Anonymous Logon method (i.e without using any logon ticket). As per the instructions given in help.sap.com, I tried the following ste

  • Kernel 25 but no virtualbox-modules

    dear all, since there is 2.6.25 the virtualbox-modules compile but cannot be loaded any help appreciated: sudo modprobe vboxdrv FATAL: Error inserting vboxdrv (/lib/modules/2.6.25-ARCH/misc/vboxdrv.ko): Unknown symbol in module, or unknown parameter

  • IOS8 Mail search bug, duplicates in random order!

    Does anyone know of a fix for iOS mail search duplicate results, in random order? When searching in Mail on iOS 8 (and iOS 7 before), on an Exchange 2010 hosted account (like Rackspace) the search results are all duplicated, and in random order, maki