enablegossip — 고시프 재활성화
enablegossip — 고시프 재활성화
nodetool enablegossip 명령은 고시프(gossip)를 다시 활성화하는 명령이에요.
본문
enablegossip은 disablegossip으로 끈 고시프 통신을 다시 켜는 명령이에요. 아래는 완전한 사용법이에요.
NAME
nodetool enablegossip - Reenable gossip
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>)] enablegossip
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)
- nodetool disablegossip — 고시프 비활성화
- nodetool statusgossip — 고시프 상태 확인