Hi, I'm trying to get used to the Powershell Toolkit Wrapper for WSAPI.
All CmdLets that Get stuff work, but I'm completely unable to change or create something on my arrays. Yes, I tried another user: 3paradm and my LDAP/AD User with super rights both have the same problem: All update- und new-cmdlets return
FAILURE : While creating Host:testhost02
or
FAILURE : While Updating Host : testhost01.
or
FAILURE : While Updating Host Set: testhostset
I tried wrapping host- or host set names in "", but that does not help.
Does anybody use the PSToolkit V3 on a Primera (4.2.2)? Any ideas what's going wrong here?
Anybody experienced with hpe3par_pstoolkit?
Anybody experienced with hpe3par_pstoolkit?
When all else fails, read the instructions.
Re: Anybody experienced with hpe3par_pstoolkit?
This seems to be a bug in the WSAPI CmdLets of the PSToolkit 3.0 release. I downloaded latest master from the github project's site, and it works with that one. It's still called 3.0 (Get-Module says so).
Still broken in this version for WSAPI CmdLets:
Descriptors of existing hosts can't be changed (comment and os)
Manual is a mess
Workaround according to HPE is to use CLI CmdLets. Weird, because getting rid of locally installed cli was the main purpose to start using the PSToolkit.
Still broken in this version for WSAPI CmdLets:
Descriptors of existing hosts can't be changed (comment and os)
Manual is a mess
Workaround according to HPE is to use CLI CmdLets. Weird, because getting rid of locally installed cli was the main purpose to start using the PSToolkit.
When all else fails, read the instructions.