I had the same message, and in Clustered ONTAP, the following description is given:
Description :
This message occurs when the system could not find Fibre Channel adapter configuration stored on disk, but the adapter is configured in the boot environment. The boot environment information will be used, but you should update the on-disk configuration to be consistent and to prevent the adapter from getting into an unexpected state if the boot environment settings are lost.
Action :
Use the 'fcadmin config' command to reapply the on-disk configuration to match the setting in the boot environment. If the on-disk configuration is not saved and the boot environment is lost, recovery of this adapter's port personality is not possible. No action is taken automatically to correct the problem.
To resolve this, you need to do the following:
Go to the node-shell (or just the normal shell if you are running 8.x in 7-Mode), and enter the following command:
toaster> fcadmin config
Local
Adapter Type State Status
---------------------------------------------------
0g target CONFIGURED online
0h target CONFIGURED online
Then:
Re-acknowlede the adapter settings, by using the following commands (using the above example, with adapters 0g and 0h):
fcadmin config -t target 0g
fcadmin config -t target 0h
Be careful to use the same setting as in the first command, do not change target to initiator or vice versa unless you really want to. This will change nothing in your configuration, but it will save the boot-enviroment settings to disk (to vol0 to be exact). And it will make the error disappear.
BTW, in Clustered ONTAP 8.2.x, you will get the message that fcadmin is deprecated, but you need that command anyway to resolve the error.