2015-12-03 08:02:31 |
Joey Aldrin Cruz |
description |
Hi,
While I'm trying to generate a playback using tcpdump, I got an error telling that --tcpdump-file unkown option.
Here are the commands that I've executed from the source and destination server.
Source :
tcpdump -i eth0 port 3306 -w /mysql/mysqlbackup/test_tcp.dump
tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 65535 bytes
Destination :
ercona-playback --input-plugin=tcpdump --tcpdump-file=/mysql/mysqlbackup/test_tcp.dump --tcpdump-mode=accurate \ --db-plugin=libmysqlclient --mysql-host=hostnameofthesource --mysql-username=user \ --mysql-password=Pass --mysql-schema=schmema_name
Error :
******terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::program_options::unknown_option> >'
what(): unknown option tcpdump-file
Aborted*******
I'm not sure if I made it right or not. But one thing for sure is that, both servers are having the same version of playback.
rpm -qa | grep playback
percona-playback-0.7-2.el6.x86_64
Thank you very much in advance! And I'm looking forward for any prompt and positive response from your team.
Cheers, |
Hi,
While I'm trying to generate a playback using tcpdump, I got an error telling that --tcpdump-file unkown option.
Here are the commands that I've executed from the source and destination server.
Source :
tcpdump -i eth0 port 3306 -w /mysql/mysqlbackup/test_tcp.dump
tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 65535 bytes
percona-playback --input-plugin=tcpdump --tcpdump-file=/mysql/mysqlbackup/test_tcp.dump --tcpdump-mode=accurate \ --db-plugin=libmysqlclient --mysql-host=hostnameofthedestination --mysql-username=user \ --mysql-password=Pass --mysql-schema=schmema_name
Error :
******terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::program_options::unknown_option> >'
what(): unknown option tcpdump-file
Aborted*******
I'm not sure if I made it right or not. But one thing for sure is that, both servers are having the same version of playback.
rpm -qa | grep playback
percona-playback-0.7-2.el6.x86_64
Thank you very much in advance! And I'm looking forward for any prompt and positive response from your team.
Cheers, |
|