- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- nic problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2005 08:24 PM
05-29-2005 08:24 PM
nic problem
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2005 08:37 PM
05-29-2005 08:37 PM
Re: nic problem
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2005 08:57 PM
05-29-2005 08:57 PM
Re: nic problem
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2005 09:54 PM
05-29-2005 09:54 PM
Re: nic problem
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2005 10:52 PM
05-29-2005 10:52 PM
Re: nic problem
is there any way to reset this nic,
then i can restart net service.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2005 08:05 AM
05-31-2005 08:05 AM
Re: nic problem
Startup lanadmin and do the followings:
lan
ppa (select ppa # of lan)
reset
quit
This will reset your Nic interface
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2005 08:31 AM
05-31-2005 08:31 AM
Re: nic problem
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2005 01:06 PM
05-31-2005 01:06 PM
Re: nic problem
followed by immediate
/sbin/init.d/net start
May help in this situation. It may disrupt certain network applications.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2005 06:02 PM
06-05-2005 06:02 PM
Re: nic problem
finally reboot solved the problem