Hi all,
we have a couple of 8325 and 8360 switches updated to 10.10.1010 and now tcpdump is in the wrong directory under Linux.
We can not say with which version this started, but we see this bahavior in 8325 and 8360 switches running 10.10.1010.
1# diagnostics
1# diag utilities tcpdump
exec of "/usr/sbin/tcpdump" failed: No such file or directory
​1# start-shell
1:~$ which tcpdump
/usr/bin/tcpdump
1:~$
notice that the program is in /usr/bin and not /usr/sbin
A simple softlink to the sbin directory fixes the problem.
1:~$ sudo ln -s /usr/bin/tcpdump /usr/sbin/tcpdump
1:~$ exit
exit
1# diagnostics
1# diag utilities tcpdump
tcpdump: data link type LINUX_SLL2
tcpdump: listening on any, link-type LINUX_SLL2 (Linux cooked v2), snapshot length 262144 bytes
^C
0 packets captured
0 packets received by filter
0 packets dropped by kernel
1#
​
I am not sure if creating this link will break in future updates.
I will create a case for this bug. Maybe someone else can replicate this in another software version or for more switches.
------------------------------
Bjarne
------------------------------