I have 5 nodes, each node has 6 NICs, 2 are bonded for proxmox traffic (Active/Backup) 4 are used for dedicatied iSCSI traffic.
I ahve an error showing a disconnect in all 5 Nodes @ 6.22am, i need to find out which NIC on each server is in use for the following iSCSI connections:
a) 8:0:0:0 (SDC) & 8:0:0:1 (SDE)
b) 7:0:0:0 (SDB) & 7:0:0:1 (SDD)
c) 5:0:0:0 (SDC) & 5:0:0:1 (SDG)
d) 12:0:0:0 (SDM) & 12:0:0:1 (SDP)
e) 5:0:0:0 (SDE) & 5:0:0:1 (SDG)
any suggestions on how to show which NICs these are from?
iscsiadm -m sessions shows this:
I ahve an error showing a disconnect in all 5 Nodes @ 6.22am, i need to find out which NIC on each server is in use for the following iSCSI connections:
a) 8:0:0:0 (SDC) & 8:0:0:1 (SDE)
b) 7:0:0:0 (SDB) & 7:0:0:1 (SDD)
c) 5:0:0:0 (SDC) & 5:0:0:1 (SDG)
d) 12:0:0:0 (SDM) & 12:0:0:1 (SDP)
e) 5:0:0:0 (SDE) & 5:0:0:1 (SDG)
any suggestions on how to show which NICs these are from?
iscsiadm -m sessions shows this:
Code:
root@voyager:/# iscsiadm -m session
tcp: [1] 192.168.131.102:3260,2 iqn.1984-05.com.dell:powervault.md3200i.690b11c00008daa200000000507e5aff
tcp: [10] 192.168.132.101:3260,1 iqn.1984-05.com.dell:powervault.md3200i.690b11c00008daa200000000507e5aff
tcp: [2] 192.168.131.101:3260,1 iqn.1984-05.com.dell:powervault.md3200i.690b11c00008daa200000000507e5aff
tcp: [3] 192.168.133.101:3260,1 iqn.1984-05.com.dell:powervault.md3200i.690b11c00008daa200000000507e5aff
tcp: [4] 192.168.133.102:3260,2 iqn.1984-05.com.dell:powervault.md3200i.690b11c00008daa200000000507e5aff
tcp: [5] 192.168.100.6:3260,1 iqn.2012-03.ReadyNAS2:images
tcp: [6] 192.168.100.6:3260,1 iqn.2012-03.ReadyNAS2:images-two
tcp: [7] 192.168.130.102:3260,2 iqn.1984-05.com.dell:powervault.md3200i.690b11c00008daa200000000507e5aff
tcp: [8] 192.168.132.102:3260,2 iqn.1984-05.com.dell:powervault.md3200i.690b11c00008daa200000000507e5aff
tcp: [9] 192.168.130.101:3260,1 iqn.1984-05.com.dell:powervault.md3200i.690b11c00008daa200000000507e5aff
Last edited: