Open
Description
mongo --eval "db.getSiblingDB('admin').shutdownServer()"
doesn't actually shut down the server correctly. I've had a better experience just doing
ps -a | grep mongo
kill [PID]
This could obviously use some more elaboration, and I could look at it more. But it's worth noting for now that the instructions aren't doing what they're supposed to.