Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
netapp_management [2021/01/19 12:59] – andonovj | netapp_management [2021/01/19 13:15] (current) – [System] andonovj | ||
---|---|---|---|
Line 52: | Line 52: | ||
{{: | {{: | ||
+ | ====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 " | The commands, ending with " | ||
+ | ====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) | ||
+ | |||
+ | < | ||
+ | cluster1:: | ||
+ | |||
+ | Warning: These diagnostic commands are for use by NetApp personnel only. | ||
+ | Do you want to continue? {y|n}: y | ||
+ | |||
+ | cluster1:: | ||
+ | </ | ||
+ | |||
+ | ====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: | ||
+ | |||
+ | < | ||
+ | cluster1:: | ||
+ | Type ' | ||
+ | cluster1-01> | ||
+ | </ | ||
+ | |||
+ | 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. | ||
+ | |||
+ | < | ||
+ | cluster1::> | ||
+ | |||
+ | Warning: These diagnostic commands are for use by NetApp personnel only. | ||
+ | Do you want to continue? {y|n}: y | ||
+ | |||
+ | cluster1:: | ||
+ | (system node systemshell) | ||
+ | [email protected]' | ||
+ | |||
+ | Warning: | ||
+ | diagnostic tools that can cause irreparable damage to | ||
+ | the system if not used properly. | ||
+ | only when directed to do so by support personnel. | ||
+ | |||
+ | cluster1-01% | ||
+ | </ | ||