- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: User timeouts on 10.20
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
03-07-2002 09:02 AM
03-07-2002 09:02 AM
User timeouts on 10.20
I've got a D360 running 10.20 connected to a Cisco switch. The switch connects to redundant cisco routers (HSRP). 1 of these routers can see the D360's IP address with no problem. The other from time to time will lose the connection. Users that are primary to this router will also lose connectivity. There are several other servers (Sun, HP 10.20 and 11, NT) that have no problem. We have the latest HP patches for 100BT card. My network team is running out of ideas. Could this possibly be a 10.20 patch or other issue that I have overlooked?
Thanks,
Eric Malzahn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2002 01:53 PM
03-07-2002 01:53 PM
Re: User timeouts on 10.20
Since i've recently found out that by "ndd" IP periodically tests if the gateways are available by probe active gw's AND the dead ones, it might be that in your case the probe is of and therefor loses it's connection.
Check its probe status:
ndd -get /dev/ip ip_ire_gw_probe
If 0, then no check
If 1, then checks are on.
In case this does the trick, look at the settings in nddconf:
nddconf entry example:
TRANSPORT_NAME[0]=ip
NDD_NAME[0]=ip_ire_gw_probe
NDD_VALUE[0]=1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2002 01:57 PM
03-07-2002 01:57 PM
Re: User timeouts on 10.20
With HSRP only one router is active on the LAN at one time. The other is just sitting there listening to hello packets from the active router to make sure that the prime router hasn't died. He is not really supposed to do any talking.
Your hosts are pointed at a virtual router with an ip different from either router A or B. Only the active router is supposed to respond to traffic to that address. The standby one is just supposed to sit there and do nothing. Both routers are supposed to be able to get to any possible destination so the fact that the standby router doesn't want to talk should not bother anyone.
Your having users on the standby router is weird. You might want to look at doing a little reorganizing or at least add a link between the two routers.
OK enough lecture. Why do some PCs work and others not?
Could be the way they get their default route.
Proxy ARP
RIP
IRDP
OSPF
Take a look at
netstat -rn
on the ones that work and the ones that don't. If it doesn't have a Default route pointing to the virtual router's ip address then it uses proxy ARP. If it points to the real IP address of a router then it's not setup to make use of HSRP.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2002 10:15 AM
03-08-2002 10:15 AM
Re: User timeouts on 10.20
10.20 do not have a gw probe
mechanism like 11.0
Johan Gjestvang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2002 02:06 PM
03-08-2002 02:06 PM
Re: User timeouts on 10.20
The routers are using HSRP and are attached but we have some VLAN's active on 1 router and some on the other router. Users in VLAN's on router 2 have issues getting to the server. Users in VLAN's on router 1 have no issues. Also, some users on router 2 have no problems at all getting to the server. I for instance, am on router 2 and I have no problems. A coworker also in the same VLAN will timeout occasionally. I looked at netstat -rn and both her and I have identical configurations.
We were able to workaround the issue by making VLANS with heavy usage of this server active router 1.
Router 2 continues to have the same issues, and it is only with this 1 HP 10.20 box. We will do a full patch analysis on it next week and we may upgrade IOS on both routers as well.
Any additional suggestions would be appreciated.
Thanks,
Eric