With the command
ps ax | fgrep nsd
you see the running server instances. You should be able to stop these via
sudo systemctl stop oacs-5-9
then check again with ps. If for some reason, the server is not stopped by the command above, the you should kill the running nsd via the PID reported by the ps command. Then, starting should work.