Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Connecting to SVM using Powershell tool kit fails occasionally
2014-12-18
04:03 AM
2,822 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
