Sponsored Content
Operating Systems AIX AIX - NIC device explanation need Post 303035145 by RecoveryOne on Wednesday 15th of May 2019 09:37:18 AM
Old 05-15-2019
Quote:
Originally Posted by Phat

Code:
[root@xxx] / > lsdev -Cc adapter | grep en
ent0 Available 03-00 2-Port 10/100/1000 Base-TX PCI-Express Adapter (14104003)
ent1 Available 03-01 2-Port 10/100/1000 Base-TX PCI-Express Adapter (14104003)
ent2 Available 04-00 2-Port 10/100/1000 Base-TX PCI-Express Adapter (14104003)
ent3 Available 04-01 2-Port 10/100/1000 Base-TX PCI-Express Adapter (14104003)
ent4 Available       Virtual I/O Ethernet Adapter (l-lan)
ent5 Available       EtherChannel / IEEE 802.3ad Link Aggregation
ent6 Available       Virtual I/O Ethernet Adapter (l-lan)


Ok, WOW that is a mess.
Someone at one point in time felt it was needed to give two Physical adapters, two VIO adapters, and then somewhere they built a failover/link aggeration adapter with what I am going to assume is built from the two VIO Ethernet's



So ent adapters are used to specify the hardware adapter. Has nothing to do with TCP/IP address.
en represents the interface associated with hardware adapter. So, en0 *should* reference ent0. I say should because you can do "stupid" things like renaming an adapter!
et is used for IEE 802.3


Likely you are seeing an IP alias, that's why you have two ip's on the same adapter.

Now, as to two adapters with same IP, one could be disconnected at the physical layer.
**EDIT again. You can assign an IP to the ETherChannel adapter, and then the parent adapter. But its not a good way to go about it. That actually looks like what is happening here. Or someone tried to remove a backup adapter from the EtherChannel and gave it the IP.

To be honest, I'm not even sure where to begin with cleaning this up, or how far you want to go.
I'd recommend tracking down what ip's and what adapters are actually in use.
For the physical adapters, entstat -d <entX> should return in the output a 'PHYS_LINK_UP'
I am unsure on tracking it from the VIO side of things. You would have to trace from the client lpar, to the vio and look at the configuration.


From what you posted, it really looks to me like someone took the VIO ethernet adapters (ent4 and ent6) to create the EtherChannel adapter ent5, and en5 is your actual link to the outside world.
If that's the case, that's not an ideal configuration.
You should build your EtherChannel adapters at the VIO level, so ent1 and ent2 to make ent3, present ent3 up to the virtual switch so the client uses ent3 from the vio's for communication (client lpar would see it as ent0). Even if you had dual lpars, the setup would be the same because the virtual switch would handle any failover between the vio's.


There's a very good chance to clean this up properly you may have to sell an extended downtime.


**Edit: Also concerns me that the VIO may not be properly configured as well.

Last edited by RecoveryOne; 05-15-2019 at 08:30 PM..
This User Gave Thanks to RecoveryOne For This Post:
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Dleting a Device in AIX 4.3

I need to delete a TTY in my AIX 4.3 system. I have tried using the smit but everytime I try it, there is a message telling me that the device is in use and cannot be changed. How do I take the device "offline", so to speak, so that I can edit the settings and/or delete it. V/R Djassi (3 Replies)
Discussion started by: djassi
3 Replies

2. UNIX for Dummies Questions & Answers

NIC and Device NO to Change

I am a beginer in unix . I would like to know what is the command in orser to change NIC and Device NO (1 Reply)
Discussion started by: Ilias Kappatos
1 Replies

3. AIX

AIX -How to find which NIC is on which PCI card

Hi All, How can I find out which is ETH5 on my AIX P5 system. I have about seven different NIC card on this. I did move the cable to each one but still I was not able to see the link light up when I did netstat -v Any idea? Thanks. (2 Replies)
Discussion started by: samnyc
2 Replies

4. Solaris

x86 Solaris 10 nic driver added but not attached. NIC is not detected.

I couldn't install my nic in solaris 10. I compiled and added the driver but failed to attach the driver and ifconfig output shows only loopback dev. Please see the following output and tell me whether my nic has been detected and why the driver failed to attach? My nic is detected in linux... (0 Replies)
Discussion started by: vectrum
0 Replies

5. AIX

Explanation of C Compiler for AIX

Hi, I have the following packages installed on my AIX server xlC.aix50.rte 10.1.0.2 COMMITTED XL C/C++ Runtime for AIX 5.3 xlC.cpp 9.0.0.0 COMMITTED C for AIX Preprocessor xlC.msg.en_US.cpp 9.0.0.0 COMMITTED C for AIX Preprocessor xlC.msg.en_US.rte 10.1.0.2 COMMITTED XL C/C++ Runtime xlC.rte... (4 Replies)
Discussion started by: jimthompson
4 Replies

6. Red Hat

I want to tune NIC's rps, rfs and xps value. which NIC device should I modify.

Dear All I want tune my NIC's rps, rfs and xps value. In my system I have two NIC (eth0, eth1) and I have a bond0 ( eth0, eth1). Here is the question? Which device should I modify ? eth0 and eth1? or just modify bond0 or modify all device (eth0, eth1, bond0) Any advice is welcome.... (0 Replies)
Discussion started by: nnnnnnine
0 Replies

7. AIX

AIX Frame: NIC port down

NIC port is down on IBM Frame. From the back its slot C7/C8. The network switch is the problem, and a new switch will be coming into play. There's one VIO and one LPAR. How do i tell the port is down in the OS on the VIO? And how can i verify it's backup without pulling cables? We have a... (1 Reply)
Discussion started by: gps1976
1 Replies

8. Linux

Add two different subnet public IPs to single NIC or two different NIC on same box

Hello Admins, My ask is how can I add two different subnet IPs to same box with two different gateways? The issue is I can connect to the box when I am on ethernet LAN, but I am not able to connect to the same IP when I am on wifi. The server is RHEL 7 VM on vmware. How can I get connected... (4 Replies)
Discussion started by: snchaudhari2
4 Replies

9. UNIX for Beginners Questions & Answers

Configuring NIC device in Solaris 9 SPARC OS [QEMU]

I have Xubuntu 18.04 installed on my PC. I have created a 10G .img image file created by QEMU-IMG. I have installed inside of it Solaris 9 SPARC edition . If I try and mount the image file as a loop device (using sudo losetup /dev/loop0 /path-to-img-file) I can only mount it as read only. ... (1 Reply)
Discussion started by: alphatron150
1 Replies
All times are GMT -4. The time now is 01:01 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy