[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] shutdown from command prompt
- Subject: Re: [cobalt-users] shutdown from command prompt
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Wed Oct 24 20:17:08 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> 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