Netapp ONTAP 9 Command-line by Example



Netapp ONTAP 9 Command-line by Example

Price : 14.09

Ends on : N/A

View on eBay

Netapp ONTAP 9 Command-line by Example

In this post, we will explore some common commands used in Netapp ONTAP 9’s command-line interface (CLI). The CLI is a powerful tool that allows administrators to manage and monitor their Netapp storage systems efficiently. Let’s dive into some examples of how to use the CLI:

  1. Show system information:
    To display general system information such as the model of the storage system, firmware version, and uptime, use the following command:

    
    system show<br />
    ```<br />
    <br />
  2. Show cluster configuration:
    To view the configuration of the cluster, including the nodes, network interfaces, and cluster interconnect, use the following command:

    
    cluster show<br />
    ```<br />
    <br />
  3. Show volume information:
    To display information about volumes, including their size, usage, and state, use the following command:

    
    volume show<br />
    ```<br />
    <br />
  4. Create a new volume:
    To create a new volume with a specific size and name, use the following command:

    
    volume create -vserver <vserver_name> -volume <volume_name> -aggregate <aggregate_name> -size <volume_size><br />
    ```<br />
    <br />
  5. Resize a volume:
    To resize an existing volume to a larger or smaller size, use the following command:

    
    volume size -vserver <vserver_name> -volume <volume_name> -size <new_size><br />
    ```<br />
    <br />
  6. Show snapshot information:
    To display information about snapshots, including the snapshot name, creation date, and size, use the following command:

    
    snapshot show<br />
    ```<br />
    <br />
  7. Delete a snapshot:
    To delete a specific snapshot, use the following command:

    
    snapshot delete -vserver <vserver_name> -volume <volume_name> -snapshot <snapshot_name><br />
    ```<br />
    <br />
    These are just a few examples of the many commands available in Netapp ONTAP 9's command-line interface. By mastering the CLI, administrators can efficiently manage and monitor their Netapp storage systems.

#Netapp #ONTAP #Commandline

Comments

Leave a Reply

Chat Icon