Cree un qtree
Puede crear un qtree para que contenga datos y especificar sus propiedades mediante la volume qtree create
comando.
-
La SVM y el volumen que contendrán el nuevo qtree ya deben existir.
-
El estilo de seguridad de la SVM debe ser NTFS y el SMB debe configurarse y ejecutarse.
-
Cree el qtree:
volume qtree create -vserver vserver_name { -volume volume_name -qtree qtree_name | -qtree-path qtree path } -security-style ntfs
Puede especificar el volumen y el qtree como argumentos independientes o especificar el argumento de la ruta de qtree en el formato
/vol/volume_name/_qtree_name
. -
Compruebe que el qtree se ha creado con la ruta de unión que desee:
volume qtree show -vserver vserver_name { -volume volume_name -qtree qtree_name | -qtree-path qtree path }
En el siguiente ejemplo se crea un qtree llamado qt01 ubicado en la SVM vs1.example.com que tiene una ruta de unión /vol/data1
:
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