[OpenIndiana-discuss] postgres as service on OI

2012-10-02 Thread Boris Epstein
Hello listmates, I am a bit of a newbie so bear with me. If I want postgres to start up automatically - where do I put the XML definition file to have it start as a service? Thanks. Boris. ___ OpenIndiana-discuss mailing list OpenIndiana-discuss@openi

Re: [OpenIndiana-discuss] postgres as service on OI

2012-10-02 Thread Lou Picciano
s Epstein" To: openindiana-discuss@openindiana.org Sent: Tuesday, October 2, 2012 5:11:07 PM Subject: [OpenIndiana-discuss] postgres as service on OI Hello listmates, I am a bit of a newbie so bear with me. If I want postgres to start up automatically - where do I put the XML definition file

Re: [OpenIndiana-discuss] postgres as service on OI

2012-10-02 Thread Boris Epstein
; Sent: Tuesday, October 2, 2012 5:11:07 PM > Subject: [OpenIndiana-discuss] postgres as service on OI > > Hello listmates, > > I am a bit of a newbie so bear with me. > > If I want postgres to start up automatically - where

Re: [OpenIndiana-discuss] postgres as service on OI

2012-10-02 Thread Roel_D
Subject: Re: [OpenIndiana-discuss] postgres as service on OI I think we're using /lib/svc/manifest as the new standard. Custom service definitions often placed in /lib/svc/manifest/site , by convention. You'll need a corresponding method file to make it all hang together. Lo

Re: [OpenIndiana-discuss] postgres as service on OI

2012-10-02 Thread Lou Picciano
;) will weigh in... (!) Lou - Original Message - From: "Boris Epstein" To: "Discussion list for OpenIndiana" Sent: Tuesday, October 2, 2012 5:28:40 PM Subject: Re: [OpenIndiana-discuss] postgres as service on OI Lou, Thanks. There's also stuff under /

Re: [OpenIndiana-discuss] postgres as service on OI

2012-10-02 Thread Lou Picciano
a" Sent: Tuesday, October 2, 2012 5:33:58 PM Subject: Re: [OpenIndiana-discuss] postgres as service on OI I think a general convention would be: put into 'site' what you are building custom. Various formal installs will place manifests in the other paths according to

Re: [OpenIndiana-discuss] postgres as service on OI

2012-10-02 Thread Boris Epstein
"Lou Picciano" > To: "Discussion list for OpenIndiana" > > Sent: Tuesday, October 2, 2012 5:33:58 PM > Subject: Re: [OpenIndiana-discuss] postgres as service on OI > > > I think a general convention would be: put into 'site' what you are > buil

Re: [OpenIndiana-discuss] postgres as service on OI

2012-10-02 Thread Milan Jurik
Hi, On 02.10.2012 23:11, Boris Epstein wrote: Hello listmates, I am a bit of a newbie so bear with me. If I want postgres to start up automatically - where do I put the XML definition file to have it start as a service? are you building postgres yourself? Do you know that 9.0 and 9.1 are in

Re: [OpenIndiana-discuss] postgres as service on OI

2012-10-03 Thread låzaro
there is a tool in linux named rcconf, you choose the start up services or not. Could be a tool for that in OI, could that tool choose also "custom start up services"? Thread name: "Re: [OpenIndiana-discuss] postgres as service on OI" Mail number: 3 Date: Tue, Oct 02, 2012

Re: [OpenIndiana-discuss] postgres as service on OI

2012-10-03 Thread Udo Grabowski (IMK)
On 10/ 3/12 02:47 PM, låzaro wrote: there is a tool in linux named rcconf, you choose the start up services or not. Could be a tool for that in OI, could that tool choose also "custom start up services"? services-admin -- Dr.Udo GrabowskiInst.f.Meteorology a.Climate Research IMK-ASF-SAT ww

Re: [OpenIndiana-discuss] postgres as service on OI

2012-10-03 Thread Udo Grabowski (IMK)
On 10/ 3/12 02:47 PM, låzaro wrote: there is a tool in linux named rcconf, you choose the start up services or not. Could be a tool for that in OI, could that tool choose also "custom start up services"? You can also use smfgui as root. -- Dr.Udo GrabowskiInst.f.Meteorology a.Climate Rese

Re: [OpenIndiana-discuss] postgres as service on OI

2012-10-03 Thread Bruno Damour
Hello, You could as well use the tarball built by postgresql teams/contibutors. They live in http://www.postgresql.org/ftp/binary/v9.2.1/solaris/ (version number is the last one) and exist for solaris 11 i386 which must work on illumos. I use them and never had problem, just unpack in /opt Yo