Thanks Kirana, that has helped me try some more experiments but still dead in the water with no discover.
Some more backgorund and troubleshooting data:
- wiped the previous VM and started with a new clean Win2012R2 VM
- based on a OCUM 7 release note, I turned of IPv6 entirely on the OCUM server, pings are all not IPv4 based (even localhost pings show 127.0.0.1)
- re-installation of OCUM 64p1 hung the system once (high IO rate overloaded the hardware), re-installed and got a successful install)
I've now attempted to add a cluster 2 or 3 times, each time ensuring ocuie-au was running, and after um datasource deleteing the prior cluster attempt.
I've studied log files carefully and while not understading the internal architecture, the only thing I find of interest is this snippet from au.log coinciding with a recent ocie-au start (8/22 @ 9:48'ish)and a new cluster add
This sounds like in internal failure setting up an ssl based session to port 20443?!?
Anyone out there have a successful instance of OCUM64p1 on a Windows server?
-----
2016-08-22 09:49:29,761 INFO [Thread-2] com.onaro.sanscreen.acquisition.framework.Main (Main.java:156) - Shutting down by external request
2016-08-22 09:52:45,491 INFO [WrapperStartStopAppMain] com.onaro.sanscreen.acquisition.framework.Main (Main.java:61) - Main - Starting acquisition...
2016-08-22 09:52:45,522 INFO [WrapperStartStopAppMain] com.onaro.sanscreen.acquisition.framework.mgmt.ServiceManager (JBossLoggerAdapter.java:156) - Importing general preferences from file:/C:/Program%20Files/NetApp/essentials/au/conf/preferences/general.properties
2016-08-22 09:52:45,585 INFO [WrapperStartStopAppMain] com.onaro.sanscreen.acquisition.framework.mgmt.FrameworkService (FrameworkService.java:79) - Asynchronous Task Manager - Initialized!
2016-08-22 09:52:45,585 INFO [WrapperStartStopAppMain] com.onaro.sanscreen.acquisition.framework.mgmt.FrameworkService (FrameworkService.java:79) - Logs Manager - Initialized!
2016-08-22 09:52:45,585 INFO [WrapperStartStopAppMain] com.onaro.sanscreen.acquisition.framework.mgmt.CommunicationManager (JBossLoggerAdapter.java:156) - Attempting to verify server at: https://localhost:20443
2016-08-22 09:52:45,913 INFO [WrapperStartStopAppMain] com.onaro.sanscreen.acquisition.framework.mgmt.CommunicationManager (JBossLoggerAdapter.java:165) - SSL handshake failure for https://localhost:20443
2016-08-22 09:52:45,913 INFO [WrapperStartStopAppMain] com.onaro.sanscreen.acquisition.framework.mgmt.CommunicationManager (JBossLoggerAdapter.java:148) - Server up!
2016-08-22 09:52:45,975 ERROR [WrapperStartStopAppMain] com.onaro.sanscreen.acquisition.framework.mgmt.CommunicationManager (JBossLoggerAdapter.java:248) -
com.onaro.sanscreen.acquisition.framework.FrameworkException: Software caused connection abort: recv failed
at com.onaro.sanscreen.acquisition.framework.mgmt.CertificateDownloader.downloadIfNeeded(CertificateDownloader.java:131)
at com.onaro.sanscreen.acquisition.framework.mgmt.HttpBasedUrlConnection.downloadCertificate(HttpBasedUrlConnection.java:187)
at com.onaro.sanscreen.acquisition.framework.mgmt.HttpBasedUrlConnection.downloadCertificate(HttpBasedUrlConnection.java:178)
at com.onaro.sanscreen.acquisition.framework.mgmt.CommunicationManager.setUpConnection(CommunicationManager.java:420)
at com.onaro.sanscreen.acquisition.framework.mgmt.CommunicationManager.doStart(CommunicationManager.java:133)
at com.onaro.sanscreen.acquisition.framework.mgmt.FrameworkService.start(FrameworkService.java:75)
at com.onaro.sanscreen.acquisition.framework.mgmt.ServiceManager.doStart(ServiceManager.java:209)
at com.onaro.sanscreen.acquisition.framework.mgmt.FrameworkService.start(FrameworkService.java:75)
-----
I've attached the most recent log files which seem to be being updated as discovery is attempted.