Which two statements are true about NVMe? (Choose two.)
Which two statements are true about NVMe? (Choose two.)
Namespaces in NVMe are mapped to subsystems to organize and manage storage resources efficiently. NQNs (NVMe Qualified Names) are identifiers for hosts and are added to subsystems to establish a connection between the host and the subsystem. By doing so, the storage system can identify which hosts have access to the subsystems containing the namespaces.
CD With NVMe namespace you can add the host NQN to the subsystem and Map the namespace to the subsystem https://docs.netapp.com/us-en/ontap/san-admin/map-nvme-namespace-subsystem-task.html
C and D are correct: https://docs.netapp.com/us-en/ontap-sm-classic/online-help-96-97/concept_what_nvme_subsystem_is.html#nvme-subsystems-table
C and D are right Ans
Add the host NQN to the subsystem: vserver nvme subsystem host add -vserver SVM_name -subsystem Subsystem_name -host-nqn Host_NQN:subsystem.Subsystem_name Map the namespace to the subsystem: vserver nvme subsystem map add -vserver SVM_name -subsystem subsystem_name -path path
C,D are correct.