- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- N4000 network connection
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
08-23-2002 09:02 AM
08-23-2002 09:02 AM
N4000 network connection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2002 09:19 AM
08-23-2002 09:19 AM
Re: N4000 network connection
I've had similar problems with 100BT LAN cards on a K-series. Make sure that you don't have auto-negotiation on for the card. Instead, configure your switch *and* your card for the setting you want (e.g. 100MB, full-duplex, no auto-negotiation).
You can also attempt to recover (without a reboot) with:
# ifconfig lanX up
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2002 09:27 AM
08-23-2002 09:27 AM
Re: N4000 network connection
Could be a failure of auto-negotiate. Make sure they are locked to 100 Full on both ends.
Pinging the box's ip address or its loopback does not test the connection. The box cheats and does not send the message out. To test the connection use:
linkloop -v macaddressofswitchport
The -v gives you any error messages that the thing experiences during the test.
Also make sure you have the correct and most current config files:
http://techsolutions.hp.com/fe/configs.html#config_files
Also if you are running 11.0 or higher you may want to turn off dead gateway detection.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2002 09:50 AM
08-23-2002 09:50 AM
Re: N4000 network connection
Are the L's and N's close in patches and firmware updates?
Do they all use the same type of lan cards?
what kind of switch? Autonegotiation turned on or off??
What did the switch show? Could the switch communicate to the N's??
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2002 05:20 AM
08-26-2002 05:20 AM
Re: N4000 network connection
The switch and the lan cards are set up the same (100, Full and auto OFF).
The switch is a Cisco Catalyst 3500XL.
We are using the Core IO lan card in the Ns and on one of the Ls. I used xstm to get the Revision ID (is this the firmware version?) and they are all identical. They are at the same patch level. We review the patch level monthly. The config files are identical. I am not in control of the switch and therefore cannot check out any log messages. I was told all the switch logged was that it did reboot and it came back up. Do you know of anything else I can check. I'll still research the issue and see if I can come up with anything. Thanks for your help so far.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2002 05:23 AM
08-26-2002 05:23 AM
Re: N4000 network connection
have them ping the host from the switch and have them check their switch. I know network people hate it when you blame their equipment, but that's life.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2002 09:38 AM
08-26-2002 09:38 AM
Re: N4000 network connection
However, a duplex mismatch would not result in a complete loss of connectivity - even full against half will still have a simple ping command work, just perhaps not very well.
If the switch were down "long enough" and dead gateway detection were on (ip_ire_gw_probe) perhaps the N's marked their routes as dead and they didn't get marked as up when the links came back. You might compare the /etc/rc.config.d/nddconf files between the L's and N's and triple check they are all running the same settings and patch revs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2002 07:23 AM
08-29-2002 07:23 AM
Re: N4000 network connection
Assuming the switch and the servers are at the same speed (which would keep them from talking) the next thing would be a VLAN mismatch. Perhaps the switch guy made changes to the VLAN and didn't save them.
I'd try connecting up the N to the L's network cable just to see if the N can talk with the L's cable. Then if it can you can be sure it's the switch.
Ron