terça-feira, 19 de janeiro de 2016

MONGO - SHUT DOWN

using shell

> use admin
switched to db admin
> db.shutdownServer()
server should be down...
2016-01-19T23:16:53.343-0200 I NETWORK  [thread1] trying reconnect to 127.0.0.1:
27017 (127.0.0.1) failed
2016-01-19T23:16:54.368-0200 W NETWORK  [thread1] Failed to connect to 127.0.0.1
:27017, reason: errno:10061 No connection could be made because the target machi
ne actively refused it.
2016-01-19T23:16:54.369-0200 I NETWORK  [thread1] reconnect 127.0.0.1:27017 (127
.0.0.1) failed failed
>

Nenhum comentário:

Postar um comentário