Hi,
I am having trouble validating Lab
I was able to remove the node as below
MongoDB Enterprise m103-repl:PRIMARY> rs.remove("192.168.103.100:27001")
{
"ok" : 1,
"operationTime" : Timestamp(1553350386, 1),
"$clusterTime" : {
"clusterTime" : Timestamp(1553350386, 1),
"signature" : {
"hash" : BinData(0,"c2IVCX2xVoDs+6x/0Ope4O1V3m4="),
"keyId" : NumberLong("6671275003255717890")
}
}
}
Then added the node using hostname, but made mistake in port as 27003.
MongoDB Enterprise m103-repl:PRIMARY> rs.add("m103:27003")
{
"ok" : 1,
"operationTime" : Timestamp(1553350439, 1),
"$clusterTime" : {
"clusterTime" : Timestamp(1553350439, 1),
"signature" : {
"hash" : BinData(0,"gVExL/5verL960hqpIkrEDrvnkA="),
"keyId" : NumberLong("6671275003255717890")
}
}
}
And then errors are displayed as
When I try to validate it I am getting the following
Please suggest how can I proceed.
Regards,
Pinaki