You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bootlist fails to translate the OF device to logical interface name for Mellanox net devices with single pci bus per 2 ports
# bootlist -m normal -o
Could not translate /pci@800000020000106/pci15b3,1007@0 to logical device name
Could not translate /pci@800000020000106/pci15b3,1007@0 to logical device name
net0
sda
# lscfg -vl 0106:a0:00.0
0106:a0:00.0 uverbs0 ucm0 mlx4_0 enP262p160s0 enP262p160s0d1 umad1 issm0 umad0 issm1 ptp0 pci15b3,1007 U78CD.001.FZHU566-P1-C6
pci15b3,1007 (14100710)
Manufacturer Name.........IBM
Machine Type-Model........MT27520 Family [ConnectX-3 Pro]
Engineering Change Level..N99085
Field Replaceable Unit Number
..........................00RX859
Manufacturer ID...........811X0941951174
Part Number of assembly...00RX855
Serial Number.............00RX855YA50YF85W084
Customer Card ID Number.(CC)
..........................57BC
Device Specific.(Z0)......IBM1200111023
Device Specific.(YC)......0
Location Code.(YL)........U78CD.001.FZHU566-P1-C6
# ip a
5: enP262p160s0: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bondtest state UP group default qlen 1000
link/ether 50:6b:4b:63:92:80 brd ff:ff:ff:ff:ff:ff
6: enP262p160s0d1: <BROADCAST,MULTICAST,SLAVE> mtu 1500 qdisc mq master bondtest state DOWN group default qlen 1000
link/ether 50:6b:4b:63:92:81 brd ff:ff:ff:ff:ff:ff
# bootlist -m service -r
/vdevice/l-lan@30000002:speed=auto,duplex=auto,9.3.80.16,,9.53.171.172,9.53.168.1,5,5,255.255.252.0,512
set the boot configuration for the 2 mellanox interfaces enP262p160s0 and enP262p160s0d1 wich has single pci bus 0106:a0:00.0 # bootlist -m normal enP262p160s0 enP262p160s0d1 net0 /dev/sda
Check the configurations now
# bootlist -m normal -o
Could not translate /pci@800000020000106/pci15b3,1007@0 to logical device name
Could not translate /pci@800000020000106/pci15b3,1007@0 to logical device name
net0
sda
# bootlist -m service -r
/vdevice/l-lan@30000002:speed=auto,duplex=auto,9.3.80.16,,9.53.171.172,9.53.168.1,5,5,255.255.252.0,512
You can see the bootlist fails to translate the OF device to logical interface name with above error
Also at SMS menu you can see the boot configuration for is not set for enP262p160s0 and enP262p160s0d1 interfaces
Current Boot Sequence
(1) Device is not bootable or removed.
(2) Device is not bootable or removed.
(3) Interpartition Logical LAN
( loc=U9080.M9S.78264B8-V5-C2-T1 )
(4) SCSI 49 GB Harddisk, part=1 ()
( loc=U9080.M9S.78264B8-V5-C105-T1-L8100000000000000 )
(5) None
The text was updated successfully, but these errors were encountered:
abdhaleegit
changed the title
bootlist: unable to translate OF names for net device with single pci bus per 2 ports (Mellanox cards/CX3/)
bootlist: unable to translate OF names for net device with single pci bus per 2 ports (Mellanox cards/ConnectX-3)
Jun 19, 2019
Problem:
bootlist fails to translate the OF device to logical interface name for Mellanox net devices with single pci bus per 2 ports
Machine: Power 9 PowerVM LPAR
Distribution: All distribution
Card Type: all Mellanox cards of type ConnectX-3
powerpc-utils latest version: upstream
---Steps to Reproduce---
Attach a Mellanox ConnectX-3 card to LPAR
Build and install the latest utils git clone https://github.com/ibm-power-utilities/powerpc-utils.git
Check the boot configurations
List the logical device names
# bootlist -m normal enP262p160s0 enP262p160s0d1 net0 /dev/sda
You can see the bootlist fails to translate the OF device to logical interface name with above error
Also at SMS menu you can see the boot configuration for is not set for enP262p160s0 and enP262p160s0d1 interfaces
Current Boot Sequence
(1) Device is not bootable or removed.
(2) Device is not bootable or removed.
(3) Interpartition Logical LAN
( loc=U9080.M9S.78264B8-V5-C2-T1 )
(4) SCSI 49 GB Harddisk, part=1 ()
( loc=U9080.M9S.78264B8-V5-C105-T1-L8100000000000000 )
(5) None
The text was updated successfully, but these errors were encountered: