Verify that the shard was added
26/65
Add the shard
Enabling Sharding
•
db.runCommand({ listshards:1 })
{
"shards" : [
{ "_id": "shard0000", "host": "<hostname>:27018" }
],
"ok" : 1
}