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
first cmdlet always fail after "connect-controller" since version 9.15.1.2410
2024-11-19
08:40 AM
494 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi All,
Since update from 9.1.15.2407 to 2410 there is a failure of the first cmdlet following 'connect-controller', example :
#Import-Module -force DataONTAP
$Credential = Import-Clixml $CredentialXmlNetappPath -ErrorAction SilentlyContinue
$ncController = Connect-NcController $ClusterName -Credential ($Credential) -Timeout 600000
PS C:\Windows\system32> Get-NcAggr
Get-NcAggr : Le serveur distant a retourné une erreur : (400) Demande incorrecte.
Au caractère Ligne:1 : 1
+ Get-NcAggr
+ ~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Get-NcAggr], WebException
+ FullyQualifiedErrorId : System.Net.WebException,DataONTAP.C.PowerShell.SDK.Cmdlets.Aggr.GetNcAggr
PS C:\Windows\system32> Get-NcAggr
Name State TotalSize Used Available Disks RaidType RaidSize Volumes
---- ----- --------- ---- --------- ----- -------- -------- -------
fp_004TB_dpa1nc01_1 online 153,9 TB 110,0 TB 51 17
thanks in advance
powershell 5.1
Windows 2019
Ontap 9.14.1P8
regards,
Yannick
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I asked the same question here
Still no answer.
