AIX 5.2 stops forwarding traffic under load

Ask a Question related to AIX, Design and Development.

  1. #1

    Default AIX 5.2 stops forwarding traffic under load

    Hi guys,

    We are testing an AIX 5.2 machine (p610) for use as a network router.
    Under heavy load (the system is close to 100% CPU utilization) the
    machine periodically stops forwarding traffic for a few seconds (CPU
    utilization goes to zero) and then everything gets back to normal.

    Does anyone has any idea as to what's wrong with the box and how to
    fix it?

    Tnanks

    Phillip L. Kazakoff
    Ramat-Gan, Israel
    Phillip L. Kazakoff Guest

  2. Similar Questions and Discussions

    1. Acronbat Pro 7 stops STOPS Acrobat printer in 10.4.7
      I ave installed Acrobat Pro 7 on my Powerbook G4 system 10.4.7. But whenever I print from Word the Acrobat printer stops. I did have Acrobat 6 which...
    2. Forwarding to URL
      I havent touched flash since Flash 5, so you have to forgive me here.... I made an intro, and I want it to automatically load my main website as...
    3. too much traffic on lo0
      Tom wrote: What do you mean "too much traffic"? Is this causing you a problem, and is so, what? on Sun It didn't show *any* traffic on the...
    4. X forwarding
      Using: desktop: Tera Term Pro X-Server via Cygwin server: Solaris8
    5. IP forwarding
      Hi, I want to use WInXP (home edition) with 2 NICs as gateway to my second network. I tried the bridged option but doesn't seam to work. I have...
  3. #2

    Default Re: AIX 5.2 stops forwarding traffic under load


    routing issue could be a by product of your cpu bound situation.



    what processes are spinning at 100% ?



    use ps aux, tprof, pprof, topas, nmon etc to work this out, then contact
    the vendor of the application to which the processes belong to find out
    why thier app is killing your system....



    If its a kproc, then get the lastest ML installed to see if it resolves
    the problem and if not, then collect some perfpmr data and open a
    support call with IBM to see if the defect has been seen elsewhere or if
    its a new defect .



    if its a looping ksh script .. then re-write it in perl / python or "c"



    If you can't control the app for some reason, then look at restricting
    its cpu time with "wlm" - (i hate wlm, but if thats you only option,
    then at least its an option)



    Rgds

    Mark


    --
    Posted via [url]http://dbforums.com[/url]
    Mark Taylor Guest

  4. #3

    Default Re: AIX 5.2 stops forwarding traffic under load

    [email]pkazakoff@bezeqint.net[/email] (Phillip L. Kazakoff) wrote in message news:<3c43fc0a.0309170116.478ce2f@posting.google.c om>...
    > Hi guys,
    >
    > We are testing an AIX 5.2 machine (p610) for use as a network router.
    > Under heavy load (the system is close to 100% CPU utilization) the
    > machine periodically stops forwarding traffic for a few seconds (CPU
    > utilization goes to zero) and then everything gets back to normal.
    >
    > Does anyone has any idea as to what's wrong with the box and how to
    > fix it?
    >
    > Tnanks
    >
    > Phillip L. Kazakoff
    > Ramat-Gan, Israel
    1. Stop putting heavy load on it :-)
    2. The CPU isn't powerful enough to do the work.
    3. Buy a dedicated router e.g. Cisco.

    Steve
    Steve Nottingham Guest

  5. #4

    Default Re: AIX 5.2 stops forwarding traffic under load

    Problem is, at the time the problem occurs, i.e. the machine stops
    forwarding traffic the CPU utilization is ZERO. The systems just does
    not forward packets (just like the IP forwarding gets turned off).
    When everything works, the CPU is utilized by the kernel (doing IP
    forwarding).

    Phill

    Mark Taylor <member20596@dbforums.com> wrote in message news:<3379906.1063792962@dbforums.com>...
    > routing issue could be a by product of your cpu bound situation.
    >
    >
    >
    > what processes are spinning at 100% ?
    >
    >
    >
    > use ps aux, tprof, pprof, topas, nmon etc to work this out, then contact
    > the vendor of the application to which the processes belong to find out
    > why thier app is killing your system....
    >
    >
    >
    > If its a kproc, then get the lastest ML installed to see if it resolves
    > the problem and if not, then collect some perfpmr data and open a
    > support call with IBM to see if the defect has been seen elsewhere or if
    > its a new defect .
    >
    >
    >
    > if its a looping ksh script .. then re-write it in perl / python or "c"
    >
    >
    >
    > If you can't control the app for some reason, then look at restricting
    > its cpu time with "wlm" - (i hate wlm, but if thats you only option,
    > then at least its an option)
    >
    >
    >
    > Rgds
    >
    > Mark
    Phillip L. Kazakoff Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139