enablehintsfordc — 데이터센터 힌트 재활성화

enablehintsfordc — 데이터센터 힌트 재활성화

nodetool enablehintsfordc 명령은 이전에 비활성화한 데이터센터(data center)에 대한 힌트를 다시 활성화하는 명령이에요.

출처: nodetool enablehintsfordc

본문

enablehintsfordcdisablehintsfordc으로 끈 데이터센터 단위 힌트 생성을 다시 켜는 명령이에요. 인자로 대상 데이터센터 이름을 넘겨요. 아래는 완전한 사용법이에요.

NAME
        nodetool enablehintsfordc - Enable hints for a data center that was
        previsouly disabled

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>)] enablehintsfordc [--]
                <datacenter>

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

        --
            This option can be used to separate command-line options from the
            list of argument, (useful when arguments might be mistaken for
            command-line options

        <datacenter>
            The data center to enable

더 알아보기 (Learn more)