Current Usage: Available
Designation: PCIe Slot 3
Current Usage: Available
Designation: PCIe Slot 4
Current Usage: Available
Designation: PCIe Slot 5
Current Usage: Available
Designation: PCIe Slot 6
Current Usage: In Use
Bus Address: 0000:05:00.0
b. Correlate the onboard device name (NIC1 to NIC4) to a logical bus address:
dmidecode -t baseboard | sed -n -e '/NIC/,/Bus Address/p' |
egrep "NIC|Bus Address"
This command displays the onboard location of each NIC port, In the
following sample output, the logical bus address in the first two lines is
"0000:01:00.0" which correlates to physical NIC
Integrated NIC 1
.
Reference Designation: Integrated NIC 1
Bus Address: 0000:01:00.0
Reference Designation: Integrated NIC 2
Bus Address: 0000:01:00.1
Reference Designation: Integrated NIC 3
Bus Address: 0000:09:00.0
Reference Designation: Integrated NIC 4
Bus Address: 0000:09:00.1
c. Correlate the list of OS interface names to a logical bus address:
ip a | grep ": " | awk '{print $2}' | tr -d ":" | grep -v
^"lo"$ | xargs -I '{}' sh -c 'echo {}; ethtool -i {} | grep
bus-info'
This command displays the Ethernet network names (enXXX) of the
interfaces and the correlating logical bus address (without the loopback).
For example:
em1
bus-info: 0000:19:00.0
p1p1
bus-info: 0000:3b:00.0
em2
bus-info: 0000:19:00.1
em3
bus-info: 0000:19:00.2
em4
bus-info: 0000:19:00.3
p1p2
bus-info: 0000:3b:00.1
Architecture
58
Dell EMC VxFlex Ready Node AMS User Guide
Содержание EMC VxFlex Ready Node
Страница 1: ...Dell EMC VxFlex Ready Node Version 3 x AMS User Guide P N 302 005 733 REV 02 June 2019 ...
Страница 10: ...Contents 10 Dell EMC VxFlex Ready Node AMS User Guide ...
Страница 12: ...Figures 12 Dell EMC VxFlex Ready Node AMS User Guide ...
Страница 14: ...Tables 14 Dell EMC VxFlex Ready Node AMS User Guide ...
Страница 18: ...Introduction 18 Dell EMC VxFlex Ready Node AMS User Guide ...
Страница 24: ...Introduction to VxFlex Ready Node 24 Dell EMC VxFlex Ready Node AMS User Guide ...
Страница 80: ...Architecture 80 Dell EMC VxFlex Ready Node AMS User Guide ...
Страница 110: ...VxFlex OS Performance Fine Tuning 110 Dell EMC VxFlex Ready Node AMS User Guide ...
Страница 130: ...Managing and Monitoring 130 Dell EMC VxFlex Ready Node AMS User Guide ...
Страница 156: ...Managing System Objects 156 Dell EMC VxFlex Ready Node AMS User Guide ...
Страница 182: ...Security Management 182 Dell EMC VxFlex Ready Node AMS User Guide ...
Страница 188: ...Monitoring the System using the VxFlex OS GUI 188 Dell EMC VxFlex Ready Node AMS User Guide ...
Страница 252: ...Reference 252 Dell EMC VxFlex Ready Node AMS User Guide ...
Страница 274: ...Common Tasks 274 Dell EMC VxFlex Ready Node AMS User Guide ...
Страница 292: ...System events 292 Dell EMC VxFlex Ready Node AMS User Guide ...
Страница 324: ...SNMP Trap Support 324 Dell EMC VxFlex Ready Node AMS User Guide ...
Страница 348: ...DTK Hardware Update Bootable ISO 348 Dell EMC VxFlex Ready Node AMS User Guide ...
Страница 354: ...Glossary 354 Dell EMC VxFlex Ready Node AMS User Guide ...