# MongoDB副本集简洁
* * * * *
--: 作者:Mick
时间:2018年10月23日
* * * * *
### 副本集配置
#### 主节点初始化
> rs.initiate() //初始化方法
{
"info2" : "no configuration specified. Using a default configuration for the set", //代表成功
"me" : "192.168.154.128:27717",
"ok" : 1,
"operationTime" : Timestamp(1532137496, 1),
"$clusterTime" : {
"clusterTime" : Timestamp(1532137496, 1),
"signature" : {
"hash" : BinData(0,"AAAAAAAAAAAAAAAAAAAAAAAAAAA="),
"keyId" : NumberLong(0)
}
}
}
magic:OTHER> //magic表示副本集合名称
#### 主节点上添加从节点