Re: Solaris 8 Problems redux

From: Justin Clift <aa2(at)bigpond(dot)net(dot)au>
To: "J(dot)Goodleaf" <john(at)goodleaf(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Solaris 8 Problems redux
Date: 2001-02-07 04:40:30
Message-ID: 3A80D1BE.FEC37150@bigpond.net.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

Generally with Solaris and PostgreSQL (and some other programs like
Oracle, SAP, etc) you'll have to change the /etc/system file to include
higher limits for IPC. I could have sworn I've seen settings that work
for PostgreSQL in the PostgreSQL manual or archives at some stage.

If I had a Solaris box available here I'd give them to you now.

Try looking at docs.sun.com. A quick search for shmseg gives some info
at :

http://docs.sun.com:80/ab2/coll.47.11/SYSADV2/@Ab2PageView/34355?DwebQuery=shmseg&oqt=shmseg&Ab2Lang=C&Ab2Enc=iso-8859-1
http://docs.sun.com:80/ab2/coll.707.1/SOLTUNEPARAMREF/@Ab2PageView/6980?DwebQuery=shmseg&oqt=shmseg&Ab2Lang=C&Ab2Enc=iso-8859-1

Make sure you backup the /etc/system file before doing this (you'll need
to reboot for this to have an effect).

Good luck.

Regards and best wishes,

Justin Clift
Database Administrator/Programmer

You should be able to so a search on the Net for

"J.Goodleaf" wrote:
>
> Thanks to those of you who responded in re my solaris 8 compilation errors.
> I was able to compile and use initdb after a couple of hitches. (Had to
> rebuild with LD_RUN_PATH set; this is what I get for overlooking the docs.)
>
> My initdb didn't work initially because of an IPC memory create error. I was
> able to get around that per the FAQ by throwing the -N option with an arg of
> 24. So the db works, but I wonder why I had that problem to begin with. If
> anyone has a suggestion about what I could have done during Solaris install,
> or can do with Solaris admin tools, to fix these errors I'd appreciate it.
> This is a toy db at the moment, so it's not important that I've limited the
> backend processes, but you never know when you'll be called on to do it for
> real.
> Thanks,
> John
> _____________________________
> | J. Goodleaf |
> | |
> / ) | Technology Coordinator |
> / / | FreeBSD Advocate |
> ( ( | email ==> |
> (((\ \> |/ ) john(at)goodleaf(dot)net |
> (\\\\ \_/ /_________________________|
> \ /
> \ _/
> / /
> / /

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tod McQuillin 2001-02-07 04:51:00 Re: Re: Solaris 8 Problems redux
Previous Message J.Goodleaf 2001-02-07 02:47:04 Solaris 8 Problems redux