Hi All,
Not sure why the CMDlet below does not start FCP in the VServer. I can manually turn it on through GUI though.
$SVM = "TestSVM"
Enable-NcFcp -VserverContext $SVM
Enable-NcFcp : entry doesn't exist
At line:1 char:1
+ Enable-NcFcp -VserverContext $SVM
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (192.168.x.x:NcController) [Enable-NcFcp], EOBJECTNOTFOUND
+ FullyQualifiedErrorId : ApiException,DataONTAP.C.PowerShell.SDK.Cmdlets.Fcp.EnableNcFcp