enablebinary — 네이티브 트랜스포트 재활성화

enablebinary — 네이티브 트랜스포트 재활성화

nodetool enablebinary 명령은 네이티브 트랜스포트(native transport, 바이너리 프로토콜)를 다시 활성화하는 명령이에요.

출처: nodetool enablebinary

본문

enablebinarydisablebinary로 닫아 둔 네이티브 CQL 바이너리 프로토콜 포트를 다시 열어 클라이언트 연결을 허용하는 명령이에요. 아래는 완전한 사용법이에요.

NAME
        nodetool enablebinary - Reenable native transport (binary protocol)

SYNOPSIS
        nodetool [(-h <host> | --host <host>)] [(-p <port> | --port <port>)]
                [(-pp | --print-port)] [(-pw <password> | --password <password>)]
                [(-pwf <passwordFilePath> | --password-file <passwordFilePath>)]
                [(-u <username> | --username <username>)] enablebinary

OPTIONS
        -h <host>, --host <host>
            Node hostname or ip address

        -p <port>, --port <port>
            Remote jmx agent port number

        -pp, --print-port
            Operate in 4.0 mode with hosts disambiguated by port number

        -pw <password>, --password <password>
            Remote jmx agent password

        -pwf <passwordFilePath>, --password-file <passwordFilePath>
            Path to the JMX password file

        -u <username>, --username <username>
            Remote jmx agent username

더 알아보기 (Learn more)