How do I rename the computer name/root in Mac OSX
try this in a terminal
sudo scutil --set HostName [NewHostNameHere]
Or if you want to do it via the GUI, do this
Apple Menu > System Preferences > Sharing > change the computer name (near the top of the window).