반응형
시스템 환경
mongod --shardsvr --dbpath c:\mongodb\shard1 --port 40001 --bind_ip localhost
mongod --shardsvr --dbpath c:\mongodb\shard2 --port 40002 --bind_ip localhost
mongod --shardsvr --dbpath c:\mongodb\shard3 --port 40003 --bind_ip localhost
Shard Server를 활성화 합니다.
mongod --configsvr --replSet rptconfig --dbpath c:\mongodb\config1 --port 50001 --bind_ip localhost
mongod --configsvr --replSet rptconfig --dbpath c:\mongodb\config2 --port 50002 --bind_ip localhost
mongod --configsvr --replSet rptconfig --dbpath c:\mongodb\config3 --port 50003 --bind_ip localhost
Config Server를 활성화 합니다.
반응형
'Data Base > NOSQL' 카테고리의 다른 글
[NOSQL] : 복제 서버의 추가, 삭제 (0) | 2021.11.16 |
---|---|
[NOSQL] : Fail Over (0) | 2021.11.16 |
[NOSQL] : Replica Sets 환경 설정 (0) | 2021.11.09 |
[NOSQL] : 샤딩 시스템 (Sharding System) 1부 (0) | 2021.11.02 |
01 . MongoDB 서버 실행 및 클라이언트 접속 (0) | 2021.08.31 |
댓글