<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Stop postgreSQL Processes/Daemon in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/stop-postgresql-processes-daemon/m-p/5975979#M483370</link>
    <description>&lt;P&gt;You should first investigate what processes are using it, maybe some important internal processes?&lt;/P&gt;</description>
    <pubDate>Tue, 26 Feb 2013 15:47:05 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2013-02-26T15:47:05Z</dc:date>
    <item>
      <title>Stop postgreSQL Processes/Daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stop-postgresql-processes-daemon/m-p/5975687#M483369</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i just found that postgreSQL Processes/Daemons are running.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can any one tell me a way to stop postgreSQL Processes/Daemon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhishek J&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2013 12:00:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stop-postgresql-processes-daemon/m-p/5975687#M483369</guid>
      <dc:creator>abhishekjain_48</dc:creator>
      <dc:date>2013-02-26T12:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Stop postgreSQL Processes/Daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stop-postgresql-processes-daemon/m-p/5975979#M483370</link>
      <description>&lt;P&gt;You should first investigate what processes are using it, maybe some important internal processes?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2013 15:47:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stop-postgresql-processes-daemon/m-p/5975979#M483370</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2013-02-26T15:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Stop postgreSQL Processes/Daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stop-postgresql-processes-daemon/m-p/5977029#M483373</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found this postgreSQL is running for SFM i.e system fault management.&lt;/P&gt;&lt;P&gt;I know i should not disable it but in case if i need to do how can I do so?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found, It can be disabled using below command:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;su &amp;lt;postgreSQL_User&amp;gt; -c "&amp;lt;pg_ctl location&amp;gt; -D &amp;lt;datfile_path&amp;gt;&amp;nbsp; stop -m immediate"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got all he neccesasry parametres but could not get datfile_path.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please tell whereto get this filepath and is tiis the correct procedure to stop postgreSQL ??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can i also kill the processes running??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;AbhishekJ&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2013 09:08:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stop-postgresql-processes-daemon/m-p/5977029#M483373</guid>
      <dc:creator>abhishekjain_48</dc:creator>
      <dc:date>2013-02-27T09:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Stop postgreSQL Processes/Daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stop-postgresql-processes-daemon/m-p/5977141#M483380</link>
      <description>&lt;P&gt;Killing a database process is never a good idea, unless you understand the database engine and know for sure that it will not be harmful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you know that this postgreSQL is running for SFM, then stopping SFM should stop the database too.&lt;/P&gt;&lt;P&gt;(Without the database, the rest of SFM will be seriously crippled, so there is no point of leaving the rest of SFM running if you stop its database.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you still want to do it, you should read the startup/shutdown script for SFM. It probably includes the commands to start/stop its database, or calls other scripts for that purpose. By reading the script(s), you should find the correct paths to use.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2013 10:17:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stop-postgresql-processes-daemon/m-p/5977141#M483380</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2013-02-27T10:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Stop postgreSQL Processes/Daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stop-postgresql-processes-daemon/m-p/5977241#M483386</link>
      <description>&lt;P&gt;SFM (system fault management) is kind of online diagnostic / monitoring software for your server - you should NOT disable it!&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2013 12:15:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stop-postgresql-processes-daemon/m-p/5977241#M483386</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2013-02-27T12:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Stop postgreSQL Processes/Daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stop-postgresql-processes-daemon/m-p/5977695#M483389</link>
      <description>&lt;P&gt;I'm with Torsten on this - son't go fiddling with SFM unless you actually have a problem with it... but if you insist the start/stop rc script is /sbin/init.d/psbdb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Take a look at that and you should see the necesssary commands&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2013 16:49:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stop-postgresql-processes-daemon/m-p/5977695#M483389</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2013-02-27T16:49:59Z</dc:date>
    </item>
  </channel>
</rss>

