disableoldprotocolversions — 구버전 프로토콜 비활성화

disableoldprotocolversions — 구버전 프로토콜 비활성화

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

출처: nodetool disableoldprotocolversions

본문

disableoldprotocolversions은 이전 버전의 네이티브 프로토콜 지원을 꺼서, 구버전 드라이버가 붙지 못하게 하는 명령이에요. 클라이언트 전면 업그레이드를 마친 뒤에 보안·관리 목적으로 쓸 수 있어요. 아래는 완전한 사용법이에요.

NAME
        nodetool disableoldprotocolversions - Disable 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>)] disableoldprotocolversions

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)