How can I specify my etherchannel name when creating an etherchannel
AIXThis forum is for the discussion of IBM AIX.
eserver and other IBM related questions are also on topic.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have an existing etherchannel that is made up of two physical adapters. I need to change the speed on the adapters from 100M to 1gb.
The only way i know how is to break the etherchannel, and then change the speed on the idvidual adapters. This requires rebuilding the etherchannel.
When I rebuild the etherchannel name I need to make sure it gets rebuilt with the same interface name it currently has - en13; as it is compiled and used for CRS.
When i have done this before, as the etherchannel rebuilds it will take the first free adapter name, which i believe is en9. Do i have to ghost the adapters somehow in the ODM -
Any help is greatly appreciated as it would alleviate some critical downtime -
You can add dummy adapters with smitty vlan to add vlan adapters to any exisiting adapter, even one of an underlying etherchannel adapter, and this will use up ent9 to ent12 for you, then create your etherchannel, then remove the vlan adapters if you like with smit or rmdev -Rdl ent9 to 12.
Just another option that is more under the control of smit / normal rmdev command than at risk of a typo when hacking the ODM - your choice.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.