AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
#Power
 View Only
  • 1.  AIX 5.3 Network Issue

    Posted Tue August 11, 2009 09:43 AM

    Originally posted by: SystemAdmin


    We have AIX 5.3 running on an IBM JS22 blade. We are seeing a high number of receive errors on en0. I am hoping someone can give me some insight on this issue.

    ETHERNET STATISTICS (en0) :
    Device Type: Host Ethernet Adapter (l-hea)
    Hardware Address: 00:1a:64:46:f3:06
    Elapsed Time: 0 days 0 hours 25 minutes 47 seconds

    Transmit Statistics: Receive Statistics:


    Packets: 237 Packets: 9152
    Bytes: 68593 Bytes: 1290055
    Interrupts: 0 Interrupts: 7493
    Transmit Errors: 12 Receive Errors: 9286
    Packets Dropped: 0 Packets Dropped: 0
    Bad Packets: 0
    #AIX-Forum


  • 2.  Re: AIX 5.3 Network Issue

    Posted Tue August 11, 2009 09:49 AM

    Originally posted by: tony.evans


    From the docs,

    Receive Errors: The number of input errors encountered on this device. This is a counter for unsuccessful reception due to hardware/network errors.

    Is this the only device seeing the issues? Start with the NIC, cables and network port. If there are more than 1 device seeing issues, start with the other end.
    #AIX-Forum


  • 3.  Re: AIX 5.3 Network Issue

    Posted Tue August 11, 2009 11:47 AM

    Originally posted by: SystemAdmin


    This is running on a JS22 blade. No other blades are showing any errors and the nortel switch is not reporting any errors.
    #AIX-Forum


  • 4.  Re: AIX 5.3 Network Issue

    Posted Tue August 11, 2009 12:10 PM

    Originally posted by: tony.evans


    I'd try switching the cable.
    #AIX-Forum


  • 5.  Re: AIX 5.3 Network Issue

    Posted Tue August 11, 2009 02:18 PM

    Originally posted by: SystemAdmin


    We just moved the JS22 blade to a different slot in the bladecentre chasis, but still get the errors.
    #AIX-Forum


  • 6.  Re: AIX 5.3 Network Issue

    Posted Wed August 12, 2009 04:22 AM

    Originally posted by: tony.evans


    Okay, I've no direct experience of the JS22's. Is there a single instance of AIX on this blade, using the entire ethernet adapter? Is there anything in errpt? Can you run diags against the IVE?
    #AIX-Forum


  • 7.  Re: AIX 5.3 Network Issue

    Posted Wed August 12, 2009 06:22 AM

    Originally posted by: Holgervk


    you set the media_speed attribute of ent0 incorrectly
    try switching it
    lsattr -Rl ent0 -a media_speed
    tells you the possible values - check them with your network admin
    #AIX-Forum


  • 8.  Re: AIX 5.3 Network Issue

    Posted Wed August 12, 2009 06:35 AM

    Originally posted by: tony.evans


    Don't they usually show up as collisions in that instance?
    #AIX-Forum


  • 9.  Re: AIX 5.3 Network Issue

    Posted Wed August 12, 2009 06:37 AM

    Originally posted by: Holgervk


    no.
    however, normally you have late collisions when media_speed is setup incorrectly.
    #AIX-Forum