Disable NVMe in-band authentication before reverting from ONTAP 9.12.1
Suggest changes
If you are running the NVME protocol, you must disable in-band authentication before you revert your cluster from ONTAP 9.12.1. If in-band authentication using DH-HMAC-CHAP is not disabled, revert will fail.
Steps
-
Remove the host from the subsystem to disable DH-HMAC-CHAP authentication:
vserver nvme subsystem host remove -vserver <svm_name> -subsystem <subsystem> -host-nqn <host_nqn>
-
Verify that the DH-HMAC-CHAP authentication protocol is removed from the host:
vserver nvme subsystem host show
-
Add the host back to the subsystem without authentication:
vserver nvme subsystem host add vserver <svm_name> -subsystem <subsystem> -host-nqn <host_nqn>