Set the privilege level in the ONTAP CLI
You can set the privilege level in the CLI by using the set command. Changes to privilege level settings apply only to the session you are in. They are not persistent across sessions.
Steps
-
To set the privilege level in the CLI, use the
setcommand with the-privilegeparameter.
Example of setting the privilege level
The following example sets the privilege level to advanced and then to admin:
cluster1::> set -privilege advanced Warning: These advanced commands are potentially dangerous; use them only when directed to do so by NetApp personnel. Do you wish to continue? (y or n): y cluster1::*> set -privilege admin
Learn more about set in the ONTAP command reference.