Microsoft Virtualization Discussions

Error: Enable-NcFcp CMDlet ot able to start FCP in a VServer

PADMANTECH
2,793 Views

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

1 ACCEPTED SOLUTION

PADMANTECH
2,793 Views

Hi All,

I just found by using the CMDlet "Add-NcFcpService" starts the service for me:

Add-NcFcpService -VserverContext $SVM

Kind regards,

Jason

View solution in original post

1 REPLY 1

PADMANTECH
2,794 Views

Hi All,

I just found by using the CMDlet "Add-NcFcpService" starts the service for me:

Add-NcFcpService -VserverContext $SVM

Kind regards,

Jason

Public