Table of ContentsView in Frames

Displaying volume information

You can display information about the configuration and the state of a volume.

Step

  1. Enter the following command: vol status [-d] [-r] [-v] [-l]
    • With no options, the vol status command displays a concise synopsis of volume states:
      • Volume name
      • Whether it is a FlexVol or traditional volume
      • Whether it is online, offline, or restricted
      • Other status, such as partial and degraded
      • Options that are enabled for the volume or its containing aggregate (through the aggr options or vol options command).

      The vol command also displays RAID information for the volume’s containing aggregate.

      Note: If you specify a volume, such as vol status vol0, the information for that volume is displayed. If you do not specify a volume, the status of all volumes in the storage system is displayed.
    • The -d option displays information about the volume’s containing aggregate’s disks.

      The information displayed is the same as for the sysconfig -d command.

    • The -r option displays RAID, plex, and checksum information for the volume’s containing aggregate.

      The information displayed is the same as for the sysconfig -r command.

    • The -v option displays the state of all per-volume options and information about each plex and RAID group within the volume’s containing aggregate.
    • The -l option displays the language used by each volume.
    Note: You can also get volume information, either interactively or with a script, using the stats command.

    For more information about volumes, see the Data ONTAP Storage Management Guide for 7-Mode. For more information about the vol command, see the na_vol(1) man page.