リクエストされたアーティクルはご利用いただけません。このバージョンの製品で扱われていないか、関連する情報がこのバージョンのドキュメントで別に扱われています。検索 / 参照しなおすか、 別のバージョンに戻る場合は、こちらをクリックしてください.
日本語は機械翻訳による参考訳です。内容に矛盾や不一致があった場合には、英語の内容が優先されます。
fieldsパラメータを使用して、ONTAP showコマンドの出力を制限します。
共同作成者
-
このドキュメント ページのPDF
-
ボリューム管理
-
NASストレージの管理
-
CLIを使用したSMBの管理
-
SMBを使用したファイルアクセスの管理
-
-
-
データ保護とディザスタリカバリ
-

PDF版ドキュメントのセット
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
コマンドでパラメータを `show`使用し `-instance`て詳細を表示すると、出力に時間がかかり、必要以上の情報が含まれることがあります。コマンドのパラメータ `show`を `-fields`使用すると、指定した情報のみを表示できます。
たとえば、を実行すると、 volume show -instance`複数の画面に情報が表示される可能性があります。を使用すると、(常に表示されるデフォルトのフィールドに加えて)指定したフィールドのみが含まれるように出力をカスタマイズできます `volume show -fields
fieldname[,fieldname…]
。を使用すると、コマンドの有効なフィールドを表示 show`できます `-fields ?
。
次の例は、パラメータと `-fields`パラメータの出力の違いを示してい `-instance`ます。
cluster1::> volume show -instance Vserver Name: cluster1-1 Volume Name: vol0 Aggregate Name: aggr0 Volume Size: 348.3GB Volume Data Set ID: - Volume Master Data Set ID: - Volume State: online Volume Type: RW Volume Style: flex ... Space Guarantee Style: volume Space Guarantee in Effect: true ... Press <space> to page down, <return> for next line, or 'q' to quit... ... cluster1::> cluster1::> volume show -fields space-guarantee,space-guarantee-enabled vserver volume space-guarantee space-guarantee-enabled -------- ------ --------------- ----------------------- cluster1-1 vol0 volume true cluster1-2 vol0 volume true vs1 root_vol volume true vs2 new_vol volume true vs2 root_vol volume true ... cluster1::>