Hello Good People,
I am setting up some new filers in Cluster-Mode 8.2.1 and trying to set the ports flow control to be none but have found if you don't have a cable plugged in then you can not set this and get and error. Once the link is up it works fine but i want to pre-create the ifgroups and port settings before we plug into the switches.
Here is what i'm getting:
PS H:\> Set-NcNetPort e14a -Node cluster01-01 -FlowControl "none"
Set-NcNetPort : Set media options failed.
At line:1 char:1
+ Set-NcNetPort e14a -Node cluster01-01 -FlowControl "none"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (cluster01-01:NcController) [Set-NcNetPort], EAPIERROR
+ FullyQualifiedErrorId : ApiException,DataONTAP.C.PowerShell.SDK.Cmdlets.Net.SetNcNetPort
I have also tried using the "-ErrorAction SilentlyContinue" action but this does not work either.
Any help would be much appreciated.
Kind regards,
Jason