Hi Experts
once i shutdown the instance using the db.shutdownServer() command.
I reconfigured the mongod.conf on the IDE. and added the “security” lines.
now when i go to start the mongos -f mongod.conf
I am getting an error for “Unrecognized option: storage.dbPath”
storage:
dbPath: /var/mongodb/db
net:
bindIp: localhost
port: 27000
systemLog:
destination: file
path: /var/mongodb/logs/mongod.log
logAppend: true
processManagement:
fork: true
security:
authorization: enabled
Pls help