Files
scylladb/docs/operating-scylla/nodetool-commands/statusbinary.rst
2022-07-11 12:14:02 +02:00

19 lines
518 B
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
=====================
Nodetool statusbinary
=====================
**statusbinary** - Provides the status of native transport - CQL (binary protocol) In case that you dont want to use CQL you can disable it using the :doc:`disablebinary <disablebinary>` command. By default CQL is active.
For example:
::
nodetool statusbinary
Result can be one of the following:running Ornot running
See also
* :doc:`enablebinary <enablebinary>`
* :doc:`disablebinary <disablebinary>`
.. include:: nodetool-index.rst