Symptoms: 1) TrueSight Server Automation (TSSA) Jobs run successfully with a low job parallelism setting (e.g. <50) but throw the following errors intermittently when the parallelism is increased: Error 05/14/2015 09:48:45 Network Shell can be used for local access 2) The environment is using NSH Proxy Servers through which all NSH Traffic is routed. 3) The number of failed servers varies between runs as does the name of the failed targets so the issue is not an agent-side issue. [14 May 2015 09:49:20,617] [Nsh-Proxy-Thread-555] [WARN] [Anonymous:Anonymous:10.200.29.74] [BLSSOPROXY] javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake |
Note: Please see the TSSA RSCD Agent Connectivity Troubleshooting Guide for more details on troubleshooting this issue. The likely cause here is either: 1) There are not enough NSH Proxy Server Threads and/or Contexts available on the NSH Proxy Server(s). e.g. blasadmin -a set app MaxNshProxyContexts 300 default:port=4750:protocol=5:tls_mode=encryption_only:auth_profile=defaultProfile:appserver_protocol=ssoproxy:encryption=tls:timeout=180 When the SSL_connect error is accompanied by the "Connection timed out" message this timeout setting is very likely to resolve the issue as it is allowing more time for the NSH Proxy Server to respond to the high number of parallel NSH requests being sent its way when the job is using a higher job parallelism value.
Appserver restarts are required after the blasadmin settings have been changed but not for the secure file change. After making these changes, begin testing with lower job parallelism settings and gradually increase. |