From ecf5dd379b7437812f904b1f11018a0e750d1205 Mon Sep 17 00:00:00 2001 From: Sebastian Dahlgren Date: Fri, 5 Apr 2013 08:31:37 +0200 Subject: [PATCH] Added example command for listing shards --- source/tutorial/remove-shards-from-cluster.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/tutorial/remove-shards-from-cluster.txt b/source/tutorial/remove-shards-from-cluster.txt index 26f3a0b11b5..556f95e122b 100644 --- a/source/tutorial/remove-shards-from-cluster.txt +++ b/source/tutorial/remove-shards-from-cluster.txt @@ -52,6 +52,8 @@ To determine the name of the shard, do one of the following: - From the ``admin`` database, run the :dbcommand:`listShards` command. + db.runCommand( { listShards: 1 } ) + - Run either the :method:`sh.status()` method or the :method:`db.printShardingStatus()` method.