Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
netapp_management [2021/01/19 13:02] – [Add disk & Increase space on the Volume] andonovjnetapp_management [2021/01/19 13:15] (current) – [System] andonovj
Line 148: Line 148:
 cluster1::*> cluster1::*>
 </Code> </Code>
 +
 +====Legacy====
 +Legacy mode is the old ONTAP7- level of syntax. Unlike the other privileges, the legacy mode operate on the node, rather than the entire cluster level.
 +
 +To enter into legacy mode, use the following command:
 +
 +<Code:bash|Elevate to Legacy>
 +cluster1::*> system node run cluster1-01
 +Type 'exit' or 'Ctrl-D' to return to the CLI
 +cluster1-01>
 +</Code>
 +
 +Where cluster1-01 is the cluster node which you want to manage.
 +
 +====System====
 +System level is very low level management and it is usually done via the Netapp personal instructions.
 +First we have to set the diagnostic level privilege, as before and then we can enable also system level.
 +
 +<Code:bash|Elevate to System level>
 +cluster1::> set -privilege diagnostic
 +
 +Warning: These diagnostic commands are for use by NetApp personnel only.
 +Do you want to continue? {y|n}: y
 +
 +cluster1::*> systemshell local
 +  (system node systemshell)
 +[email protected]'s password:
 +
 +Warning:  The system shell provides access to low-level
 +diagnostic tools that can cause irreparable damage to
 +the system if not used properly.  Use this environment
 +only when directed to do so by support personnel.
 +
 +cluster1-01%
 +</Code>
 +
  
  • netapp_management.1611061338.txt.gz
  • Last modified: 2021/01/19 13:02
  • by andonovj