The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
Enable or disable ODX
-
PDF of this doc site
-
Cluster administration
-
Volume administration
-
Logical storage management with the CLI
-
-
NAS storage management
-
Configure NFS with the CLI
-
Manage NFS with the CLI
-
Manage SMB with the CLI
-
Manage file access using SMB
-
-
-
Security and data encryption
-
Data protection and disaster recovery
-

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
You can enable or disable ODX on storage virtual machines (SVMs). The default is to enable support for ODX copy offload if SMB 3.0 is also enabled.
Before you begin
SMB 3.0 must be enabled.
About this task
If you disable SMB 3.0, ONTAP also disables SMB ODX. If you reenable SMB 3.0, you must manually reenable SMB ODX.
Steps
-
Set the privilege level to advanced:
set -privilege advanced
-
Perform one of the following actions:
If you want ODX copy offload to be… Enter the command… Enabled
vserver cifs options modify -vserver vserver_name -copy-offload-enabled true
Disabled
vserver cifs options modify -vserver vserver_name -copy-offload-enabled false
-
Return to the admin privilege level:
set -privilege admin
Example
The following example enables ODX copy offload on SVM vs1:
cluster1::> set -privilege advanced Warning: These advanced commands are potentially dangerous; use them only when directed to do so by technical support personnel. Do you wish to continue? (y or n): y cluster1::*> vserver cifs options modify -vserver vs1 -copy-offload-enabled true cluster1::*> set -privilege admin
Related information