ONTAP 9.13

to English version

LUNの設定済みスペースと使用済みスペースの検証

LUNの設定済みスペースと実際に使用されているスペースを把握しておくと、スペース再生時に再生可能なスペースの量、データを含むリザーブ スペースの量、およびLUNの設定済みの合計サイズと実際に使用されているサイズを特定する場合に役立ちます。

手順
  1. LUNの設定済みスペースと実際に使用されているスペースを表示します。

    lun show

    次の例は、vs3というStorage Virtual Machine(SVM)内のLUNの設定済みスペースと実際に使用されているスペースを示しています。

    lun show -vserver vs3 -fields path, size, size-used, space-reserve

    vserver path                    size    space-reserve size-used
    ------- -----------------       ------- ------------- ---------
    vs3     /vol/vol0/lun1          50.01GB disabled      25.00GB
    vs3     /vol/vol0/lun1_backup   50.01GB disabled      32.15GB
    vs3     /vol/vol0/lun2          75.00GB disabled      0B
    vs3     /vol/volspace/lun0      5.00GB  enabled       4.50GB
    4 entries were displayed.
Top of Page