Confirming your nameservers are running on your VPS Below you will find information to confirm if your nameservers (named) are running on your VPS.
To confirm named is running, SSH into your VPS as root, and run the following:
ps aux | grep named
This will show you if named is up and running, you should see something like the following:
-bash-3.00#...