This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
linux:linuxppc_devices [2025/06/11 18:14] manu [Device not found] |
linux:linuxppc_devices [2025/06/11 18:17] (current) manu [Connections to VIOS] |
||
---|---|---|---|
Line 446: | Line 446: | ||
</cli> | </cli> | ||
- | List all logical FC adapter | + | List all logical FC adapter (and their WWN) |
<cli prompt='#'> | <cli prompt='#'> | ||
[root@lnx001 /root/scripts]# systool -c fc_host -v | [root@lnx001 /root/scripts]# systool -c fc_host -v | ||
Line 471: | Line 471: | ||
uevent = "DEVTYPE=scsi_host" | uevent = "DEVTYPE=scsi_host" | ||
</cli> | </cli> | ||
+ | |||
+ | Identify also the PCI virtual slots (PPC64LE) | ||
+ | <cli prompt='#'> | ||
+ | [root@lnx001 /root/scripts]# lsslot | ||
+ | # Slot Description Linux Name Device(s) | ||
+ | U9009.22G.78xxxxx-V35-C0 Virtual I/O Slot 30000000 vty | ||
+ | U9009.22G.78xxxxx-V35-C2 Virtual I/O Slot 30000002 v-scsi | ||
+ | U9009.22G.78xxxxx-V35-C3 Virtual I/O Slot 30000003 vfc-client | ||
+ | U9009.22G.78xxxxx-V35-C4 Virtual I/O Slot 30000004 vfc-client | ||
+ | U9009.22G.78xxxxx-V35-C5 Virtual I/O Slot 30000005 vfc-client | ||
+ | </cli> | ||
+ | |||
+ |