- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Safe to disable autoneg for failover NIC online?
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-09-2004 02:29 AM
03-09-2004 02:29 AM
Safe to disable autoneg for failover NIC online?
while revising the mode settings of cluster node NICs and their corrosponding link partners (i.e. switch ports), I discovered that on one box I forgot to fill array elements for the failover NIC of HP_BTLAN_* arrays in the /etc/rc.config.d/hpbtlanconf file.
Thus the failover NIC got initialized with standard autoneg enabled, which shouldn't be the case, at last reboot.
Since it is only the failover NIC while the primary NIC on this node is set up correctly, I thought I could fix it in a wink by issueing
# /usr/sbin/lanadmin -X 100FD 7
N.B. primary is lan2 and failover is lan7
[root@jupiter:/etc/cmcluster]
# cmviewconf|grep -e Node\ name: -e \ ppa:
Node name: jupiter
ppa: 2
ppa: 7
Node name: neptun
ppa: 0
ppa: 7
Node name: saturn
ppa: 2
ppa: 7
[root@jupiter:/etc/cmcluster]
# lanadmin -x 2
Current Speed = 100 Full-Duplex Auto-Negotiation-OFF
[root@jupiter:/etc/cmcluster]
# lanadmin -x 7
Current Speed = 100 Full-Duplex Auto-Negotiation-ON
[root@jupiter:/etc/cmcluster]
# netstat -in|grep lan7
lan7* 1500 none none 34 12844
But I hesitate to issue the command (I already fixed the setting in the hpbtlanconf file for next reboot), because I can under no circumstance afford the risk of the node or any packages falling down if one must not do this with a running node.
Is it safe to fix it right now, or should I wait until I can cmhaltnode?
Rgds.
Ralph
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2004 02:32 AM
03-09-2004 02:32 AM
Re: Safe to disable autoneg for failover NIC online?
However, if "under no circumstances can you afford the risk" then in my view it isn't worth doing it now.
To sum up. It's no problem but don't do it :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2004 02:35 AM
03-09-2004 02:35 AM
Re: Safe to disable autoneg for failover NIC online?
In your situation, I'd have to agree with Mark: it's safe to do it but I'd wait anyway, "just in case"! Do you have anything to gain by doing it now? Anything to lose?
Wait.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2004 02:47 AM
03-09-2004 02:47 AM
Re: Safe to disable autoneg for failover NIC online?
you both are right.
At the moment there would be no gain since the NIC isn't in use now anyway.
So it's safer to wait for the fix.
I only had the very unpleasent situation that owe to a mode mismatch between failover NIC and switch, and above all a duplicate IP in disguise, the failover of lan2 to lan7 didn't work when it was expected to.
I couldn't even send frames on link layer between NICs, so that the linkloop command that now is returning with OK failed
[root@jupiter:/etc/cmcluster]
# linkloop -i 2 $(lanadmin -a 7|cut -d= -f2)|tail -1
-- OK
while the NIC's LED of port 7 pretended it got a link.
I had trouble explaining the users why the failover mechanism didn't work.
So I still have some concerns if it will work now, although several tests with pulling cables showed that the failover NIC took over the IPs without the node TOCing to leave the cluster.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2004 11:18 AM
03-09-2004 11:18 AM
Re: Safe to disable autoneg for failover NIC online?
It is safe to reset the standby lancard. If it is not working now, then there is a risk than not doing it.
I had my network people work on the standby switch where it didn't affect a thing.
How about the status of the lancard w.r.t serviceguard? 'cmviewcl -v -l node'. Does it show the standby lan as up or down?. The answer is dependent on it as down state can cause your packages to failover if there is a failure on your primary interface.
-Sri