[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Admin (by http)
- Subject: Re: [cobalt-users] Admin (by http)
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Thu Nov 8 06:36:03 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
<RKRAWCZYK@xxxxxxxxxxxxx> wrote
> I can't connect to Server Management (Cobalt RaQ 4). I have message :
> | File Not Found |
> | The requested URL was not found on this |
> | server. |
Telnet (ssh) into the server.
do ps ax | grep admserv
To see if it is running. (just to check)
Then try to restart it
/etc/rc.d/init.d/admserv restart
Gerald