Hi,
I'm facing a strange issue right now... I'm connected to two netapp controller saved in $ControllerOne and $ControllerTwo. If i ask the first one
Get-NaSnapshot vol0 -Controller $controllerOne
everythign is fine and i get a list of all snapshots within the vol0 - as expected. if i ask now the second controller the same
Get-NaSnapshot vol0 -Controller $controlleTwo
i get an error shown stating the following: "Not enough input in HTTP request to match ContentLength" Even more strange.... if i spell the volume wrong ControllerOne replies me right "Volume does not exist" but the controllerTwo replies still "Not enough input in HTTP ... "
Anyone has an idea how to fix the issue? Some days before i was able to ask both controller.
Frank