Creare un qtree
È possibile creare un qtree per contenere i dati e specificarne le proprietà utilizzando volume qtree create
comando.
-
La SVM e il volume che conterrà il nuovo qtree devono già esistere.
-
Lo stile di sicurezza SVM deve essere NTFS e SMB deve essere configurato e in esecuzione.
-
Creare il qtree:
volume qtree create -vserver vserver_name { -volume volume_name -qtree qtree_name | -qtree-path qtree path } -security-style ntfs
È possibile specificare il volume e il qtree come argomenti separati o specificare l'argomento del percorso qtree nel formato
/vol/volume_name/_qtree_name
. -
Verificare che il qtree sia stato creato con il percorso di giunzione desiderato:
volume qtree show -vserver vserver_name { -volume volume_name -qtree qtree_name | -qtree-path qtree path }
Nell'esempio seguente viene creato un qtree chiamato qt01 situato su SVM vs1.example.com che ha un percorso di giunzione /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