- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: network problem
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-14-2005 06:51 PM
02-14-2005 06:51 PM
network problem
why connection in hp machine sometime down??
when we check in catalyst, there are no problems and connect very well and in server too.but we can't connect to this ip (we can connect before).
we just thread for enable and disable this interface but we still can't coneect to this interface.my server is superdome that conosists of 5 domain.this server in ist domain and have 3 ip address.we can't connect one interface.can u help me ,please!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2005 07:05 PM
02-14-2005 07:05 PM
Re: network problem
This is known issue when card or switch any of one is set on auto neg. on.
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2005 07:17 PM
02-14-2005 07:17 PM
Re: network problem
Card Type:Fast Ethernet
Autoneg:ON
Speed (million bps): 100
Duplex Mode:FULL
At catalyst, port set with auto.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2005 07:20 PM
02-14-2005 07:20 PM
Re: network problem
Cannot you set AUTONEGOTIATE off ?
rgds
Mobeen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2005 07:23 PM
02-14-2005 07:23 PM
Re: network problem
i have set to speed 100 full and autonegotiate is OFF.but still not connect.:-(
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2005 07:45 PM
02-14-2005 07:45 PM
Re: network problem
As Suresh mentions, do you know if on the other end if the same settings have been done :)
We have had this issue a no. of times and mostly it was to do with AUTONEG
rgds
Mobeen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2005 07:55 PM
02-14-2005 07:55 PM
Re: network problem
i have been set to autoneg is off and 100 full of mspeed.in catalyst, we set autoneg is on.what wrong ???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 03:24 AM
02-16-2005 03:24 AM
Re: network problem
Is there a router involved? HPUX 11.0 turns on dead gateway detection automatically. If the router does not respond to a ping then it will not try to use the router anymore after 3 minutes.
You need to turn it off with ndd:
You can test it with:
ndd -get /dev/ip ip_ire_gw_probe
if it comes back with 1 then dead gateway detection is on. 0 means it is off. Turn it off with:
ndd -set /dev/ip ip_ire_gw_probe 0
Remove the gateway and readd it using route. Seems that once you turn off dead gateway detection the process that removes a gateway from the dead list stops too. It should work now.
Make it permanent by adding:
TRANSPORT_NAME[0]=ip
NDD_NAME[0]=ip_ire_gw_probe
NDD_VALUE[0]=0
to /etc/rc.config.d/nddconf (if you already have entires in nddconf then use the next available integer in the brackets.)
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 03:33 AM
02-16-2005 03:33 AM
Re: network problem
Can you be more specific about the 3 IP addresses you are assigning, and if they are on one or more NICs, and more about what you mean by "can't connect one interface?" Do you mean you cannot get one interface to come to the "UP" state? Do you mean you cannot establish TCP connections through that interface?