Hello Robert,

Thanks to Mike Riley I did managed to install Solaris 10U3 on LS21.

However after an hour or two I have a problem with bnx driver (latest
version 2.8.5) - it stops receiving packets on second interface and we
have to reboot to get it working for another hour or two. ifconfig
also hangs (it works at first).

bash-3.00# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 
index 1
        inet 127.0.0.1 netmask ff000000
lo0:1: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 
index 1
        zone XXXXXX
        inet 127.0.0.1 netmask ff000000
bnx0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
        inet XXXXXX netmask ffffff00 broadcast XXXX
        ether 0:14:5e:6d:35:bc
bnx0:1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
        zone XXXXX
        inet XXXXX netmask ffffff00 broadcast XXXXXXX
bnx1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3

[hangs here]



bash-3.00# truss ifconfig -a
[...]
write(1, " b n x 1 :   f l a g s =".., 74)      = 74
close(3)                                        = 0
so_socket(PF_INET, SOCK_DGRAM, IPPROTO_IP, "", SOV_XPG4_2) = 3
so_socket(PF_INET, SOCK_DGRAM, IPPROTO_IP, "", SOV_DEFAULT) = 4
ioctl(4, SIOCGTUNPARAM, 0x080A1860) (sleeping...)
[here it hangs]


System is 5.10 Generic_118855-33.

Also while there's a problem (right now):

      device |      cpu0 %tim      cpu1 %tim      cpu2 %tim      cpu3 %tim
-------------+------------------------------------------------------------
       bnx#1 |        11  0.0         0  0.0         0  0.0         0  0.0
       bnx#1 |     84591  0.0         0  0.0         0  0.0         0  0.0
      ehci#0 |         0  0.0         0  0.0         0  0.0         1  0.0
       mpt#0 |         0  0.0         0  0.0         0  0.0         0  0.0
      ohci#0 |         0  0.0         0  0.0         0  0.0         1  0.0
      ohci#0 |         0  0.0         0  0.0         0  0.0      9123  0.0

      device |      cpu0 %tim      cpu1 %tim      cpu2 %tim      cpu3 %tim
-------------+------------------------------------------------------------
       bnx#1 |        13  0.0         0  0.0         0  0.0         0  0.0
       bnx#1 |    215773  0.0         0  0.0         0  0.0         0  0.0
      ehci#0 |         0  0.0         0  0.0         0  0.0         1  0.0
       mpt#0 |         0  0.0         0  0.0         0  0.0         0  0.0
      ohci#0 |         0  0.0         0  0.0         0  0.0         1  0.0
      ohci#0 |         0  0.0         0  0.0         0  0.0     11638  0.0

      device |      cpu0 %tim      cpu1 %tim      cpu2 %tim      cpu3 %tim
-------------+------------------------------------------------------------
       bnx#1 |        10  0.0         0  0.0         0  0.0         0  0.0
       bnx#1 |     95328  0.0         0  0.0         0  0.0         0  0.0
      ehci#0 |         0  0.0         0  0.0         0  0.0         2  0.0
       mpt#0 |         0  0.0         0  0.0         2  0.0         0  0.0
      ohci#0 |         0  0.0         0  0.0         0  0.0         2  0.0
      ohci#0 |         0  0.0         0  0.0         0  0.0     12714  0.0

      device |      cpu0 %tim      cpu1 %tim      cpu2 %tim      cpu3 %tim
-------------+------------------------------------------------------------
       bnx#1 |         8  0.0         0  0.0         0  0.0         0  0.0
       bnx#1 |     65885  0.0         0  0.0         0  0.0         0  0.0
      ehci#0 |         0  0.0         0  0.0         0  0.0         1  0.0
       mpt#0 |         0  0.0         0  0.0         0  0.0         0  0.0
      ohci#0 |         0  0.0         0  0.0         0  0.0         1  0.0
      ohci#0 |         0  0.0         0  0.0         0  0.0     11964  0.0


Snoop on bnx1 doesn't show any traffic at all on bnx1. However bnx0
works fine.

bash-3.00# mpstat 1
CPU minf mjf xcal  intr ithr  csw icsw migr smtx  srw syscl  usr sys  wt idl
  0   15   0   20  2662 2213  493   12   78   35    0   873    7   4   0  89
  1   14   0   74   392   20  731   22   95   17    0  1876    6   2   0  92
  2   10   0   18   310   17  529   14   82   17    0   737    5   1   0  94
  3    8   0   45   280    1  496   15   73   14    0  1165    6   1   0  93
CPU minf mjf xcal  intr ithr  csw icsw migr smtx  srw syscl  usr sys  wt idl
  0    0   0    0   580  306  209    1   33   15    0    92    3   0   0  97
  1   10   0    0   101    0  258    1   35    8    0   441    5   1   0  94
  2    1   0    0   107    0  240    1   43    8    0   348    0   0   0 100
  3    0   0    0    89    1  204    0   39    6    0   352    0   1   0  99
CPU minf mjf xcal  intr ithr  csw icsw migr smtx  srw syscl  usr sys  wt idl
  0    0   0    0   604  310  201    0   21    7    0    87    0   1   0  99
  1    0   0    0   105    0  295    1   26    3    0   186    0   0   0 100
  2    0   0    0    85    0  196    0   34    4    0   100    0   0   0 100
  3    0   0    0    79    1  168    0   44    1    0   112    0   0   0 100
CPU minf mjf xcal  intr ithr  csw icsw migr smtx  srw syscl  usr sys  wt idl
  0    0   0    0   590  309  197    0   30   13    0    74    0   0   0 100
  1    0   0    0    95    0  254    0   38    6    0   165    0   0   0 100
  2    0   0    0    92    0  205    0   39    4    0   163    0   0   0 100
  3    0   0    0    94    1  224    0   46    3    0   130    0   0   0 100

  

-- 
Best regards,
 Robert                            mailto:[EMAIL PROTECTED]
                                       http://milek.blogspot.com

_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to