- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ARP Table Stays Empty
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
02-06-2002 10:34 AM
02-06-2002 10:34 AM
ARP Table Stays Empty
The one thing I've noticed is there are no entries in the ARP tables. Even when I try to manually add an entry using "arp -s hostname MACAddress pub" nothing shows up when I do an arp -a.
I suspect a mix up with a MAC Address somewhere (there are 3 lan cards on this box) but I've checked the only 2 things that I know that are relevant: 1) lanscan to confirm I'm using the right MAC Address & 2) /etc/rc.config.d/hpetherconf.
Any help would be appreciated.
--
KenR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 10:41 AM
02-06-2002 10:41 AM
Re: ARP Table Stays Empty
The problem is if you enter it in or have SAM touch the card, then make an image and keep the file in the image. (Which is what I am supposing happened, since you say that the machines are identical.)
Good luck
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 10:41 AM
02-06-2002 10:41 AM
Re: ARP Table Stays Empty
What does lanscan and lanadmin show?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 10:44 AM
02-06-2002 10:44 AM
Re: ARP Table Stays Empty
I ditto that one, but on the other hand I had to build a replacement server and it had to have the previous mac.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 11:58 AM
02-06-2002 11:58 AM
Re: ARP Table Stays Empty
Harry: I am embarrassed to say, but the link light for the TP 10Mb connection is not on.
Here is what lanscan shows:
H/W Address crd# state net int name ppa nm id type dlpi dlpi mjr#
8/16/6 0x080009fd6288 0 up lan0 snap0 1 ether yes 119
8/8/2/0 0x0060b0f98d43 3 up lan3 snap3 2 ether yes 119
8/8/1/0 0x0060b0f98d42 2 up lan2 snap2 3 ether yes 119
Thank you for your help.
--
KenR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 12:02 PM
02-06-2002 12:02 PM
Re: ARP Table Stays Empty
--
KenR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 12:09 PM
02-06-2002 12:09 PM
Re: ARP Table Stays Empty
Try lanadmin
It will bring up a menu. Choose LAN and Display and it will show you the status of the first NIC. Note the speed/duplex and any errors. Then check the others (ppa 1, display; ppa 2 display).
You say you have two other NICs on the HP. Are you sure that both of them are still working? Can someone on the same subnet still ping them? (Don't bother pinging your own address. That seldom proves anything.) I don't know about HP but we had a bunch of SCO machines with 3 NICs and they tended to shuffle the order of assigning the IP addresses during a reboot. We used to have to start a ping on one subnet and plug in network cables until we got it to work and then moved the ping to a host on the next subnet and tried the remaining two possibilities. This also works if someone accidentally plugs the cables in wrong.
Disconnect your NIC and have another host on the subnet ping your IP address. The ping should fail but if it doesn't then you have an address conflict.
If there is a cisco router around on the net do a sh arp on it and search for the same MAC (preferably after do a broadcast ping (ping A.B.C.255).
Finally don't forget to double-check your mask. You didn't accidentally get carried away with the 255's did you and forget the last 0?
Is it a hub or a switch? Could the port be disabled, in the wrong VLAN or set as a trunk? Did you wait 50 seconds for spanning tree to do its thing?
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 12:35 PM
02-06-2002 12:35 PM
Re: ARP Table Stays Empty
--
I must've missed this before but for lan0 (the port I have connected to the net & the port that has no link light) shows "administration=up(1)" but shows "operation=down(2)". How do I set operation to equal up(1)?
Both administration and operation show up(1) for the servers that are working.
Again, thanks for all the help.
--
KenR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 12:58 PM
02-06-2002 12:58 PM
Re: ARP Table Stays Empty
Look at your /etc/rc.config.d/netconf file.
'lan0' is not specified there (as an INTERFACE_NAME). Otherwise, you should see its operational status=up via 'lanadmin'.
Another possibility is that lan0 is specified but its INTERFACE_STATE is coded "down".
Remember to use 'lanscan' to see the nmid or (on 11.x) ppa value for the lan you are interested in viewing and then using this number, select the appropriate nmid (ppa) in 'lanadmin' (e.g. lan0 might be ppa=4).
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 01:32 PM
02-06-2002 01:32 PM
Re: ARP Table Stays Empty
I just double checked again just to make sure, but my INTERFACE_NAME=lan0 and my INTERFACE_STATE is coded to up. Both are entered correctly.
Unfortunately lanadmin for ppa 0 (which equates to lan0 as per lanscan) still shows adminstration status=up and operation status=down.
Are there any other reasons this might occur? Is there anyway to ensure the other 2 unconnected LAN cards are not interfering in some way?
--
KenR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 02:48 PM
02-06-2002 02:48 PM
Re: ARP Table Stays Empty
Try plugging the network cable in to the other two NICs and check LANADMIN each time. The one you think is LAN0 might not be the one that HP thinks is LAN0.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 04:09 PM
02-06-2002 04:09 PM
Re: ARP Table Stays Empty
Or plug it into on of your other machines...
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 06:42 PM
02-06-2002 06:42 PM
Re: ARP Table Stays Empty
Since
1) Your hardware status is up in lanscan
2) Your linklight is off
One test you can perform is to connect this network card to another 10 Mbps card via a cross-over cable. Does the link-light comes on and can you ping (to ensure that it is not a LED problem) the destination system you linked to? If it comes on and you are able to ping the other system, can you check:
1) whether the switch port has been accidentally hardcoded to 100FD or 100HD?
2) whether the straight cable you used is faulty by replacing it with another cable.
If you still cannot achieve network connectivity, I suspect that something might be wrong with your card and you should try getting it replaced.
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2002 03:47 AM
02-11-2002 03:47 AM
Re: ARP Table Stays Empty
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2002 07:53 AM
02-13-2002 07:53 AM
Re: ARP Table Stays Empty
--
KenR