Microsoft Virtualization Discussions

Setting the Qtree security style from Unix to Ntfs gives the error

skalaska
3,004 Views

When I am trying to set the Qtree security style from unix to ntfs from powershell, its giving the following error:

PS C:\harness\UIA\Script> Set-NaQtree /vol/SV_UIA_SANDY01/Qtree_UIA1 -SecurityStyle ntfs

Set-NaQtree : Cannot determine connection type

At line:1 char:12

+ Set-NaQtree <<<< /vol/SV_UIA_SANDY01/Qtree_UIA1 -SecurityStyle ntfs

    + CategoryInfo          : InvalidOperation: (10.226.234.51:NaController) [Set-NaQtree], ArgumentException

    + FullyQualifiedErrorId : ApiException,DataONTAP.PowerShell.SDK.Cmdlets.Qtree.SetNaQtree

Can you please let me know what’s the issue?

Thanks,

Sandeep

1 ACCEPTED SOLUTION

vinith
3,004 Views

HI Sandeep,

What is the result of $global:CurrentNaController.GetConnectionType()?  If it is UNKNOWN, please verify the user has permission to run this command.

Also verify if on the controller multistore is licensed and licensed_feature.multistore.enable is set to on?

Also have a look at this community discussion https://communities.netapp.com/message/81891#81891

Thanks,

Vinith

View solution in original post

2 REPLIES 2

vinith
3,005 Views

HI Sandeep,

What is the result of $global:CurrentNaController.GetConnectionType()?  If it is UNKNOWN, please verify the user has permission to run this command.

Also verify if on the controller multistore is licensed and licensed_feature.multistore.enable is set to on?

Also have a look at this community discussion https://communities.netapp.com/message/81891#81891

Thanks,

Vinith

skalaska
3,004 Views

Thanks Vinith,

licensed_feature.multistore.enable was set to OFF, when i changed to ON,  its working fine.

Thanks,

Sandeep

Public