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/07 11:17] – andonovj | netapp_management [2021/01/19 13:15] (current) – [System] andonovj | ||
---|---|---|---|
Line 3: | Line 3: | ||
- | =====Disk Management===== | + | =====Disk Management |
Now, in order to make some use of our Virtualised storage, we need to add some disks. | Now, in order to make some use of our Virtualised storage, we need to add some disks. | ||
Line 28: | Line 28: | ||
After that, we can safetly reboot the machine. Once the machines boots, we have to fix a common problem with the simulator. | After that, we can safetly reboot the machine. Once the machines boots, we have to fix a common problem with the simulator. | ||
The simulator often crashes because of the insufficient space in the root aggregate. So, we have to assign all disks this node and remove & disable the snapshots | The simulator often crashes because of the insufficient space in the root aggregate. So, we have to assign all disks this node and remove & disable the snapshots | ||
+ | |||
+ | =====General Management===== | ||
+ | In this section we will review general disk management for both: simulator and real environment: | ||
====Assign Disks & Remove / Disable snapshot==== | ====Assign Disks & Remove / Disable snapshot==== | ||
Line 48: | Line 51: | ||
{{: | {{: | ||
+ | |||
+ | ====Create Aggregate==== | ||
+ | |||
+ | |||
+ | ====Create Volume==== | ||
+ | =====Privilege Levels===== | ||
+ | On NetApp, we have several privilege levels: | ||
+ | |||
+ | * Admin - Most commands and parameters are available at this level. They are used for common or routine tasks. | ||
+ | * Advanced - Commands and parameters at this level are used infrequently, | ||
+ | * Diagnostic (locked by default) - Diagnostic commands and parameters are potentially disruptive. They are used only by support personnel to diagnose and fix problems. | ||
+ | |||
+ | |||
+ | Let's see how to enter and use each of them: | ||
+ | |||
+ | ====Admin==== | ||
+ | The admin privilege is default privilege level which you have when you enter with the management IP and username & password which you specify when you create the cluster. | ||
+ | |||
+ | |||
+ | < | ||
+ | login as: admin | ||
+ | Keyboard-interactive authentication prompts from server: | ||
+ | | Password: | ||
+ | End of keyboard-interactive prompts from server | ||
+ | |||
+ | This is your first recorded login. | ||
+ | Unsuccessful login attempts since last login: 1 | ||
+ | cluster1::> | ||
+ | </ | ||
+ | |||
+ | 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% | ||
+ | </ | ||
+ | |||
+ |