4–NVM Express over Fibre ChannelUnloading and Reloading the Linux Driver114 CU0354604-00 PUnloading and Reloading the Linux DriverFollow the instructions in this section to unload and reload the Linux driver.To unload and reload the Linux driver:1. List all the FC-NVMe connected target controllers by issuing the followingcommand:# ls /dev/nvme* | grep -E nvme[0-9]+$The preceding command should list all connected /dev/nvme[x]devices. For example:/dev/nvme0/dev/nvme12. Disconnect all of the FC-NVMe target devices by issuing the followingcommands to each of the /dev/nvme[x] devices listed in Step 1:# nvme disconnect -d /dev/nvme0# nvme disconnect -d /dev/nvme13. Unload the current driver by issuing the following command:# modprobe -r qla2xxx4. Reload the driver to auto-discover the FC-NVMe subsystems by issuing thefollowing command:# modprobe -v qla2xxx