[foxboro] Fw: AW51E - Second Ethernet Card

  • From: Ajit.S.Kumar@xxxxxxxxxxxxx
  • To: foxboro@xxxxxxxxxxxxx
  • Date: Thu, 30 Aug 2007 09:39:21 +0300

When I rebooted the AW51E box  the Second Ethernet  port stopped working 
,I recorded this message in /var/adm/messages. Note the cable is connected 
to a CISCO 3550 series switch, where all
the other PLANT wide Stations WP,AW,AP stations are connected.

Aug 30 00:40:48 B2AW11 unix: SUNW,hme1: 100 Mbps full-duplex Link Up
Aug 30 00:40:54 B2AW11 unix: SUNW,hme1:  hme_try_autoneg: parallel 
detection fault
Aug 30 00:40:57 B2AW11 unix: SUNW,hme1: Using Internal Transceiver
I  have seen one thing the ndd settings goes to default ie all to 1 , but 
when I change / force  the ndd settings as below it  working...Is there a 
way where I can force it to set as below or during startup or due I have 
to create a hme.config file in usr/kernel/drv.

ndd -set /dev/hme adv_autoneg_cap 0
ndd -set /dev/hme adv_100fdx_cap 0
ndd -set /dev/hme adv_100hdx_cap 0
ndd -set /dev/hme adv_10fdx_cap 1
ndd -set /dev/hme adv_10hdx_cap 0

Thx in adv.
Regards

Ajit

----- Forwarded by Ajit S Kumar/Technical/SAMREF/SA on 30/08/2007 09:29 AM 
-----

Ajit.S.Kumar@xxxxxxxxxxxxx 
Sent by: foxboro-bounce@xxxxxxxxxxxxx
29/08/2007 10:56 AM
Please respond to
foxboro@xxxxxxxxxxxxx


To
foxboro@xxxxxxxxxxxxx
cc

Subject
Re: [foxboro] AW51E - Second Ethernet Card






Thx  a lot guys  for your useful feedback,specially to Kevin,Terry & ali, 
the ping  worked after some changes.
 I have to do a slight change on the netmask address 255.255.255.0  as 
well on some ndd parameters for it to work,
Not sure if the ndd parameter  will change after reboot.

Initial setting 
ndd /dev/hme adv_autoneg_cap 
1
ndd /dev/hme adv_100fdx_cap
1
ndd /dev/hme adv_100hdx_cap
1
ndd /dev/hme adv_10fdx_cap
1
ndd /dev/hme adv_10hdx_cap
1

Have to change as below 
ndd -set /dev/hme adv_autoneg_cap 0
ndd -set /dev/hme adv_100fdx_cap 0
ndd -set /dev/hme adv_100hdx_cap 0
ndd -set /dev/hme adv_10fdx_cap 1
ndd -set /dev/hme adv_10hdx_cap 0

ifconfig -a 

lo0: flags=849<UP,LOOPBACK,RUNNING,MULTICAST> mtu 8232
        inet 127.0.0.1 netmask ff000000 
hme0: flags=863<UP,BROADCAST,NOTRAILERS,RUNNING,MULTICAST> mtu 1500
        inet 151.128.17.201 netmask ffff0000 broadcast 151.128.255.255
        ether 8:0:20:8f:18:31 
hme1: flags=863<UP,BROADCAST,NOTRAILERS,RUNNING,MULTICAST> mtu 1500
        inet 192.69.11.163 netmask ffffff00 broadcast 192.69.11.255
        ether 8:0:20:8f:18:31 

netstat -in

Name  Mtu  Net/Dest      Address        Ipkts  Ierrs Opkts  Oerrs Collis 
Queue 
lo0   8232 127.0.0.0     127.0.0.1      106932 0     106932 0     0      0 

 
hme0  1500 151.128.0.0   151.128.17.201 510189 2609  172668 0     2647   0 

 
hme1  1500 192.69.11.0   192.69.11.163  7667   0     98     0     0      0 




Regards

Ajit




"Kevin Fitzgerrell" <fitzgerrell@xxxxxxxxx> 
Sent by: foxboro-bounce@xxxxxxxxxxxxx
28/08/2007 12:02 AM
Please respond to
foxboro@xxxxxxxxxxxxx


To
foxboro@xxxxxxxxxxxxx
cc

Subject
Re: [foxboro] AW51E - Second Ethernet Card






Hi Ajit,

Try the following:

ifconfig hme1 plumb
ifconfig hme1 inet 192.69.11.163 netmask 255.255.0.0
ifconfig hme1 up

If you have problems with the above, try with hme2 instead of hme1.
If you use with hme1, make sure you have /etc/hostname.hme1 created
with the host name in it.  If it works with hme2, make sure you have
/etc/hostname.hme2 created with the host name in it.

After this, check the port:

ifconfig -a
netstat -in

If it sets up OK, try pinging the port and pinging out.

Cheers,

Kevin FitzGerrell



On 8/27/07, Ajit.S.Kumar@xxxxxxxxxxxxx <Ajit.S.Kumar@xxxxxxxxxxxxx> wrote:
> We have a AW51E installed few years back but the second ethernet Port 
were
> never used,But
> now we have to connect the same to a CISCO 3550 series switch, where all
> the other PLANT wide Stations WP,AW,AP stations are connected.
> However I am not able to Ping to the same port or to any other stations.
> For your Info.we are using DNBT to connect to Nodebus also
> ping B2AW11hme1 - message as below
>
> ICMP Host Unreachable from gateway B2AW11 (151.128.17.201)
> for icmp from B2AW11 (151.128.17.201) to b2aw11hme1 (192.69.11.163)
>
> All the related files are updated as below
>
> Example:  /etc/hosts     secondport 192.69.11.163
> Example:  /etc/hostname.hme2  secondport
>
> OK show-devs
> /pci@1f,4000/SUNW,hme@2,1
>
> Ethernet FCode selftest Diagnostic done
> Hme register test -- succeeded
> Internal loopback test -- succeeded
> Transceiver check -- Link up
>
> ifconfig -a  does not show 2 ethernet ports.
>
> lo0: flags=849<UP,LOOPBACK,RUNNING,MULTICAST> mtu 8232
>         inet 127.0.0.1 netmask ff000000
> hme0: flags=863<UP,BROADCAST,NOTRAILERS,RUNNING,MULTICAST> mtu 1500
>         inet 151.128.17.201 netmask ffff0000 broadcast 151.128.255.255
>         ether 8:0:20:8f:18:31
>
> Card used SUN Part#501-4359 ( Fast Ethernet PCI Adapter).
>
> Checks done to confirm
> 1.Ethernet Cable replaced
> 2.Card tested in our DCS Lab working fine, able to ping.
>
>
> Thanks & regards
>
> Ajit - SAMREF ,SA
>
>
>
>
>
> _______________________________________________________________________
> This mailing list is neither sponsored nor endorsed by Invensys Process
> Systems (formerly The Foxboro Company). Use the info you obtain here at
> your own risks. Read http://www.thecassandraproject.org/disclaimer.html
>
> foxboro mailing list:             //www.freelists.org/list/foxboro
> to subscribe:         mailto:foxboro-request@xxxxxxxxxxxxx?subject=join
> to unsubscribe:      mailto:foxboro-request@xxxxxxxxxxxxx?subject=leave
>
>
 
 
_______________________________________________________________________
This mailing list is neither sponsored nor endorsed by Invensys Process
Systems (formerly The Foxboro Company). Use the info you obtain here at
your own risks. Read http://www.thecassandraproject.org/disclaimer.html
 
foxboro mailing list:             //www.freelists.org/list/foxboro
to subscribe:         mailto:foxboro-request@xxxxxxxxxxxxx?subject=join
to unsubscribe:      mailto:foxboro-request@xxxxxxxxxxxxx?subject=leave
 



 
 
_______________________________________________________________________
This mailing list is neither sponsored nor endorsed by Invensys Process
Systems (formerly The Foxboro Company). Use the info you obtain here at
your own risks. Read http://www.thecassandraproject.org/disclaimer.html
 
foxboro mailing list:             //www.freelists.org/list/foxboro
to subscribe:         mailto:foxboro-request@xxxxxxxxxxxxx?subject=join
to unsubscribe:      mailto:foxboro-request@xxxxxxxxxxxxx?subject=leave
 


 
 
_______________________________________________________________________
This mailing list is neither sponsored nor endorsed by Invensys Process
Systems (formerly The Foxboro Company). Use the info you obtain here at
your own risks. Read http://www.thecassandraproject.org/disclaimer.html
 
foxboro mailing list:             //www.freelists.org/list/foxboro
to subscribe:         mailto:foxboro-request@xxxxxxxxxxxxx?subject=join
to unsubscribe:      mailto:foxboro-request@xxxxxxxxxxxxx?subject=leave
 

Other related posts: