メインコンテンツへスキップ

CIFS共有情報と対応するボリュームサイズを表示できますか?

Views:
13
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
nas
Last Updated:

環境

  • ONTAP 9
  • CIFS

回答

コマンド cifs share show -fields volume は共有ボリューム名のみを表示し、ボリュームのサイズは表示しません。対応するボリュームのスペース使用量を表示するには、df または  vol show コマンドを個別に使用する必要があります。
 
  • ボリュームのCIFS共有を表示

ontap913::> cifs share show -fields volume
vserver share-name volume
------- ---------- ---------
svm0   c$     svm0_root
svm0   ipc$    svm0_root
svm0   vol_workgroup
          vol_workgroup
svm1_ontap913
     ABE     ABE
svm1_ontap913
     audit    audit_svm1
svm1_ontap913
     c$     svm1_ontap913_root

  • ボリュームスペース使用量の表示

ontap913::> df -volume ABE
Filesystem        kbytes    used    avail capacity  Mounted on         Vserver
/vol/ABE/        1048580     568   1048012    0%  /ABE            svm1_ontap913
/vol/ABE/.snapshot    55188    9128    46060    17%  /ABE/.snapshot       svm1_ontap913
2 entries were displayed.

  • 詳細なボリューム情報を表示

ontap913::> vol show -volume ABE
Vserver  Volume    Aggregate   State    Type    Size  Available Used%
--------- ------------ ------------ ---------- ---- ---------- ---------- -----
svm1_ontap913
      ABE      aggr1_node1  online   RW    1.05GB   1023MB   0%

追加情報

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.