Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Server or Network Problem

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
We are running on HP-UX 11 and having a weird problem with slow response via telnet or ftp from a particular floor of our building. The network group did sniffer on it and the trace file identified our servers as the source of problem. Our HP boxes have several NIC cards in them but, for the time being, only one is active as we are tryting to narrow down the problem. The funny thing is that all other user groups from different floors don't have speed problem. How are we pinpoint to the exact causes on the servers by running some more dianostics? Also how do I disable routing on the servers or how to verify that it is diabled?
 
Hi Gladi,

How did they arrive at the conclusion that the server is the route of the problem?
If you have only one network card enabled, then the host cannot behave as a router, and thus the only entries in your routing table would be the default route (NIC IP) and loopback address.

I've seen this prob before whereby the floor has it's own switch, but the users are not directly plugged into the switch. They were plugged into hubs cascading off oneanother(all sharing the switch port's bandwidth).

Anyway, to check the routing tables on HP-UX, use
#netstat -r
when used with an s switch (netstat -rs), you will get routing statistics also.

Regards

Queenie
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top