- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- hp servers unreachability in network
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
06-19-2001 10:23 PM
06-19-2001 10:23 PM
hp servers unreachability in network
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 11:15 PM
06-19-2001 11:15 PM
Re: hp servers unreachability in network
Lots of things to check:-
1. cables
2. all devices which the servers use to connect to network.
3. Duplicated ip addresses.
Etc.
As you said "Servers" I would very strongly suspect the network and not the servers.
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 11:22 PM
06-19-2001 11:22 PM
Re: hp servers unreachability in network
Hi
Can U give some more inputs like whether both the servers are in same segment or not? Are U able to connect to other machines?..etc
If U are able to solve the problem by just removeing and inserting the network cable, It must be some loose connection or cable crimping problem. If U are using UTP cable please recrimp it once again. It may solve ur problem.
Are U able to ping to other systems from a server while it is not communicating to other server? Give me more inputs..
Best of luck
with rgds, Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 11:31 PM
06-19-2001 11:31 PM
Re: hp servers unreachability in network
LAN DISASTER
If you are not seeing these messages, then I suspect that your problem may be with the switches. Unfortunatly I need a bit more info to diagnose further
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2001 02:14 AM
06-20-2001 02:14 AM
Re: hp servers unreachability in network
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2001 02:35 AM
06-20-2001 02:35 AM
Re: hp servers unreachability in network
Just do a search on the forums. i hv seen a similiar prob few days back. HPUX 11 had utils which will disable the gateway if it cannot be ping.
Just give a try
kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2001 12:36 PM
06-20-2001 12:36 PM
Re: hp servers unreachability in network
? are you using 10/100 Tx ports ? if so: following; else:?
- if you aren't getting 'Lan Disaster' msgs & you can ifconfig the interface down /up without errors, then you probably have carrier sense between server and the switch port
- verify speed/duplex settings on both switch & server
-- lanscan to get the NMID for your lan interface
if interface is 'down', that's a problem to focus on*
else
-- /usr/sbin/lanadmin -x
-- log onto switch & check status of the switch port the server is plugged into. I suggest the port NOT be in "Auto-detect" mode--nail it to server settings.
-- while on the switch, clear the port counts & ping out..
do the counters increment ?
- the gateway is config'd to not answer pings...
ran into this on a firewall -- vi /etc/rc.config.d/nddconf and turn off the default probe:
nddconf: add ndd_name[x]=ip_ire_gw_probe, \ ndd_value[x]=0, transport[x]=ip
[x={0..n} index number.. see comments in file ]
there are a lot more possibilities.. good luck