<?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: checking daemon process in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-daemon-process/m-p/2822864#M86933</link>
    <description>In that case, follow Clemens and T G's advice.  Use "ps -ef |grep rsyncd".  You'll (hopefully) see two lines returned - one is your grep command and the other is the daemon.  &lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;P.S.  You can eliminate the extra line by doing "ps -ef |grep rsyncd |grep -v grep".</description>
    <pubDate>Thu, 10 Oct 2002 10:25:56 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2002-10-10T10:25:56Z</dc:date>
    <item>
      <title>checking daemon process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-daemon-process/m-p/2822859#M86928</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is there a way to check any running daemon processes? &lt;BR /&gt;&lt;BR /&gt;Could someone please show me how ? &lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 10 Oct 2002 09:50:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-daemon-process/m-p/2822859#M86928</guid>
      <dc:creator>Chern Jian Leaw</dc:creator>
      <dc:date>2002-10-10T09:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: checking daemon process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-daemon-process/m-p/2822860#M86929</link>
      <description>What do you want to check it for?  You can use ps -ef |grep to check for it's existence.  You could use glance to peek inside the process to see what it's doing.  &lt;BR /&gt;&lt;BR /&gt;Can you be more specific?&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 10 Oct 2002 09:54:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-daemon-process/m-p/2822860#M86929</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-10-10T09:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: checking daemon process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-daemon-process/m-p/2822861#M86930</link>
      <description>Pete,&lt;BR /&gt;&lt;BR /&gt;I'm wanting to check if I have some rsync daemons running or any other process daemons running, in general. &lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 10 Oct 2002 10:03:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-daemon-process/m-p/2822861#M86930</guid>
      <dc:creator>Chern Jian Leaw</dc:creator>
      <dc:date>2002-10-10T10:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: checking daemon process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-daemon-process/m-p/2822862#M86931</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You could use ps -ef|grep rsync &lt;BR /&gt;&lt;BR /&gt;C.</description>
      <pubDate>Thu, 10 Oct 2002 10:06:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-daemon-process/m-p/2822862#M86931</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-10-10T10:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: checking daemon process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-daemon-process/m-p/2822863#M86932</link>
      <description>If you are running rsync as a daemon then you should find for rsyncd&lt;BR /&gt;&lt;BR /&gt;ps -ef|grep rsyncd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 10 Oct 2002 10:17:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-daemon-process/m-p/2822863#M86932</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-10-10T10:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: checking daemon process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-daemon-process/m-p/2822864#M86933</link>
      <description>In that case, follow Clemens and T G's advice.  Use "ps -ef |grep rsyncd".  You'll (hopefully) see two lines returned - one is your grep command and the other is the daemon.  &lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;P.S.  You can eliminate the extra line by doing "ps -ef |grep rsyncd |grep -v grep".</description>
      <pubDate>Thu, 10 Oct 2002 10:25:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-daemon-process/m-p/2822864#M86933</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-10-10T10:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: checking daemon process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-daemon-process/m-p/2822865#M86934</link>
      <description>Hi Chern:&lt;BR /&gt;&lt;BR /&gt;A more exact way of verifying the presence of a prcoess is to search the process table for its basename:&lt;BR /&gt;&lt;BR /&gt;# UNIX95= ps -C syslogd|awk 'NR&amp;gt;1'&lt;BR /&gt;&lt;BR /&gt;Note that the UNIX95 option is only set for the duration of the command line.  A blank (space) follows the equal sign.  The argumennt after the 'ps -C' option is the basename of the process you are seeking.  Multiple arguments are allowed, too by repeating the '-C 'basename' sequence.&lt;BR /&gt;&lt;BR /&gt;By piping the output to 'awk' as shown, the heading line is suppressed.  &lt;BR /&gt;&lt;BR /&gt;If only the process pid is wanted, do this:&lt;BR /&gt;&lt;BR /&gt;# UNIX95= ps -C syslogd|awk 'NR&amp;gt;1 {print $1}'&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 10 Oct 2002 11:06:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-daemon-process/m-p/2822865#M86934</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-10-10T11:06:57Z</dc:date>
    </item>
  </channel>
</rss>

