01-23-07 06:11 PM
Set up a management port like this in your perlbal.conf:
# management port
CREATE SERVICE mgmt
SET role = management
SET listen = 127.0.0.1:60000
ENABLE mgmt
Then telnet to port 60000 of localhost and type "shutdown" without the quote
s.
Jay
On 1/23/07, kingler <kingler@gmail.com> wrote:
> A dumb question: if Perlbal is run as a daemon, how can i shutdown it
> without using kill?
> The config-guide.txt showed an option to shutdown. But Perbal command
> line would not accept it. Thanks.
>
> - Liang
>
[ Post a follow-up to this message ]
|