Re: [GENERAL] How do I change port for the postmaster?

From: "Differentiated Software Solutions Pvt(dot) Ltd(dot)" <diffs(at)vsnl(dot)com>
To: "Robert Wagner" <rwagner(at)siac(dot)com>, <pgsql-general(at)postgreSQL(dot)org>
Subject: Re: [GENERAL] How do I change port for the postmaster?
Date: 1999-12-16 05:03:39
Message-ID: 002d01bf4783$b05f80c0$cdb5c5cb@nagma
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

Please look at man postmaster. There's a -p option where you can specify
portnumber.

While starting psql again there's a -p option.

Hope this helps.

Murali
-----Original Message-----
From: Robert Wagner <rwagner(at)siac(dot)com>
To: pgsql-general(at)postgreSQL(dot)org <pgsql-general(at)postgreSQL(dot)org>
Date: 15 December 1999 23:21
Subject: [GENERAL] How do I change port for the postmaster?

>I'm attempting to run two different postmasters on two different HP-UX
>servers, servicing two different apps. The only commonality is that I'm on
>one terminal.
>
>The first starts up OK. When I attempt to start the postmaster on the
>other server, I get the error,
>
>FATAL: StreamServerPort: bind() failed: errno=226 Is another postmaster
>already running on that port? If not, remove socket node
>(/tmp/.s.PGSQL.5432) and retry./usr/local/pgsql/bin/postmaster: cannot
>create UNIX stream port
>
>Tried deleting the file, /tmp/.s.PGSQL.5432 but this had no effect.
>
>Do I need to use a different port number, to run postmaster on two
>different servers? If so, does anybody know how I can change the port
>number? Is there something else, that I'm doing wrong?
>
>I'm looking through the docs but can't find anything. I'd like to keep
>postgres in the organization and avoid switching to (and learning) some big
>commercial product like oracle!
>
>Thanks!
>Rob Wagner
>Lowly Consultant,
>SIAC
>
>
>
>************
>
>

Browse pgsql-general by date

  From Date Subject
Next Message Howie 1999-12-16 05:30:27 Re: [GENERAL] Foreign key
Previous Message Differentiated Software Solutions Pvt. Ltd. 1999-12-16 04:57:18 Re: [GENERAL] Re: Fw: Spin lock error