Microsoft Virtualization Discussions

Connecting to SVM using Powershell tool kit fails occasionally

ymakoto
2,518 Views

When we try to connect to SVM using Powershell toolkit, the following error is sometime occured ,and We don't know why the connection error sometimes happens.

Is there limitation of maximum number of HTTPS concurrent connection?

Is there any way to get more detailed information of the error?

 

----

$SecureFasPasswd = ConvertTo-SecureString $AdminPass -AsPlainText -Force
$FasCred = New-Object -TypeName System.Management.Automation.PSCredential (
$Admin, $SecureFasPasswd)

 

$errorObject = Connect-NcController $Cluster -Credential $FasCred -HTTPS 2>&1

-----

 

----Error----

+ $errorObject = Connect-NcController $Cluster -Credential $FasCred -HTTPS
2>&1
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidResult: (10.165.1.80:NcController) [Conne
ct-NcController], NaConnectionSSLException
+ FullyQualifiedErrorId : HttpConnectionFailed,DataONTAP.C.PowerShell.SDK.
ConnectNcController

------------

 

0 REPLIES 0
Public