[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] shutdown from command prompt



> This may be basic to most, so hopefully you can help me out.
> I can't get access to mydomain.com/admin to issue a reboot command to the
> server.  I suspect it's a DNS problem because other sites on that server
> work fine, just the main site, which happens to be the admin site, is not
> resolving.  
> When I telnet into the RAQ (RAQ 2 BTW), and type a shutdown -r, I get the
> following error message:
> sh: shutdown: command not found
> 
first do "su -"  (no "") (should set $PATH so shutdown is found)
you will be prompted for password.
then do "shutdown -r now"

Or as root do "locate shutdown"
Its /sbin/shutdown
and do /sbin/shutdown -r now"

--Gerald