AIX, Networking Etherchannel failover testing

When an Etherchannel has been configured on AIX, using a primary and a backup adapter for failover purposes, it is possible to force a failover between these adapters.

To do this, first check what the currently active adapter is within the Etherchannel. For example, if the Etherchannel is called ent4, run:

# entstat -d ent4 | grep "Active channel"
Active channel: backup adapter

As you can see, the Etherchannel is currently active on the backup adapter. To see the defined adapters for both primary and backup, run:

# lsattr -El ent4

Now, force it to fail over to the primary adapter:

# /usr/lib/methods/ethchan_config -f ent4

Please note that it is best to run this command from the console, as you may temporarily lose network connectivity when the Etherhannel is failing over. You may also notice messages being logged in the error report by running the errpt command in the form of "ETHERCHANNEL FAILOVER".

Now run the entstat command again to determine the active channel:

# entstat -d ent4 | grep "Active channel"
Active channel: primary channel
5 (1)
Article Rating (1 Votes)
Rate this article
Attachments
There are no attachments for this article.
Comments
There are no comments for this article. Be the first to post a comment.
Full Name
Email Address
Security Code Security Code
Related Articles RSS Feed
Checking HBA status on AIX
Viewed 19460 times since Fri, Oct 5, 2018
bootlist multiple boot logical volume found
Viewed 3239 times since Tue, Apr 16, 2019
AIX LVM QUORUM mysteries revealed
Viewed 3982 times since Wed, May 22, 2019
IVM and VLAN Tagging
Viewed 11050 times since Mon, May 28, 2018
AIX smtctl The smtctl command controls the enabling and disabling of processor simultaneous multithreading mode.
Viewed 15981 times since Fri, Jan 18, 2019
Create volume groups on AIX - Normal Big Scalable
Viewed 7471 times since Thu, Feb 21, 2019
Migrating AIX User Environments
Viewed 2759 times since Wed, May 30, 2018
AIX FC Performance improvements for IBM AIX FC and FCoE device driver stacks
Viewed 6803 times since Fri, Jan 31, 2020
Configure log file for cron daemon on AIX
Viewed 11392 times since Thu, Feb 21, 2019
Part 2, Monitoring memory usage (ps, sar, svmon, vmstat) and analyzing the results AIX7
Viewed 13694 times since Wed, Jun 19, 2019