PSPKI icon indicating copy to clipboard operation
PSPKI copied to clipboard

Add-OnlineResponderArrayMember not synchronized

Open bencoremans opened this issue 3 years ago • 4 comments

With the Add-OnlineResponderArrayMember I managed to add an online responder tot the ocsp array, but with an error. In the console their is a message: "Array Membership information is not synchronized". Is this still by design and will I have to manage this through the mmc? I know in the past it was possible to add an array member with powershell, but there were issues with this. What I saw was that the console didn't work anymore. With your cmdlets this behavior is gone, but do I still have to sync manual between array controller and array member?

bencoremans avatar May 19 '21 13:05 bencoremans

Is this still by design and will I have to manage this through the mmc?

it is by design, a limitation of API. What you can try is to restart ocspsvc service to force configuration synchronization with array controller.

Crypt32 avatar May 19 '21 14:05 Crypt32

Ok, thank you. Restarting the ocspsvc service or server doesn't do the trick unfortunately.

bencoremans avatar May 20 '21 05:05 bencoremans

Sorry, I don't have an answer to this question. I'm still researching this. MMC uses some hidden APIs which aren't documented. I was able to track down to DLLs used by MMC, but not exact exported functions.

Crypt32 avatar May 21 '21 07:05 Crypt32

It's not a big issue, but it's a minor flaw in our automated environment. I hope you will find the answer on this in the future, so I can take away this minor flaw. Thank you for your awesome work!

bencoremans avatar May 21 '21 08:05 bencoremans