netapp_management

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 12:59] andonovjnetapp_management [2021/01/19 13:15] (current) – [System] andonovj
Line 52: Line 52:
 {{:netappincreasevolspace.jpg?500|}} {{:netappincreasevolspace.jpg?500|}}
  
 +====Create Aggregate====
  
 +
 +====Create Volume====
 =====Privilege Levels===== =====Privilege Levels=====
 On NetApp, we have several privilege levels: On NetApp, we have several privilege levels:
Line 132: Line 135:
 The commands, ending with "*" are available ONLY in advanced privileged level. The commands, ending with "*" are available ONLY in advanced privileged level.
  
 +====Diagnostic====
 +Diagnostic is to be used by NetApp personal only or by their supervsion and instructions. It can cause permanent failure if used wrongly.
 +
 +To enter into a diagnostic privileged level, use the following command (again only under Netapp personal supervision and guidance)
 +
 +<Code:bash|Elevate to Diagnostic>
 +cluster1::*> set -privilege diagnostic
 +
 +Warning: These diagnostic commands are for use by NetApp personnel only.
 +Do you want to continue? {y|n}: y
 +
 +cluster1::*>
 +</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.1611061159.txt.gz
  • Last modified: 2021/01/19 12:59
  • by andonovj