How do I edit the .conf file in a vagrant box. I’m trying to stop the server, so I can delete the test namespace and add my own, but the server won’t stop.
I ssh’d into the vagrant box, navigated to etc/init.d
, and ran ./aerospike stop
. It’s saying it has failed and doesn’t provide any other output. Can I make namespace changes to the .conf
file if I’m using the aerospike/centos-6.5
vagrant box?
Also, does the server need to be shutdown to make storage engine configuration changes?