Hi Vijay,
This message is displayed if the last command run in the console did not return 0. If you expect /opt/NetScout/rtm/bin/PS to return a non-zero value, then this message is benign.
The last command here returns 0.console-3.2# true
console-3.2# exit
exit
The last command here returns non-zero.console-3.2# false
console-3.2# exit
exit
Error encountered when running console program You can verify the return code of /opt/NetScout/rtm/bin/PS by running "echo $?" immediately after it is finished running. You should see that it is a non-zero value.
Hope this helps,
-Carl
We installed an AXP 1.6.1 bundles on AXP 1.5.3 SRE module. We've seen a printf message during installation "SRE Installation not needed". The installation went well and nothing seemed to be wrong; we just wondered if the message implies or indicates any potential issue.
We then connect to application console, installed and ran our application. Upon exiting the application console we've seen an error message. Below is a snapshot:
console-3.2# sh /opt/NetScout/rtm/bin/start
Starting probe in single nsprobe mode...
console-3.2# sh /opt/NetScout/rtm/bin/PS
user, pid, rss, vsz, pm, pc, command
root 14783 920 11356 0.0 0.0 procmana
root 14789 232264 286352 22.4 68.0 nsprobe.
172.25.1.69: nsprobe has started. nsprobe installation completed172.25.1.69: nsprobe has started. nsprobe installation completed
console-3.2# exit
Error encouterd when running console program
We didn't see any thing go wrong. Please advise!
Thanks