There is a server and a storage system that are connected directly (without an FC switch) via an FC adapter
LUNs are configured on the storage system and presented in the FC network. Problem: visibility of LUNs from the server is possible only with ESXi 6.7.0
Any other versions of ESXi, as well as any distributions and versions of Linux do not see published LUNs of the storage system.
The problem was partially solved by updating the firmware of the FC adapter on the server... via manual from LPe32002 FC Host Bus Adapter
However, after rebooting the server, the problem returned: LUNs from the storage system are again not available for viewing...
That is, the firmware version was not updated after rebooting the server and returned to the previous one! (((
How to update the firmware correctly so that the changes take effect after rebooting??!
P.S. If you have another machine that will take that Emulex you could use that, and a completely different O/S, just to get the firmware upgrade onto the HBA
Indeed, this problem occurs not only for me..
In my case, the problem is solved after sending the reset command to the FC adapter according to the vendor's recommendations (п.4.3.1.2 Resetting an Adapter) oslpcfg reset n=all
and restarting the kernel module lpfc.ko
I tried to insert the line calling the reset command of the FC adapter into the source code of the kernel module, but the compilation failed with an error..
I'm sure it's due to an incorrect system call.
Help me how to make a system call from the core module of the FC adapter reset command?..