Re: PGagent

From: "Dave Page" <dpage(at)pgadmin(dot)org>
To: "Bernard Stewe" <steweb(at)4cit(dot)co(dot)za>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: PGagent
Date: 2008-10-01 11:15:32
Message-ID: 937d27e10810010415h40c94594v40804c2e897683b3@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

2008/10/1 Bernard Stewe <steweb(at)4cit(dot)co(dot)za>:
> Hi support
>
>
>
> How do we start pgagent utility. Postgres works fine, it is however the job
> scheduling utility that we're struggling with.
>
>
>
> Here are some details:
>
> Operating System: Solaris 10
>
> Architecture: Sun Fire V240

Starting pgagent from the command line is easy:

gator:pgagent dpage$ ./pgagent --help
Usage:
pgagent [options] <connect-string>
options:
-f run in the foreground (do not detach from the terminal)
-t <poll time interval in seconds (default 10)>
-r <retry period after connection abort in seconds (>=10, default 30)>
-s <log file (messages are logged to STDOUT if not specified>
-l <logging verbosity (ERROR=0, WARNING=1, DEBUG=2, default 0)>

A simple example is shown in the documentation at
http://www.pgadmin.org/docs/1.8/pgagent-install.html

As for starting it at boot time on Solaris, I have no idea. You'd need
to check how services are normally started on Solaris and setup
something similar.

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

In response to

  • PGagent at 2008-10-01 10:02:12 from Bernard Stewe

Browse pgadmin-support by date

  From Date Subject
Next Message Obe, Regina 2008-10-01 12:24:03 Bug in Inherit feature
Previous Message Bernard Stewe 2008-10-01 10:02:12 PGagent