Skip to main content
日本語は機械翻訳による参考訳です。内容に矛盾や不一致があった場合には、英語の内容が優先されます。

ONTAP SMB qtreeを作成する

共同作成者 netapp-aherbin netapp-aaron-holt
`volume qtree create`コマンドを使用して、データを格納するqtreeを作成し、そのプロパティを指定できます。
開始する前に
  • 新しいqtreeを格納するSVMとボリュームがすでに存在している必要があります。

  • SVMのセキュリティ形式がNTFSで、SMBが設定されて実行されている必要があります。

手順
  1. qtree を作成します。 volume qtree create -vserver vserver_name { -volume volume_name -qtree qtree_name | -qtree-path qtree path } -security-style ntfs

    ボリュームと qtree を別々の引数として指定することも、qtree パスの引数を `/vol/volume_name/_qtree_name`の形式で指定することもできます。

  2. 目的のジャンクション パスで qtree が作成されたことを確認します。 volume qtree show -vserver vserver_name { -volume volume_name -qtree qtree_name | -qtree-path qtree path }

次の例では、ジャンクション パス `/vol/data1`を持つSVM vs1.example.comにあるqt01という名前のqtreeを作成します:

cluster1::> volume qtree create -vserver vs1.example.com -qtree-path /vol/data1/qt01 -security-style ntfs
[Job 1642] Job succeeded: Successful

cluster1::> volume qtree show -vserver vs1.example.com -qtree-path /vol/data1/qt01

                      Vserver Name: vs1.example.com
                       Volume Name: data1
                        Qtree Name: qt01
  Actual (Non-Junction) Qtree Path: /vol/data1/qt01
                    Security Style: ntfs
                       Oplock Mode: enable
                  Unix Permissions: ---rwxr-xr-x
                          Qtree Id: 2
                      Qtree Status: normal
                     Export Policy: default
        Is Export Policy Inherited: true