Cassandra에 대한 원격 액세스 및 권한

Cassandra에 대한 원격 액세스 및 권한

내 친구가 노르웨이에 있는 서버에 4개의 노드를 설치했습니다. 새 클러스터를 추가하고 싶습니다. SSH와 비밀번호를 사용하여 로그인합니다. 나중에 sudo su를 실행하고 그와 똑같은 작업을 100% 반복했습니다. 내가 갈 때

nodetool status

노드의 상태를 보고 싶습니다.

갈 때 nodetool ring노드를 다 보고 싶어요 .

산출

nodetool status
usage: nodetool [(-h <host> | --host <host>)] [(-p <port> | --port <port>)]
        [(-u <username> | --username <username>)]
        [(-pw <password> | --password <password>)]
        [(-pwf <passwordFilePath> | --password-file <passwordFilePath>)] <command>
        [<args>]

The most commonly used nodetool commands are:
    assassinate                  Forcefully remove a dead node without re-replicating any data.  Use as a last resort if you cannot removenode
    bootstrap                    Monitor/manage node's bootstrap process

왜 이런 일이 발생합니까?

service cassandra status
● cassandra.service - LSB: distributed storage system for structured data
   Loaded: loaded (/etc/init.d/cassandra; bad; vendor preset: enabled)
   Active: active (exited) since ti. 2018-02-06 12:19:58 CET; 5min ago
     Docs: man:systemd-sysv-generator(8)
  Process: 28725 ExecStop=/etc/init.d/cassandra stop (code=exited, status=0/SUCCESS)
  Process: 28802 ExecStart=/etc/init.d/cassandra start (code=exited, status=0/SUCCESS)

사용자를 확인했어요

cassandra:x:123:130:Cassandra database,,,:/var/lib/cassandra:/bin/false

/bin/false은(는) 무슨 뜻인가요? 우분투 16.04를 사용하고 있습니다.

관련 정보