-
Notifications
You must be signed in to change notification settings - Fork 5
Description
I tried v2.0.1 FW with the cpp examples (https://github.com/Seagate/kinetic-cpp-examples/), and met 2 functions issue, 'kineticstat" and "ise" don't work well, while they works fine with v1.6.6 fw before, please help check, thanks.
kineticstat: as below no data reported, but from TCP/IP frame crunched, it do have the get log data returned, so looks the data was not interpreted well.
linux-uv9z:/home/kinetic/kinetic-cpp-examples # ./kineticstat -host 192.168.1.101 -port 8123 -type all
KineticError: 4 Response HMAC mismatch
linux-uv9z:/home/kinetic/kinetic-cpp-examples #
ise: it take too long time (normally less than 1s with fw 1.6.6)
linux-uv9z:/home/kinetic/kinetic-cpp-examples # time ./ise -host 192.168.1.101 -port 8123
Unable to execute ISE: 9 Remote internal error
real 0m29.697s
user 0m0.003s
sys 0m0.000s
linux-uv9z:/home/kinetic/kinetic-cpp-examples #