memdump: memcache error HOSTNAME LOOKUP FAILURE
I am not able to get pass this error. I tried several combinations of these. What is the correct syntax? Does this tool work? I need to dump the key values from membase for some troubleshooting purpose.
C:\Program Files (x86)\...\Memcached Server\bin>memdump.exe --servers=localhost:8091 --username=Administrator --password=password
memdump: memcache error HOSTNAME LOOKUP FAILURE
C:\Program Files (x86)\...\Memcached Server\bin>memdump.exe --servers=XX.
X.XX.XXX:8091 --username=Administrator --password=password
memdump: memcache error HOSTNAME LOOKUP FAILURE
However below command properly lists the servers in the cluster. I am using the same server name in the memdump.exe and it does not seem to work.
C:\Program Files (x86)\...\Memcached Server\bin>membase server-list -c lo
calhost:8091 -u Administrator -p password
ns_1@XX.X.XX.XXX XX.X.XX.XXX:8091 healthy active
memdump is included because we ship components of libmemcached. It knows only memcached protocol, so you can use it against any memcached protocol port. In there, you're giving it the membase HTTP port.