NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Microsoft Virtualization Discussions

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

PADMANTECH
3,708 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
3,708 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
3,709 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