Hi,
I have several errors related to kvstore as:
-Failed to start KV Store process. See mongod.log and splunkd.log for details.
-KV Store changed status to failed. KVStore process terminated.
-KV Store process terminated abnormally (exit code 100, status exited with code 100). See mongod.log and splunkd.log for details.
So when reviewing the mongod.log I see:
Detected unclean shutdown - /home/dbindex/kvstore/mongo/mongod.lock is not empty.
I STORAGE [initandlisten]
I STORAGE [initandlisten] ** WARNING: Readahead for /home/dbindex/kvstore/mongo is set to 4096KB
I STORAGE [initandlisten] ** We suggest setting it to 256KB (512 sectors) or less
I STORAGE [initandlisten] ** http://dochub.mongodb.org/core/readahead
I STORAGE [initandlisten] **************
old lock file: /home/dbindex/kvstore/mongo/mongod.lock. probably means unclean shutdown,
but there are no journal files to recover.
this is likely human error or filesystem corruption.
please make sure that your journal directory is mounted.
found 76 dbs.
see: http://dochub.mongodb.org/core/repair for more information
And I tried to run the "./mongod --dbpath /DB/kvstore/mongo --repair and obtained the error: ./mongod: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
So I need help to solve the problem!
↧