To address this issue, do the following:
-
Open the ics-ping-device.sh script using sm_edit.
-
Find the ping_test() function and ensure the parameters are in the correct order, as shown in the following example:
Correct
${PING_DIRECTORY}ping -c ${COUNT} ${ipaddress}
Incorrect
${PING_DIRECTORY}pingĀ ${ipaddress} -c ${COUNT}
-
Save and close the ics-ping-device.sh script.
-
Use the ping device server tool again and confirm that it is now working.