funkahdafi,
Mac OS X client(not server) does not have a root account enabled by default. And doing a plain sudo before a command is not the same as running as root because you are still using the logged in users environment. To properly become root in Mac OS X without enabling the root account do...
sudo su - |