I’m trying to run the config files to create the replicateset .
running the command mongod -f r0.cfg
I’ve the mongo installed in my windows10 machine.
After checking some discussions i did add the below lines to mongo.cfg
processManagement:
fork: true
But still the same .Please help me in this.
Thanks.