Disable TLS secure channel for NVMe/TCP
Beginning with ONTAP 9.16.1, you can configure TLS secure channel for NVMe/TCP connections. If you have configured TLS secure channel for NVMe/TCP connections, you can choose to disable it at any time.
Steps
- 
Remove the host from the subsystem to disable TLS secure channel:
vserver nvme subsystem host remove -vserver <svm_name> -subsystem <subsystem> -host-nqn <host_nqn> - 
Verify that TLS secure channel is removed from the host:
vserver nvme subsystem host show - 
Add the host back to the subsystem without TLS secure channel:
vserver nvme subsystem host add vserver <svm_name> -subsystem <subsystem> -host-nqn <host_nqn> 
Related information