Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Setting the Qtree security style from Unix to Ntfs gives the error

2013-02-22
12:50 AM
3,633 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Solved! See The Solution
1 ACCEPTED SOLUTION
migration has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
2 REPLIES 2
migration has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Vinith,
licensed_feature.multistore.enable was set to OFF, when i changed to ON, its working fine.
Thanks,
Sandeep
