Component : Spectrum App / NCM
Need to increase the timeout settings so that entire config can be captured
Make a backup of the $SPECROOT/NCM/config.xml file
Edit the $SPECROOT/NCM/config.xml file. Look for the following two lines:
<ssh-library type="java.lang.String">mindterm</ssh-library>
<jsch-read-datawait type="java.lang.Integer">8</jsch-read-datawait>
Change them to read as follows:
<ssh-library type="java.lang.String">jsch</ssh-library>
<jsch-read-datawait type="java.lang.Integer">32</jsch-read-datawait>
Kill the current running ncmservice process. processd will start a new one.
NOTE: mindterm and 8 are the default values for these two parameters. You may have to reapply these changes after an upgrade.
For further information please see the doc links below.