- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: netstat -in shows lan1*
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
03-10-2004 07:36 AM
03-10-2004 07:36 AM
netstat -in shows lan1*
Have not baan able to reboot yet.
netstat -in shows lan1*.
What does the '*' mean here?
Everything else looks good.
The host can ping itself at the new IP number, but linkloop of the interface to its own mac address fails.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 07:42 AM
03-10-2004 07:42 AM
Re: netstat -in shows lan1*
That's the sort of indication you'll get when that NIC is in standby mode to accept failover from another, primary NIC or it's been ifconfig'd with a 0.0.0.0 IP.
It's "up" but it doesn't have an IP yet essentially.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 07:45 AM
03-10-2004 07:45 AM
Re: netstat -in shows lan1*
-Hazem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 07:46 AM
03-10-2004 07:46 AM
Re: netstat -in shows lan1*
The interfaces in 'plumb'ed state are shown in netstat -in output. What do you get if you run 'ifconfig lan1'?.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2004 03:02 AM
03-11-2004 03:02 AM
Re: netstat -in shows lan1*
Here is the problem.
Hopefully is will be resolved by reboot.
New interface is lan3.
lanscan
8/8/1/0 0x0... 3 UP lan3 UP 5 ETHER Yes 114
ping (self) no others work
PING 192.0.0.2: 64 byte packets
64 bytes from 192.0.0.2:icmp_seq=0.time=0.ms
linkloop -i # 0x0...
error: get_msg2 getmsg failed, errno = 4
-- FAILED
frames sent : 1
frames received correctly : 0
reads that timed out : 1
netstat -in
lan3 1500 192.0.0 192.0.0.20 0 45 0 66 0
After lanadmin reset, showed with '*'.
The next day, the '*' was gone.
lanadmin
"display"
LAN INTERFACE STATUS DISPLAY
Thu, Mar 11,2004 07:53:34
Network Management ID = 5
Description = lan3 HP HSC 1000Base-SX Release B.10.20.11
Type (value) = ethernet-csmacd(6)
MTU Size = 1500
Speed = 1000000000
Station Address = 0x3...
Administration Status (value) = up(1)
Operation Status (value) = up(1)
Last Change = 0
Inbound Octets = 0
Inbound Unicast Packets = 0
Inbound Non-Unicast Packets = 0
Inbound Discards = 0
Inbound Errors = 0
Inbound Unknown Protocols = 0
Outbound Octets = 0
Outbound Unicast Packets = 0
Outbound Non-Unicast Packets = 0
Outbound Discards = 66
Outbound Errors = 0
Outbound Queue Length = 0
Specific = 655367
lanadmin
"reset"
Resetting LAN Interface to run selftest.
LAN Interface test mode. LAN Interface Net Mgmt ID = 5
netstat -in | grep lan3
lan3* 1500 192.0.0 192.0.0.20 0 45 0 66 0
Is there any way to avoid a reboot?
Can I be sure a reboot will fix?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2004 03:26 AM
03-11-2004 03:26 AM
Re: netstat -in shows lan1*
What error message are you getting with linkloop?
If the issue is with linkloop failing, take a look at the following threads:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=20618
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=17196
They may shed some light as to where the problem may be.
Is this affecting connectivity in any way?
-Hazem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2004 03:31 AM
03-11-2004 03:31 AM
Re: netstat -in shows lan1*
If its an interface in the same subnet as one of the others, try to disable the other interface.
(ifconfig unplumb...)
Then do the same for lan3 and plumb it again and see if you are able to set the IP address to this interface using ifconfig.
HTH,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2004 03:42 AM
03-11-2004 03:42 AM
Re: netstat -in shows lan1*
This seems to aggree with your observation of the failing of the linkloop command.
I realized that one cannot really trust the LEDs on the NIC that should indicate a link.
It sometimes happened to me that although the LED was lit green a P2P connection with another multiport NIC of another HP-UX box wasn't yet established on link layer, at least according to linkloop.
The easiest "onboard" test tool for HP-UX boxes seems to be the linkloop command.
When you feed it with the PPA of your connection and the MAC address of the link partner it should return with OK.
When you plumbed and up'ped the NIC can you ping any other host of the subnet (e.g. do you get echos other than from your own IP on broadcasts)?
Can you ping this host from another host of the subnet?
Does the ifconfig set up a host route?