.conf ファイルを変更して、非標準ポートで 2 つのシャードを再起動しました。mongo 経由で接続して listhards を発行すると、次のようになります。
mongos> db.runCommand( { listshards : 1 } );
Tue Oct 23 17:36:21 uncaught exception: error {
"$err" : "error creating initial database config information :: caused by :: socket exception [CONNECT_ERROR] for vserver-dev-2:37017",
"code" : 11002
}
(37017 は古いポートです)。ルーター (mongos) のシャード ポートを更新するにはどうすればよいですか?