Forum Discussion

matthias_ammann's avatar
2 years ago

Hi, since updating PurityOS to 6.5.4 (and only updating

Hi, since updating PurityOS to 6.5.4 (and only updating PurityOS) the Cmdlet "Invoke-Pfa2CLICommand" is not working anymore - all other comdlets out of the SDK 2.26.70 still work. Error: + CategoryInfo : NotSpecified: (:) [Invoke-Pfa2CLICommand], SshConnectionException + FullyQualifiedErrorId : Renci.SshNet.Common.SshConnectionException,PureStorage.Rest.PowerShell.NewCLICommand did anyone of you already face this issue?

1 Reply

  • Anonymous's avatar
    Anonymous
    I had the same problem. I found a work around that allow ssh putty to be used and send the pure cli command that I needed to run. - https://www.ttestscripting.com/2017/05/04/running-ssh-commands-in-powershell-putty-method/ However, the main reason I needed to invoke-pfa2clicommand was to assign volume tags , but in the updated sdk set-pfa2volumetagbatch is working for me now. But its nice to have the option anyway for cli commands if needed