Swap Utilization is 100% - cant clear alert

We have had the Swap Utilization is 100%, crossed warning (35) or critical ( ) threshold hanging around for a month now and I cant clear it.
The server has been rebooted and there is no swapping.
I found this http://www.ora-solutions.net/web/2010/11/12/grid-control-11g-agent-metric-swap-utilization-on-hp-ux-with-pseudo-swap/
but its not for our platform nor our Grid Agent version!
Any ideas please?
Linux RHEL 5
Oracle Enterprise Manager 10g Release 5 Grid Control     10.2.0.5.0

If you find that Metric via the host that it is configured on, just clear the fields that are there for that metric.
Then when you can see those alerts cleared, re-enter the values and carry on regardless.
DA

Similar Messages

  • EM alert Message : Swap Utilization is 100%

    Hi,
    on 10G R2, EM sends us the following alert :
    Message=Swap Utilization is 100%And in details when I look, it says : examine the applications that do not belong to this instance.
    I wonder if SGA and PGA are well tunned ?
    I hyave the followings :
    SQL> show sga
    Total System Global Area 1476395008 bytes
    Fixed Size                  1251172 bytes
    Variable Size             293603484 bytes
    Database Buffers         1174405120 bytes
    Redo Buffers                7135232 bytes
    SQL> show parameter target
    NAME                                 TYPE        VALUE
    archive_lag_target                   integer     0
    db_flashback_retention_target        integer     2880
    fast_start_io_target                 integer     0
    fast_start_mttr_target               integer     0
    pga_aggregate_target                 big integer 1100M
    sga_target                           big integer 5504MMany thanks.

    Hi,
    today RMAN backup failed with :
    ORA-04030 :out of process memory when trying to allocate 2457618 bytes (pga heap,zbits_kgcstate)might this error be related to EM alert :
    Swap Utilization IS 100%
    according to mrtalink note 373602.1 we should be in automatic SGA to avoid ORA-04030 , and we are then why ORA-04030 ?
    SQL> SHOW parameter target
    NAME                                 TYPE        VALUE
    archive_lag_target                   integer     0
    db_flashback_retention_target        integer     2880
    fast_start_io_target                 integer     0
    fast_start_mttr_target               integer     0
    pga_aggregate_target                 big integer 1100M
    sga_target                           big integer 5504MThanks before.

  • Swap utilization is 100 %

    Hi All,
    In my production system swap utilization is 100% that is causing performance issues, when we execute top & Glance command , couldn't find workprocess which are using more memoery here i could see only 2 process are using 2 gb memory, actually we have 32GB memoery. also we have checked in sm04, ther also no workprocess is using much memory. In St02  detailed analysis also utilizing memory is 3gb. i could see occupied physical memoery in ST06. there only 1GB free meomery.
    Could you please some one help me how we can find where this physicall memory is utilizing.

    What's your current physical memory size?
    Just set all memory related parameters according to your physical memory and re-check.
    Increase your physical memory if required (contact SAP for fine tuning)
    Regards,
    Nick Loy

  • Oracle Coherence increasing Swap Utilization

    We are using Oracle Coherence on linux servers. However, we noticed that because of Coherence processes running, often our swap utilization % increases too much, sometimes becoming more than 98%, even touched 100% a few times.
    Once we kill all the coherence related processes, then it becomes normal.
    Is there any way we can make coherence processes to only use a particular size of Swap space ?
    Currently increasing swap space is not in our scope.
    Please suggest.
    Edited by: user7761515 on May 3, 2012 11:29 AM

    Hi,
    We are using Oracle Coherence on linux servers. However, we noticed that because of Coherence processes running, often our swap utilization % increases too much, sometimes becoming more than 98%, even touched 100% a few times.
    Swapping itself (1%-100%) is not a good sign and should be avoided by ensure that you have sufficient memory such that you are not making active use of swap space on your machines. The active usage of SWAP space will have significant performance degradation.
    Is there any way we can make coherence processes to only use a particular size of Swap space ?Manage your memory by allocating heap using -Xmx for Coherence JVMs. You need to ensure that the sufficient RAM memory is available on the server for Coherence JVMs and other operating system processes and do not consume all the RAM.
    To temporarily set the swappiness, as the root user echo a value onto /proc/sys/vm/swappiness. The following command will set swappniess to 0:
    echo 0 >/proc/sys/vm/swappiness //To set the value permanently, modify the /etc/sysctl.conf file.
    Hope this helps!
    Cheers,
    NJ

  • How to clear alert when a null value is returned for a metric column?

    Hey all,
    Recently, I've encountered a problem about clearing alert when a null value is returned for a metric column. From Oracle official doc, it seems that NO_CLEAR_ON_NULL could be used for this propose. However, it doesn't.
    Here is the line from doc, you can see when NO_CLEAR_ON_NULL is set as FALSE, the null value will clear alert, and the default value for NO_CLEAR_ON_NULL is FALSE.
    NO_CLEAR_ON_NULL: This attribute is used to control severity clearing when a null value is returned for a metric column. It defaults to FALSE with the behavior that a null value ends up clearing previous alert severities. With a TRUE value for this attribute, null values will be skipped in severity evaluations without clearing the severity.
    TRUE | FALSE (default)
    STATELESS_ALERTS: This attribute if set to TRUE indicates to EM that alerts on this
    column will not have corresponding clears. This allows the UI to decide whether to
    allow users to manually clear alerts on this column.
    TRUE | FALSE (default)Here is my code for the metric,
    -- meta definition
      <Metric NAME="Flushing_Table_Overtime" TYPE="TABLE" HELP="NO_HELP">
        <Display>
          <Label NLSID="mmd_ip">Flushing Table Overtime</Label>
        </Display>
        <TableDescriptor>
          <ColumnDescriptor NAME="State" TYPE="STRING" IS_KEY="FALSE">
            <Display>
              <Label NLSID="mmd_rc_State">State</Label>
            </Display>
          </ColumnDescriptor>
          <ColumnDescriptor NAME="Time_Seconds" TYPE="NUMBER" IS_KEY="FALSE">
            <Display>
              <Label NLSID="mmd_fto_Time_Seconds">Flush Table consume Seconds</Label>
            </Display>
          </ColumnDescriptor>
        </TableDescriptor>
        <ExecutionDescriptor>
          <GetTable NAME="MysqlProcessAggregate"/>
          <GetView NAME="v_flushing_tables" FROM_TABLE="MysqlProcessAggregate">
            <Column NAME="State" />
            <Column NAME="Time_Seconds" />
            <Filter COLUMN_NAME="State" OPERATOR="EQ">Flushing tables</Filter>
          </GetView>
        </ExecutionDescriptor>
      </Metric> 
    -- coll definition
      <CollectionItem NAME="Flushing_Table_Overtime">
        <Schedule>
          <IntervalSchedule INTERVAL="10" TIME_UNIT="Min" />
        </Schedule>
        <MetricColl NAME="Flushing_Table_Overtime">
          <Condition COLUMN_NAME="Time_Seconds"
                     CRITICAL="30" OPERATOR="GT"
                     MESSAGE="There is a Flushing Table command has exceeded %critical_threshold% seconds."
                     MESSAGE_NLSID="msg_Flushing_Table_Overtime" />
        </MetricColl>
      </CollectionItem>If this feature can not be achieved by coding XML, then is there a way to clear alert with Oracle Package? I have confirm neither sysman.em_severity.delete_current_severity nor sysman.em_severity.clear_alerts could do it.
    Would anyone give me a hint?
    Thanks in advance!
    Best wishes,
    Satine

    > I am executing in this manner
    var RESULT BOOLEAN;
    BUT I am unable to create variable with boolean data type.
    WARNING. Do not confuse SQL*Plus with PL/SQL.
    There is no variable command in PL/SQL. PL/SQL does support the boolean data type.
    There is a variable command in SQL*Plus. It allows one to define bind variables. It is limited in the data types it supports. It does not support boolean as a bind variable type.
    SQL*Plus is a CLI (Command Line Interface) client tool. It has a very limited vocabularly, allowing you to (primarily):
    a) configure its local environment (e.g. size of the terminal ito number of characters per lines)
    b) configure its bevahiour (e.g. spooling data to a file)
    c) defining substitution and bind variables
    And that's it. It is not PL/SQL. It is not SQL. It takes the PL/SQL and SQL you enter, and submit that to the Oracle server. (it does some basic parsing of the data to substitute variables and bind variables where applicable)
    Do not confuse this CLI client tool with the server side PL/SQL or SQL languages.

  • Clearing Alerts in Oracle 10 EM

    al Salm 3likm
    hi forum
    i need to clear alerts in enterprize manager in oracle 10g
    i do the follow
    select t.target_name
    , t.target_type
    , collection_timestamp
    , message
    , 'exec em_severity.delete_current_severity(''' ||
    t.target_guid || ''',''' ||
    metric_guid || ''',''' ||
    key_value || ''')' em_severity
    from sysman.mgmt_targets t
    inner join
    sysman.mgmt_current_severity s
    on
    t.target_guid = s.target_guid;
    and
    execute out put as follow
    exec em_severity.delete_current_severity('A1133B3B9BEFCBB420D954FC3BE1F3D7','F95BA0D95585002889E1ABF92B2DA7C3','TSMSYS')
    exec sysman.em_severity.delete_current_severity('A1133B3B9BEFCBB420D954FC3BE1F3D7','F95BA0D95585002889E1ABF92B2DA7C3','TSMSYS');
    exec sysman.em_severity.delete_current_severity('A1133B3B9BEFCBB420D954FC3BE1F3D7','F95BA0D95585002889E1ABF92B2DA7C3','MGMT_VIEW');
    exec sysman.em_severity.delete_current_severity('A1133B3B9BEFCBB420D954FC3BE1F3D7','F95BA0D95585002889E1ABF92B2DA7C3','SYSMAN');
    exec sysman.em_severity.delete_current_severity('A1133B3B9BEFCBB420D954FC3BE1F3D7','F95BA0D95585002889E1ABF92B2DA7C3','BB');
    exec sysman.em_severity.delete_current_severity('A1133B3B9BEFCBB420D954FC3BE1F3D7','F95BA0D95585002889E1ABF92B2DA7C3','SSS');
    exec sysman.em_severity.delete_current_severity('A1133B3B9BEFCBB420D954FC3BE1F3D7','D6438569B496BC9205481E8A70F92F1E','SYS_precastdbsrv');
    but alert not removed
    any idea

    Check this
    http://www.databasejournal.com/features/oracle/article.php/3694541/Clearing-Alerts-in-Enterprise-Manager.htm

  • Clearing alerts in EM 10g

    I have set up EM 10g on a W2K environment and everything is working fine but I have alerts on some targets that I have already taken care of but the do not "go away".
    Is there a way to clear alerts?
    For instance, last weekend an archive log disk got full. I resolved the incidence but I still have a red alert about log file switch %.
    Thanks for your help.

    But it looks awful when you see it because you automatically think there's a problem when there isn't !
    Old OEM 9 used to put the little green flag up when it cleared....
    Right ! Who's for hacking the PL/SQL ! :)

  • Swap utilization %

    Hi,
    I am running 2 database instances of Oracle 11g on Solaris 10 (SPARC T-5120).
    At the OS level it seems that the swap is not being used at all, but at the OEM, it shows the "Swap Utlization %" is about 80%
    bash-3.00$ swap -l
    swapfile dev swaplo blocks free
    /dev/dsk/c1t0d0s3 32,3 16 36877808 36877808
    Could someone please help me to understand these two indicator and to which one I need to pay attention.
    Also, I noticed that if I increase the "memory_max_target" parameter, the "Swap Utilization%" increases.
    Regards,
    AShum

    ashum wrote:
    I don't know how to format it to make it more readable on the post.
    Any advice?
    Thanks,
    Alberto
    SQL and PL/SQL FAQ
    scroll down to #9 & do as it says
    Find my second post in this thread which contains the line below
    What columns are produced by your version of vmstat?What I posted was from
    man vmstat
    that documents the output from the vmstat command.
    you need to do the same
    man vmstat
    then COPY the actual description for each column of the output from vmstat & PASTE all here
    be sure to wrap the text in tags                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • I am not getting clear alert from OEM 11g Grid, even after the issue solved

    I am not getting clear email alert from OEM 11g, even after the issue fixed.
    For eg: I got critical alert when I have shutdown the DB.But I didn't get clear alert even I have started my DB and is up running.
    I am getting only critical and warning alerts but not clear alerts from 11g Grid control.
    Please help me in troubleshooting the issue....
    Thanks in advance.............
    vgcrl

    Bullitt wrote:
    there email address is [email protected]
    Thank you... I will give that a go...
    Martin

  • Oracle Linux - Swap Utilization

    I am running Oracle 11.2.0.2 on Oracle Linux x86 64-bit.
    In looking at OEM, I see my swap utilization reported at 17.01% and I see virtual memory paging listed in the ADDM Performance and Analysis section:
    Host operating system was experiencing significant paging but no particular root cause could be detected. Investigate processes that do not belong to this instance running on the host that are consuming significant amount of virtual memory. Also consider adding more physical memory to the host.
    There no additional or non-standard processes running on this server.
    For those of you that are running similar configurations, does this seem normal or typical for you? Might you guess that I have potential problems with swapping or is this normal or an EOM “false alarm”?
    Additional info:
    My server is virtual. I am using Huge Pages and I am certain my SGA is fully contained in there.
    Memory Statistics
    Host Mem (MB):     14,031
    SGA use (MB):     8,192     
    PGA use (MB):     509     
    % Host Mem used for SGA+PGA:     62.01     
    Thanks for your time.

    below takes 1 minute to complete
    as long as (so+si) less than (bo+bi) then RAM is NOT a bottleneck
    bcm@bcm-laptop:~$ vmstat 6 10
    procs -----------memory---------- ---swap-- -----io---- -system-- ----cpu----
    r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa
    0  0   9776 105876 290164 1935116    0    0    33    38  228  300  9  4 86  1
    2  0   9776 103364 290172 1937504    0    0    19   423  700 1585 23  3 70  4
    0  0   9776 118616 290176 1940692    0    0     0    28  962 2483 10  5 85  0
    0  0   9776 113796 290180 1940728    0    0     3   126  941 2355 10  4 85  1
    1  0   9776 113796 290220 1940696    0    0     0    86  786 1779  4  3 91  3
    0  0   9776 113704 290236 1940696    0    0     0    20  812 1839  4  3 92  1
    1  0   9776 113704 290300 1940708    0    0     1    81  755 1706  4  2 92  2
    0  0   9776 108604 290324 1940716    0    0     1    56  770 1810  5  2 92  1
    0  0   9776 108108 290340 1940752    0    0     1  1681  790 1797  3  3 89  5
    0  0   9776 108108 290356 1940752    0    0     0   120  851 1736  4  2 92  1
    bcm@bcm-laptop:~$

  • Just turned on new ipad touch 4 screen just has a itunes logo and pic of usb cord cant clear it

    just turned on brand new IPOC touch 4, screen only has a pic of  Itunes logo and dsl cord going to it. cant clear it.

    What happens when you connect to your computer that is running the most recent version of iTunes?
    Stedman

  • RAM utilization becoming 100% after restarting it is ok

    Hi
    Gurus i am using ECC6.0 Sql server on windows , our system RAM utilization for every 2 or 3 days becoming 100%, and then all repsonce times are becoming high...When i restart the system then system will be ok.
    any i suggestions where do i start the investigation...
    Thanks in advance
    Balaji

    Hi,
    Looks like the Memory requirement in your system is higher the resources you have in the system.
    The reason why you are getitng the slow respsone is that when all the phisical memory is utilised, paging used to start which cause the system slow and when you restart the system, all the memory utilization refreshed and all the pages got free again.
    Please check the memory consusmpltion in your system using the Tcode ST06 and if swapping is high most of the time, You can take a call for increase RAM of your system.
    Please also make sure that you have set the SAP recommanded parameters for paging related in your system.
    With Regards,
    Saurabh

  • Hello, cant clear songs from an Ipod shuffle.

    I have an Ipod shuffle that I am trying to clear the songs from and add new songs. When I try and clear the songs it tells me do not disconect and after a while it tells me the update was succesfull and I can disconect my Ipod Shuffle. The list appears to be blank although it still says the same amount of space has/is used as before it was cleared.
    I have done the reset to factory settings and that has not solved it. I have then tried to reboot the system and no luck. I have then rebooted the system and still nothing. I have uninstalled Itunes and reinstalled Itunes and still no luck. I have tried 5 diffrant usb ports on this box and nothing.
    As a last result I have then installed itunes on 4 diffrant pcs and one lap top and still nothing. The shuffle plays the songs life is good for the most part. I just cant replace them. I even used the auto fill selected the play list I wanted and had the replace all songs selected. When I do this it claims it is updating and then gives an error message of not enough space.
    The worst part is the smug sob next to me is enjoying his Iriver man wish I could smack him down. -Nasty I river crap not installed on these machines and never was.- please help me out gang.

    hi acari!
    When I try and clear the songs it tells me do not disconect and after a while it tells me the update was succesfull and I can disconect my Ipod Shuffle
    we'd better quickly check on this issue:
    Strange iPod behavior when Windows confuses iPod with network drive
    keep us posted.
    love, b

  • How to clear alerts from icalendar

    I have two alerts that are showing up on my icalendar on my macbook pro. This alert is the same alert when your Apple devices show you have either missed a phone call/text/email. Does anyone know how to get rid of this?? Help!!

    Plase post questions like this in the Enterprise Manager.
    Alerts can be cleared by fixing the underlying cause (metric values that crosses thresholds setup). E.g. by adding space to a tablespace.

  • Clearing alerts in Oracle 10g

    I have several alerts in the Oracle 10g Enterprise Manager which I have already catered for. Is there a way to clear these alerts??

    I looked thru the stored procs and I see a trigger for mgmt_current_severity and the mgmt$alert_current view shows you this data..
    Looks like mgmt_current_severity is the key to these alerts..
    I get the impression that 10g OEM was delivered missing quite a bit of the promised functionality .. like reporting and such.
    So I expect a big update soon.

Maybe you are looking for

  • Procedure of scheduling agreement with jit

    Can any one explain the step by step by procedure of creation of scheduling agreement with jit(just in time) Vasu,K

  • Using Select Statement in the decoe function in Oralce Form10 g

    Hello All: Is it possible to call another Select Statement inside the Decode Function in Oracle Form? I tested the SQL on PL/SQL Plus, it ran without giving any errors. However, I got the following errors when I tried to compile the procedure in the

  • Why can't I open new PDF files into iBooks

    I cannot open new PDF files in iBooks, they flash really quick in PDF folder then disappear. I'm really frustrated

  • On AOL Firefox encountered a problem and must close.

    Firefox 3.6.10 Windows XP in AOL I try to access one of the news items and get an error message Firefox encountered a problem and must close. I recently installed AVG anti-virus This does not happen when I use Explorer 6

  • MDM java api search on Main table

    Hi All, I am developing MDM Web dynpro custom application using MDM java API 2. I am having difficulty while searching on main table by date field. The fields type in MDM as u201CTime Stampu201D how I make my search constraints. Please point me if th