NetXMS Support Forum

English Support => General Support => Topic started by: ZAJDAN on May 11, 2020, 01:12:26 PM

Title: DC via SSH -> GetParameterValue(): result is 500 (INTERNAL_ERROR)
Post by: ZAJDAN on May 11, 2020, 01:12:26 PM
Hello,
I have DC with parameter:
SSH.Command(192.168.0.100,Administrator,mypassword,du -sh /here/there/ | awk '{print $1+0}')

and value is <<ERROR>>
in log I see:
Requesting parameter "SSH.Command(192.168.0.100,Administrator,mypassword,du -sh /here/there/ | awk '{print $1+0}')"
2020.05.11 12:06:29.479 *D* [                   ] SSH: acquired existing session [email protected]:22/1
2020.05.11 12:06:29.558 *D* [comm.cs.3          ] GetParameterValue(): result is 500 (INTERNAL_ERROR)


and after 10 minutes it works....what happened, that some the period it returned the problem?
Thank You for any hint
Title: Re: DC via SSH -> GetParameterValue(): result is 500 (INTERNAL_ERROR)
Post by: Filipp Sudanov on May 12, 2020, 02:58:42 PM
Currently there's a bug in the agent that first ssh request since agent start produced that.
You can track resolution of that issue here: https://track.radensolutions.com/issue/NX-1852
Title: Re: DC via SSH -> GetParameterValue(): result is 500 (INTERNAL_ERROR)
Post by: pvo on May 12, 2020, 09:15:32 PM
I thing it is similar problem I reported for the executeSSHCommand few weeks ago: https://www.netxms.org/forum/general-support/executesshcommand-reports-getlistvalue()-result-is-500-(internal_error)/