1834798 Members
2570 Online
110070 Solutions
New Discussion

Re: nic problem

 
Sarjerao
Frequent Advisor

nic problem

Hi,
We have nclass 4000 with 4 port nic.
Suddenly I seen all ports disabled and when i try to up interface immdialty system given message resource temporarlily unavailable. When I checked using sam, network is unconfigured state. So I reconfigured nic; but now i am unable to ping that port. Network side is ok. there is no any error in syslog.
As system is crtitical I can't restart the system, is there any way to reset this nic only.
8 REPLIES 8
Suraj Singh_1
Trusted Contributor

Re: nic problem

Hi,

Pls. post "lanscan" output.
Do you see astrisk (*) mark in front of any of the interfaces? If yes, there may be some connection problem.

Regards
What we cannot speak about we must pass over in silence.
Sarjerao
Frequent Advisor

Re: nic problem

Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
No any *

Path Address In# State
NamePPA ID Type Support Mjr#
1/0/0/0 0x00108327E58E 9 UP lan9 snap9 1 ETHER Yes 119
1/2/0/0/4/0 0x001083F81257 4 UP lan4 snap4 2 ETHER Yes 119
1/2/0/0/5/0 0x001083F81262 5 UP lan5 snap5 3 ETHER Yes 119
1/2/0/0/6/0 0x001083F81252 6 UP lan6 snap6 4 ETHER Yes 119
1/2/0/0/7/0 0x001083F8125F 7 UP lan7 snap7 5 ETHER Yes 119
1/4/0/0 0x00306E4A29EA 8 UP lan8 snap8 6 ETHER Yes 119
1/10/0/0 0x00306E4A3A83 10 UP lan10 snap10 7 ETHER Yes 119
Suraj Singh_1
Trusted Contributor

Re: nic problem

Hi Sarjerao,

What about netstat -in?

# netstat -in
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
lan0* 1500 10.216.168.0 10.216.169.133 303570 0 1103000 0 0
lo0 4136 127.0.0.0 127.0.0.1 586870 0 586870 0 0

If any of the lan cards has link issue, it will show an o/p similar to whay lan0 is showing here.

Regards
What we cannot speak about we must pass over in silence.
Sarjerao
Frequent Advisor

Re: nic problem

netstat o/p is ok , no *
is there any way to reset this nic,
then i can restart net service.
Andrew Fong
Advisor

Re: nic problem

Hi

Startup lanadmin and do the followings:
lan
ppa (select ppa # of lan)
reset
quit

This will reset your Nic interface
How are you ?
Geoff Wild
Honored Contributor

Re: nic problem

reset with lanadmin as Andrew mentioned....

I tend to shy away from SAM when setting nics - better from the command line and vi'ing the driver files and/or netconf in /etc/rc.config.d

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Steven E. Protter
Exalted Contributor

Re: nic problem

/sbin/init.d/net stop
followed by immediate
/sbin/init.d/net start

May help in this situation. It may disrupt certain network applications.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Sarjerao
Frequent Advisor

Re: nic problem

hi
finally reboot solved the problem