- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Networking issue.
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-01-2007 03:44 PM
05-01-2007 03:44 PM
Networking issue.
Our HPUX server having two network interfaces, I have configured both interfaces as below.
eth0 - 192.168.1.56
eth1 - 192.168.1.57
If I telnet the server using eth0, server is connecting. That time If I remove eth1 networking cable. Still I am able to work on the server using eth0 connection.
But if I connect through eth1, server is connecting. That time If I remove eth0 networking cable. My connection getting hang, Once again if I connect eth0, then only its working.
What may the issue?
Regards,
Sudhakaran.K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2007 04:45 PM
05-01-2007 04:45 PM
Re: Networking issue.
normally one will be the management port that is mp we use to login via mp and collect log's and to get console login from network we use that ip you might have got confused. post the out put of ioscan -fnC lan and ifconfig lan0 and ifconfig lan1 we will explain you clearly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2007 05:04 PM
05-01-2007 05:04 PM
Re: Networking issue.
I have checked both are two ethernet cards only.
MP port is different.
I have same issue in solaris server also.
Network card interface details.
eth0 - 192.168.1.56 - 255.255.255.0
eth1 - 192.168.1.57 - 255.255.255.0
I am able to login through both interfaces. The problem is if I connect through eth1, server is connecting. That time If I remove eth0 networking cable. My connection getting hang, Once again if I connect eth0, then only its working.
Regards,
Sudhakaran.K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2007 05:12 PM
05-01-2007 05:12 PM
Re: Networking issue.
There's no particular reason for the system
to send data _to_ you on the same interface
where it gets the data _from_ you. If it
always sends on eth0, then pulling the cable
for eth0 would stop data from getting back to
you.
Why do you have two interfaces on the same
subnetwork? If you are looking for
reliability through redundancy, then you need
to do more than just install multiple
interfaces on the same subnet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2007 05:18 PM
05-01-2007 05:18 PM
Re: Networking issue.
This is user requirement, user project is symantec gateway security. So they want to test like this.
Is there any rules are there like,
Primary interface should be up?
Regards,
Sudhakaran.K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2007 05:35 PM
05-01-2007 05:35 PM
Re: Networking issue.
_What_ is the user requirement? Two network
interfaces (where one must always work), or
some kind of redundant/fail-over network
connection which will keep working when one
of the pieces fails?
I assume that you want the second one, as
it's more useful. I don't know how to do it,
and a quick look at the HP-UX Web site didn't
tell me anything useful, but I'd be willing
to bet that it's possible -- but you can't
do it by just configuring two interfaces this
way.
A quick Google search for:
hp-ux redundant network
found this:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=290477
Perhaps you can do better.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2007 07:48 PM
05-01-2007 07:48 PM
Re: Networking issue.
you wrote:
"eth0 - 192.168.1.56
eth1 - 192.168.1.57"
"eth0" doesn't sound like HP-UX, I would expect something like "lan0".
Anyway, the IP addresses are in the same subnet (right?), if you want to do something like load balancing you should have a look at this:
(APA - auto port aggregation)
http://www.hp.com/products1/serverconnectivity/adapters/apa_overview.html?jumpid=reg_R1002_USEN
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2007 11:06 PM
05-01-2007 11:06 PM
Re: Networking issue.
uname -a,
hostname
model
ioscan -fnC lan
lanscan
netstat -ni command outputs please.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2007 12:47 PM
05-02-2007 12:47 PM
Re: Networking issue.
If one really _must_ have multiple physical NICs in the same IP subnet, and one cannot use Auto Port Aggregation, then you have to start doing some creative stuff with ndd settings like ip_strong_es_model and perhaps some judiciously selected static routes in the routing table.