enableoldprotocolversions — 구버전 프로토콜 재활성화

enableoldprotocolversions — 구버전 프로토콜 재활성화

nodetool enableoldprotocolversions 명령은 구버전 프로토콜을 다시 활성화하는 명령이에요.

출처: nodetool enableoldprotocolversions

본문

enableoldprotocolversions은 이전 버전의 네이티브 프로토콜 지원을 다시 켜서, 구버전 드라이버가 다시 접속할 수 있게 하는 명령이에요. 아래는 완전한 사용법이에요.

NAME
        nodetool enableoldprotocolversions - Enable old protocol versions

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>)] enableoldprotocolversions

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)