Tôi cần tìm hiểu xem có bao nhiêu cổng vật lý mà máy chủ của tôi có, và bao nhiêu trong số chúng đang được sử dụng và bao nhiêu cổng miễn phí. Bạn có thể vui lòng giúp làm thế nào để tìm thấy nó:
Đây là những gì tôi tìm thấy từ đầu ra dmidecode:
# dmidecode | egrep -i "PCI|Available|in use"
PCI is supported
ESCD support is available
Designation: PCI-E Slot 1
Type: x8 PCI Express
Current Usage: In Use
Designation: PCI-E Slot 2
Type: x8 PCI Express
Current Usage: Available
Designation: PCI-E Slot 3
Type: x4 PCI Express
Current Usage: Available
Designation: PCI-E Slot 4
Type: x8 PCI Express
Current Usage: In Use
Designation: PCI-E Slot 5
Type: x8 PCI Express
Current Usage: In Use
# dmidecode | grep -i "NIC"
HP BIOS NIC PCI and MAC Information
NIC 1: PCI device 04:00.0, MAC address 00:1E:0B:C0:F4:92
NIC 2: PCI device 42:00.0, MAC address 00:1E:0B:C0:F4:90
HP BIOS iSCSI NIC PCI and MAC Information
NIC 1: PCI device 04:00.0, MAC address 00:1E:0B:C0:F4:93
NIC 2: PCI device 42:00.0, MAC address 00:1E:0B:C0:F4:91
[root@eir1 network-scripts]# cat ifcfg-eth[0123] | grep -i HWADDR
HWADDR=00:1E:0B:C0:F4:92
HWADDR=00:1E:0B:C0:F4:90
HWADDR=00:26:55:e6:75:5c
HWADDR=00:26:55:e6:75:5d
Làm thế nào để tôi kết luận từ điều này rằng có bao nhiêu cổng vật lý đang được sử dụng và bao nhiêu cổng có sẵn? giúp đỡ một cách tử tế