Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2015
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 KB | None | 0 0
  1. PS C:MongoDBbin> .mongod.exe --storageEngine "wiredTiger"
  2. 2015-09-02T15:07:41.266+0100 I CONTROL Hotfix KB2731284 or later update is not installed, will zero-out data files
  3. 2015-09-02T15:07:41.270+0100 E NETWORK [initandlisten] listen(): bind() failed errno:10048 Only one usage of each socke
  4. t address (protocol/network address/port) is normally permitted. for socket: 0.0.0.0:27017
  5. 2015-09-02T15:07:41.271+0100 I STORAGE [initandlisten] exception in initAndListen: 29 Data directory C:datadb not fo
  6. und., terminating
  7. 2015-09-02T15:07:41.271+0100 I CONTROL [initandlisten] dbexit: rc: 100
  8. PS C:MongoDBbin> .mongod.exe --storageEngine "wiredTiger" --dbpath C:MongoDBdatawt
  9. 2015-09-02T15:10:38.844+0100 I CONTROL Hotfix KB2731284 or later update is not installed, will zero-out data files
  10. 2015-09-02T15:10:38.847+0100 E NETWORK [initandlisten] listen(): bind() failed errno:10048 Only one usage of each socke
  11. t address (protocol/network address/port) is normally permitted. for socket: 0.0.0.0:27017
  12. 2015-09-02T15:10:38.848+0100 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=7G,session_max=20000,e
  13. viction=(threads_max=4),statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(c
  14. lose_idle_time=100000),checkpoint=(wait=60,log_size=2GB),statistics_log=(wait=0),
  15. 2015-09-02T15:10:39.055+0100 I CONTROL [initandlisten] MongoDB starting : pid=24296 port=27017 dbpath=C:MongoDBdataw
  16. t 64-bit host=WSX-111-9999
  17. 2015-09-02T15:10:39.055+0100 I CONTROL [initandlisten] targetMinOS: Windows 7/Windows Server 2008 R2
  18. 2015-09-02T15:10:39.055+0100 I CONTROL [initandlisten] db version v3.0.6
  19. 2015-09-02T15:10:39.055+0100 I CONTROL [initandlisten] git version: 1ef45a23a4c5e3480ac919b28afcba3c615488f2
  20. 2015-09-02T15:10:39.055+0100 I CONTROL [initandlisten] build info: windows sys.getwindowsversion(major=6, minor=1, buil
  21. d=7601, platform=2, service_pack='Service Pack 1') BOOST_LIB_VERSION=1_49
  22. 2015-09-02T15:10:39.055+0100 I CONTROL [initandlisten] allocator: tcmalloc
  23. 2015-09-02T15:10:39.055+0100 I CONTROL [initandlisten] options: { storage: { dbPath: "C:MongoDBdatawt", engine: "wir
  24. edTiger" } }
  25. 2015-09-02T15:10:39.057+0100 I CONTROL [initandlisten] now exiting
  26. 2015-09-02T15:10:39.057+0100 I NETWORK [initandlisten] shutdown: going to close listening sockets...
  27. 2015-09-02T15:10:39.057+0100 I NETWORK [initandlisten] shutdown: going to flush diaglog...
  28. 2015-09-02T15:10:39.057+0100 I NETWORK [initandlisten] shutdown: going to close sockets...
  29. 2015-09-02T15:10:39.057+0100 I STORAGE [initandlisten] WiredTigerKVEngine shutting down
  30. 2015-09-02T15:10:39.074+0100 I STORAGE [initandlisten] shutdown: removing fs lock...
  31. 2015-09-02T15:10:39.075+0100 I CONTROL [initandlisten] dbexit: rc: 48
  32. PS C:MongoDBbin> .mongo.exe
  33. 2015-09-02T15:11:03.091+0100 I CONTROL Hotfix KB2731284 or later update is not installed, will zero-out data files
  34. MongoDB shell version: 3.0.6
  35. connecting to: test
  36. > db.serverStatus().storageEngine
  37. { "name" : "mmapv1" }
  38. > exit
  39. bye
  40. PS C:MongoDBbin>
  41.  
  42. db.serverStatus().storageEngine
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement