- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- arp command
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
09-23-2003 07:22 PM
09-23-2003 07:22 PM
arp command
arp -s 80.0.0.235 0:40:05:4a:81:a7
but error is there :
SIOCSARP: Invalid argument
How to overcome this error?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2003 07:41 PM
09-23-2003 07:41 PM
Re: arp command
http://www2.itrc.hp.com/service/patch/patchDetail.do?patchid=PHNE_21184&context=hpux:800:11:00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2003 01:08 AM
09-24-2003 01:08 AM
Re: arp command
I have downloaded the patch and installed it and also rebooted the server.
But still the same error is coming.
SIOCSARP:Invalid argument.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2003 01:39 AM
09-24-2003 01:39 AM
Re: arp command
2)Is "80.0.0.235" shown when "arp -a" run?With or without MAC address?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2003 01:48 AM
09-24-2003 01:48 AM
Re: arp command
This may not be your problem, but it is possible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2003 02:09 AM
09-24-2003 02:09 AM
Re: arp command
Then add a host route :
route add host 80.0.0.235
entry to arp cache.
Zeev
P.S no ndd parameter on the 0.0 issue that I saw :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2003 09:57 PM
09-24-2003 09:57 PM
Re: arp command
Not able to add in route table.
#route add host 80.0.0.235 70.0.0.106
add host 80.0.0.235: gateway 70.0.0.106: Network is unreachable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2003 11:24 PM
09-24-2003 11:24 PM
Re: arp command
By the way,can you see the entry with arp -a
or "ndd -get /dev/arp arp_cache_report | grep 235"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2003 06:59 PM
09-30-2003 06:59 PM
Re: arp command
--Deepu