Re: Find all running postgres DB servers on a network

From: Viktor Bojović <viktor(dot)bojovic(at)gmail(dot)com>
To: ojas dubey <ojas(dot)dubey(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Find all running postgres DB servers on a network
Date: 2010-11-15 12:59:01
Message-ID: AANLkTikazNU=JwOT0y6rAS+3bxfUnC+5ecfmK0LdwFXo@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Sun, Nov 14, 2010 at 5:52 PM, ojas dubey <ojas(dot)dubey(at)gmail(dot)com> wrote:

> Hi,
>
> I wanted to know if there is a way to get the hostnames of all the systems
> running PostGres DB servers on a local network on Windows (XP/Vista/7) using
> JDBC or any other Java API ?
>
>
> Regards,
> Ojas
>

try to scan ports for each address. you can use nmap scanner for that
purpose.

--
---------------------------------------
Viktor Bojović
---------------------------------------
Wherever I go, Murphy goes with me

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Achilleas Mantzios 2010-11-15 13:05:26 Re: Postgres error: could not open relation base/xxxxx/yyyyy
Previous Message Gerhard Hintermayer 2010-11-15 12:54:18 Re: Find all running postgres DB servers on a network