- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: network connectivity dies
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
04-27-2004 05:31 AM
04-27-2004 05:31 AM
**************
HP-UX B.11.11 9000/800/rp7410
***************
Has anyone seen this problem where the network
connectivity totaly dies ? I have no clue why this happens, and this is the second time in a week. I have located in my "syslog.log" where
xntpd looses synchronization :
Apr 23 17:46:42 it-hp57 telnetd[22109]: getpid: peer died: Error 0
Apr 23 17:46:59 it-hp57 xntpd[1351]: synchronisation lost
Apr 27 06:06:12 it-hp57 xntpd[1270]: synchronisation lost
Apr 27 09:26:44 it-hp57 xntpd[1270]: synchronized to 216.131.193.200, stratum=2
On each occurance we ended up unlugging the
lan cable, and plugging it backin to the
lancard ( lan0 ). After about 1 min all is ok.
# netstat -rn
Routing tables
Destination Gateway Flags Refs Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 lo0 4136
192.168.20.146 192.168.20.146 UH 0 lan0 4136
192.168.20.147 192.168.20.147 UH 0 lan2 4136
192.168.20.128 192.168.20.146 U 2 lan0 1500
192.168.20.128 192.168.20.147 U 2 lan2 1500
127.0.0.0 127.0.0.1 U 0 lo0 0
default 192.168.20.129 UG 0 lan2 0
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2004 06:04 AM
04-27-2004 06:04 AM
SolutionIf it is 1, set it to 0
ndd -set /dev/tcp ip_ire_gw_probe 0
For ermanent setting, put it in /etc/rc.config.d/nddconf file.
ndd -h ip_ire_gw_probe for details.
About NTP, do you two ntp servers defined in /etc/ntp.conf??
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2004 06:13 AM
04-27-2004 06:13 AM
Re: network connectivity dies
1
grep -v "#" /etc/ntp.conf
server XXX.XXX.193.200
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2004 06:18 AM
04-27-2004 06:18 AM
Re: network connectivity dies
May be NTP is experiencing problem when gateway probe fails.
Set ip_ire_gw_probe to 0 and check for any errors. (For permanent setting, you can put it in /etc/rc.config.d/nddconf file)
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2004 06:24 AM
04-27-2004 06:24 AM
Re: network connectivity dies
Looks like you have two network cards on the same system within the same subnet.
192.168.20.146 192.168.20.146 UH 0 lan0 4136
192.168.20.147 192.168.20.147 UH 0 lan2 4136
HP-UX does not support multiple lan cards on the same system within the same subnet. You must have different lan cards on different subnets. Having multiple lan cards on the same subnet could be causing this problem.
Hope this helps.
Regds