- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ping -i in HPUX11
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
08-05-2001 04:27 PM
08-05-2001 04:27 PM
ping -i in HPUX11
ping -i 10.1.1.2 10.1.1.1
No matter if lan0 cable is connected or not, ping always finds 10.1.1.1. Are there any tricks to make this work or am I completely lost?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2001 06:40 PM
08-05-2001 06:40 PM
Re: ping -i in HPUX11
You're not lost but it appears that you configured 2 ports on the same subnet and that is causing ambigiuos results. Typically packets get interleaved between the two ports on the same subnet.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2001 03:05 AM
08-06-2001 03:05 AM
Re: ping -i in HPUX11
Tryusing the following :
1. lanscan on the local server and fetch out id the interfaces are UP.
2. ifconfig on local server for both interfaces and fetch out if they are UP.
3. traceroute from another subnet to the local server on both IPs to see how the IPS are solved.
Magdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2001 08:03 AM
08-06-2001 08:03 AM
Re: ping -i in HPUX11
Try linkloop (man linkloop for more information). you would need to know the PPA number and the mac address (which can be determined using lanscan). You would need the mac address of the remote node(host/switch).
(arp -a)
This way you know you are actually using the interface you intend to use.
-HTH
I am RU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2001 10:56 AM
08-06-2001 10:56 AM
Re: ping -i in HPUX11
however.... you might try a tusc trace of ping to see if it does anything differently with -i specified when the destination is a unicast address. if it does, then you might consider setting "ip_strong_es_model" to a value of one. that will cause routing lookups to include the source IP address, and that may get you what you want. no guarantees however.
if you are configuring both NICs into the same subnet for failover, you might consider using Auto Port Aggregation. it will load balance across the NICs and do failover and such. it presents a single virtual interface to the transport and you could assign both IPs to that interface.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2001 11:06 AM
08-06-2001 11:06 AM
Re: ping -i in HPUX11
Try this ,
just disconnect physical cable connection to 10.1.1.1 and try pinging that address , incase you are able to ping it then u have another device configured for that IP and hence this error.
Manoj Srivastava