Search
Duplicate

sdb-deploy cluster-in-a-box 이용

문서번호 : 11-233708
로컬 호스트(단일장비)에 SingleStore DB 클러스터를 배포하는 방법입니다.
용법
sdb-deploy cluster-in-a-box [flags]
Bash
복사
예시 1: 가장 간단한 방법; rpm / 기본포트(3306,3307)
sdb-deploy cluster-in-a-box --license <license-key> --password <dbpw>
Bash
복사
예시 2: 필요시 옵션 사용; tarball / 포트변경 / 비밀번호지정
sdb-deploy cluster-in-a-box --license <license-key> --file-path ~/memsql/singlestoredbserver-7.3.11-f7c82b8166.x86_64.tar.gz --password <dbpw> --master-port 3306 --leaf-port 3307
Bash
복사
참고) 옵션 설명
플래그
설명
-bind-address IPv4
서버 바인딩 주소 (default: 127.0.0.1)
-file-path ABSOLUTE_PATH
설치할 singlestoredb-server 패키지
-force-package-format {deb, rpm, tar}
'deb', 'rpm', 또는 'tar' 패키지 형식
h, --help
도움말
-leaf-port
리프의 포트 (default: 3307)
-license LICENSE
라이선스
-master-port PORT
MA 의 포트 (default 3306)
-password STRING
각 노드의 root 유저의 비밀번호
-preinstalled-path ABSOLUTE_PATH
singlestoredb-server 의 바이너리 파일 경로
-tar-install-dir ABSOLUTE_PATH
타겟 호스트의 tar 패키지에 사용할 디렉터리
-version VERSION
singlestoredb-server 의 버전 (deafult: lastest)
일자
작성자
비고
2022.4.29
min