ONTAP 9.15.1 commands

vserver cifs prepare-to-downgrade

Restore the CIFS Configurations to Earlier Release of Data ONTAP Version

Availability: This command is available to cluster administrators at the advanced privilege level.

Description

The vserver cifs prepare-to-downgrade command restores the CIFS configurations for Data ONTAP based on the input parameter disable-feature-set.

Parameters

-disable-feature-set <downgrade version> - Data ONTAP Version (privilege: advanced)

This parameter specifies the Data ONTAP release for which the CIFS configurations are restored. The value can be one of the following:

  • FPolicy "close with read" filters from FPolicy events.

  • CIFS server options -guest-unix-user and -is-admin-users-mapped-to-root-enabled .

  • CIFS security option is-smb-encryption-required .

  • Storage-Level Access Guard (SLAG) for qtrees.

  • CIFS share property encrypt-data.

Examples

cluster1::*> vserver cifs prepare-to-downgrade -disable-feature-set 8.3.1
cluster1::*> vserver cifs prepare-to-downgrade -disable-feature-set 8.3.2
cluster1::*> vserver cifs prepare-to-downgrade -disable-feature-set 9.0.0
Top of Page