Re: would like to stop it auto-starting on boot on HP-UX

Lists: pgsql-hackers
From: "Lee" <leefarrant(at)hotmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: would like to stop it auto-starting on boot on HP-UX IPF
Date: 2006-08-29 04:36:16
Message-ID: 1156826176.362110.321510@m79g2000cwm.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

I have installed postgres.

I would like to stop it auto-starting on boot but I am not sure where
HP
UX postgres keeps these auto start settings/scripts.

I have searched everywhere. Can someone give me some guidence please.

This is what keeps starting

# ps -ef|grep postg
sfmdb 2881 1594 0 19:20:02 ? 0:00 postgres: sfmdb LOGDB
[local] id
le
sfmdb 1618 1617 0 19:18:09 ? 0:00 postgres: stats
collector proces
s
sfmdb 1617 1594 0 19:18:09 ? 0:00 postgres: stats buffer
process
sfmdb 2329 1594 0 19:19:00 ? 0:00 postgres: sfmdb LOGDB
[local] id
le
root 20809 978 1 09:47:17 pts/ta 0:00 grep postg
#

Thanks

Lee


From: "Andrew Hammond" <andrew(dot)george(dot)hammond(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: would like to stop it auto-starting on boot on HP-UX IPF
Date: 2006-08-29 15:48:07
Message-ID: 1156866487.849411.73490@74g2000cwt.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

1) This has nothing to do with hacking the internals of Postgres, which
means you are asking on the wrong list.
2) This has little to do with the Postgres scripts, but instead has to
do with the bootup scripts for the OS and or possibly some HP-UX
package manager. It is unlikely that the Postgres community is the
right one to ask about this, although there may be some HP-UX users
around here. Have you looked for an HP-UX community?

Drew

Lee wrote:
> I have installed postgres.
>
>
> I would like to stop it auto-starting on boot but I am not sure where
> HP
> UX postgres keeps these auto start settings/scripts.
>
> I have searched everywhere. Can someone give me some guidence please.
>
>
> This is what keeps starting
>
>
> # ps -ef|grep postg
> sfmdb 2881 1594 0 19:20:02 ? 0:00 postgres: sfmdb LOGDB
> [local] id
> le
> sfmdb 1618 1617 0 19:18:09 ? 0:00 postgres: stats
> collector proces
> s
> sfmdb 1617 1594 0 19:18:09 ? 0:00 postgres: stats buffer
> process
> sfmdb 2329 1594 0 19:19:00 ? 0:00 postgres: sfmdb LOGDB
> [local] id
> le
> root 20809 978 1 09:47:17 pts/ta 0:00 grep postg
> #
>
>
> Thanks
>
>
> Lee


From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Andrew Hammond <andrew(dot)george(dot)hammond(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: would like to stop it auto-starting on boot on HP-UX
Date: 2006-08-29 16:03:18
Message-ID: 44F46546.1010302@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Andrew Hammond wrote:
> 1) This has nothing to do with hacking the internals of Postgres, which
> means you are asking on the wrong list.
> 2) This has little to do with the Postgres scripts, but instead has to
> do with the bootup scripts for the OS and or possibly some HP-UX
> package manager. It is unlikely that the Postgres community is the
> right one to ask about this, although there may be some HP-UX users
> around here. Have you looked for an HP-UX community?
>
>

We do have one notable HP-UX user ;-)

cheers

andrew