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 08:44] – [Admin] 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 80: | Line 83: | ||
As explained above, most of the commands are available in that mode. | As explained above, most of the commands are available in that mode. | ||
+ | ====Advanced==== | ||
+ | In advanced privileged level we have additional commands and options. Please be careful, as advanced should be used only with the instructions of NetApp support: | ||
+ | |||
+ | To elevate your privileges to Advanced level, use the following syntax: | ||
+ | |||
+ | < | ||
+ | cluster1::> | ||
+ | |||
+ | Warning: These advanced commands are potentially dangerous; use them only when | ||
+ | | ||
+ | Do you want to continue? {y|n}: y | ||
+ | |||
+ | cluster1:: | ||
+ | </ | ||
+ | |||
+ | We can check all the commands available in Advanced level: | ||
+ | |||
+ | < | ||
+ | cluster1:: | ||
+ | application> | ||
+ | autobalance> | ||
+ | cluster> | ||
+ | event> | ||
+ | exit Quit the CLI session | ||
+ | history | ||
+ | job> | ||
+ | lun> | ||
+ | man | ||
+ | metrocluster> | ||
+ | network> | ||
+ | protection-type> | ||
+ | qos> | ||
+ | redo Execute a previous command | ||
+ | rows Show/Set the rows for this CLI session | ||
+ | run Run interactive or non-interactive commands in the nodeshell | ||
+ | security> | ||
+ | set | ||
+ | snaplock> | ||
+ | snapmirror> | ||
+ | statistics> | ||
+ | statistics-v1> | ||
+ | storage> | ||
+ | storage-service> | ||
+ | system> | ||
+ | top Go to the top-level directory | ||
+ | up Go up one directory | ||
+ | volume> | ||
+ | vserver> | ||
+ | </ | ||
+ | |||
+ | 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% | ||
+ | </ | ||