- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Ethernet Interface order with rhas3
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
01-15-2006 09:16 PM
01-15-2006 09:16 PM
We have noticed some strange behaviour in the way the kernel assigns the physical Ethernet ports under rhas4u1.
Under rhas3u2 we're getting a nice and clean setup as follows:
eth0 -> NIC 1
eth1 -> NIC 2
eth2 -> NIC 3
eth3 -> NIC 4
Under rhas4u1 suddenly this whole sequence get reshuffled, ending up with a nasty and complicated following setup:
eth0 -> NIC 2
eth1 -> NIC 3
eth2 -> NIC 4
eth3 -> NIC 1
Given the fact that our netwerk setup would like to setup eth0+eth3 as bond0 and eth1+2 as bond1, you see that we'd have to change some physical cabling with all of our future rhas4u1 blades, which is basically unacceptable.
Is there a way of dealing with this port shuffling issue?
Kind regards,
Rende Luitjes
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2006 10:22 PM
01-15-2006 10:22 PM
SolutionThere really isn't a good way to deal with this.
RH 4 has a different way/order NIC's. I've manipulated the process in regular servers by adding the NIC card's one boot at at time.
I will also state that I found RH update 1 to be less than stable and find RH update 2 a better choice, but it still has these issues.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2006 10:41 PM
01-15-2006 10:41 PM
Re: Ethernet Interface order with rhas3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2006 11:58 PM
01-15-2006 11:58 PM
Re: Ethernet Interface order with rhas3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2006 10:34 PM
01-16-2006 10:34 PM
Re: Ethernet Interface order with rhas3
Some questions came up during experiments with nameif:
1. What is the best bootscript to place a call to /sbin/nameif in? I came up with /etc/rc.local myself. The preliminary results from nameif however don't look too promising. It seems that nameif is not able to re-assign the MAC address to specifically the eth0 interface.
2. An alternative method would be to explicitly reference HWADDR items in each of the system's /etc/sysconfig/network-scripts/ifcfg-ethX files. This method looks by far to bring me the best results.
Rende
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2006 11:08 PM
01-16-2006 11:08 PM
Re: Ethernet Interface order with rhas3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2006 11:31 PM
01-16-2006 11:31 PM
Re: Ethernet Interface order with rhas3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 05:25 AM
01-17-2006 05:25 AM
Re: Ethernet Interface order with rhas3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 06:40 AM
01-17-2006 06:40 AM
Re: Ethernet Interface order with rhas3
The eth# device is assigned by the system in order of discovery. Trying to override it in the ifcfg scripts will probably not work.
2. An alternative method would be to explicitly reference HWADDR items in each of the system's /etc/sysconfig/network-scripts/ifcfg-ethX files. This method looks by far to bring me the best results.
If they are all the same NIC, this solution might work but an alternative outcome is the configuration file will be ignored, because the MAC address you put in eth1 does not match the MAC address the system puts in eth1.
There is no problem at all with you making your bond pairs 0 2 and 1 3.
Its an elegant solution that can be well documented in /etc/modprobe.conf
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com