Have you already attempted cycling both?
Our apps are still running as expected, but we just cannot synchronize.
Any help/guidance will be greatly appreciated.
Thanks!
Thanks again for your quick response!
"The synchronize operation can not be performed on node stapp520Node01 because its node agent is not active"
As stated in my previous post, the node agent is running as a Windows service, but the admin console is seeing it as stopped.
The strange thing is that I applied SSL certs to two other WebSphere app servers following the same steps with no problems at all.
i.e you can run the manual sync command from the profiles root directory.
syncnode "soap-port" -username -password
If you get SSL related errors when you run the synccommand, then I think the node is not using the same trustore which Dmgr is using.
So you can take the trustore file i.e trust.p12 which Dmgr is using and copy it to the location where your node is using, you can find the path in security.xml
Moreover, it would be easier to find the solution to this issue if you could attach the nodeagent log file.
Thanks
Thanks!
Agree that this sounds like a classic certificate mismatch problem, and you
should try manual syncing and looking at the node agent log.
The official manual sync sequence is;
1. stop node agents
2. stop dmgr
3. start dmgr
4. on node, run synchnode <dmgr hostname>
You may see an error there, or you may see a prompt about trusting a new
certificate. If the latter, answer affirmative to trust the certificate, and
your problem should be resolved.
If the former, I'd expect certificate-related errors in the log, and you'll
have to perform further activities. It may be that you're using different
trust stores, as suggested, but it may be that your key/trust stores have
multiple certificates in them and the different nodes are choosing different
defaults to use. If that's the case, you can explicitly choose defaults
through the console and/or delete old, unused certificates. Even so, I'd use
the command-line for syncing the first time afterwards.
--
Doug
I stopped the node, synchronized it with the dmgr, restarted the dmgr, started the node and all seems okay (except the Node Agent is still showing as "stopped" in the admin console).