Error during classify stage: ksh: lshmc: not found - Exit status: 127Issue During discovery you may see the following in the discovery log "Error during classify stage: ksh: lshmc: not found - Exit status: 127" This is because the error is in the output XML <results error="ksh: lshmc: not found Exit status: 127 " probe_time="63"result_code="900000"> <result error="ksh: lshmc: not found Exit status: 127 "> <output/> </result> ReleaseOrlandoCauseThe issue can be seen in discovery logs"Error during classify stage: ksh: lshmc: not found - Exit status: 127"ResolutionChanged the ecc queue name field so that it doesn't error out and causes the command to fail by using echo `command`: Check all probes in multiprobe e.g.: UNIX Classify (Multiprobe) Change the ECC Queue name: OLD --- ECC Queue name = echo lshmc -VNEW --- ECC Queue name = echo `lshmc -V` The result is the payload will not put the error in the result <results probe_time="109" result_code="0" warn="ksh: lshmc: not found "> <result warn="ksh: lshmc: not found "> <output/> </result>