Verifying that the SMB protocol is enabled on the SVM
Before you can configure and use SMB on SVMs, you must verify that the protocol is enabled.
About this task
This is typically done during SVM setup, but if you did not enable the protocol during setup, you can enable it later by using the vserver add-protocols command.
Note
You cannot add or remove a protocol from a LIF once it is created.
You can also disable protocols on SVMs using the vserver remove-protocols command.
Example
The following command displays which protocols are currently enabled and disabled (allowed and disallowed) on the SVM named vs1:
vs1::> vserver show -vserver vs1.example.com -protocols
Vserver Allowed Protocols Disallowed Protocols
----------- ---------------------- -----------------------
vs1.example.com <span className="ph">cifs</span> <span className="ph">nfs, fcp, iscsi, ndmp</span>
The following command allows access over SMB by adding cifs to the list of enabled protocols on the SVM named vs1:
vs1::> vserver add-protocols -vserver vs1.example.com -protocols <span className="ph">cifs</span>
Give documentation feedback