Hi,
When i create a workflow and add "Ping Device" or "Telnet Device" and execute them, they send me an error like "Ping failed / Trace route failed".
I'm running OpM 11400 x64 on Centos 5.9 x64
The logs show that the ping is success, then show an error.
### Ping log workflow ###
1. Ping
Ping command used was : /bin/ping -c 2 -w 4 -s 16 10.10.100.98
2. Ping
Ping output : PING 10.10.100.98 (10.10.100.98) 16(44) bytes of data.
24 bytes from 10.10.100.98: icmp_seq=1 ttl=64 time=0.339 ms
24 bytes from 10.10.100.98: icmp_seq=2 ttl=64 time=0.343 ms
--- 10.10.100.98 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1000ms
rtt min/avg/max/mdev = 0.339/0.341/0.343/0.002 ms
3. Ping
Ping failed : Unable to reach the device.
### Trace Route log workflow ###
1. Trace Route
Trace route command used was : -m 30 10.10.100.98
2. Trace Route
Trace route failed. Command output:
Any idea?
Thanks.