Unsolved

2 Posts

565

September 16th, 2020 09:00

Poweredge Physical NIC

Hello all,

Are there any commands I can run from my idrac to tell me how many physical nics are available for use, on the actual server. I am not in the physical location of my server, and I would like to confirm the amount of physical nics available through cli. Please let me know if there is any other info that I can get you to help answer my question. Also, sorry if this is posted in the wrong place, or if this has been posted before. I looked, but did not see anything. Thank you.

2 Posts

September 16th, 2020 09:00

I thought that I had figured it out with racadm ifconfig, but that was wrong. If I log into one of my idracs and run this command, there are 8 interfaces that I see, including usb0. When I look at the esxi host of that idrac, there are 8vmnics to be used, and a usb0 nic, so 9 total. The mac addresses on the ifconfig output do not match any macs that are on the vmnics found on the esxi host.

 

/admin1-> racadm ifconfig
bond0 Link encap:Ethernet HWaddr 14:18:77:2A:38:42
inet addr: xx.xx.xx.xx Bcast:10.105.7.255 Mask:255.255.248.0
UP BROADCAST RUNNING MASTER MULTICAST MTU:1500 Metric:1
RX packets:113153966 errors:0 dropped:868 overruns:0 frame:11859
TX packets:2015009 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:951099134 (907.0 MiB) TX bytes:343031715 (327.1 MiB)






eth0 Link encap:Ethernet HWaddr 14:18:77:2A:38:42
UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1
RX packets:113153966 errors:0 dropped:0 overruns:0 frame:11859
TX packets:2015009 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:951099134 (907.0 MiB) TX bytes:343031715 (327.1 MiB)
Interrupt:59 DMA chan:ff





eth1 Link encap:Ethernet HWaddr 14:18:77:2A:38:42
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:316337103 errors:0 dropped:0 overruns:0 carrier:1438976270
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:1800357842 (1.6 GiB)
Interrupt:84 Base address:0x800 DMA chan:ff





lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:9158478 errors:0 dropped:0 overruns:0 frame:0
TX packets:9158478 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:869139712 (828.8 MiB) TX bytes:869139712 (828.8 MiB)





ncsi0 Link encap:Ethernet HWaddr 14:18:77:2A:38:42
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:76 errors:0 dropped:3 overruns:0 frame:0
TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:6141 (5.9 KiB) TX bytes:570 (570.0 B)




ncsi1 Link encap:Ethernet HWaddr 14:18:77:2A:38:42
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:30 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2334 (2.2 KiB) TX bytes:0 (0.0 B)




ncsi2 Link encap:Ethernet HWaddr 14:18:77:2A:38:42
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:60 errors:0 dropped:3 overruns:0 frame:0
TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4829 (4.7 KiB) TX bytes:570 (570.0 B)




ncsi3 Link encap:Ethernet HWaddr 14:18:77:2A:38:42
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:73 errors:0 dropped:3 overruns:0 frame:0
TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:5907 (5.7 KiB) TX bytes:570 (570.0 B)




usb0 Link encap:Ethernet HWaddr 14:18:77:2A:39:43
inet addr:169.254.0.1 Bcast:169.254.255.255 Mask:255.255.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)





 

 

jblv92_0-1600272906568.png

 

Moderator

 • 

4.7K Posts

 • 

25.5K Points

September 16th, 2020 13:00

Hello jblv92,
 
To see how many physical NIC's the host has you can run:

 

racadm hwinventory nic 
 https://dell.to/2H8PYMk

 

No Events found!

Top