0
db.runCommand({addshard:"localhost:10000"});
{ "ok" : 0, "errmsg" : "host already used" }
db.runCommand({ addshard : "localhost:10001" });
{ "ok" : 0, "errmsg" : "host already used" }
我該如何解決這個問題?它是「主機已被使用」的錯誤當我開始mongodb db.runCommand ...主機已使用的錯誤調用〜
請給我一個提示,以解決這一〜
在JS shell中運行'sh.status()',它應該給你的信息,請碎片狀態。 – Ross 2012-02-10 11:12:00
感謝您的評論..我如何刪除錯誤的碎片? – james 2012-02-10 13:59:26