<?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: daemons in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/daemons/m-p/4297906#M337616</link>
    <description>Hi Anjan,&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I want to know the if daemons are running which type of output it will generate&lt;BR /&gt;&lt;BR /&gt;you mean "if" command ,it is just a command for scripting and no need a specific daemon for this.&lt;BR /&gt;&lt;BR /&gt;Usually ,you can confirm the status of the service (services are associated with daemons) by using ps command&lt;BR /&gt;&lt;BR /&gt;#ps -aef |grep mbd   (-- for checking samba service)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Aneesh&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 31 Oct 2008 09:51:14 GMT</pubDate>
    <dc:creator>Aneesh Mohan</dc:creator>
    <dc:date>2008-10-31T09:51:14Z</dc:date>
    <item>
      <title>daemons</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/daemons/m-p/4297905#M337615</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;   I want to know the if daemons are running which type of output it will generate. &lt;BR /&gt;How we findoue daemons are running or not?</description>
      <pubDate>Fri, 31 Oct 2008 09:42:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/daemons/m-p/4297905#M337615</guid>
      <dc:creator>Anjaneyulu</dc:creator>
      <dc:date>2008-10-31T09:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: daemons</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/daemons/m-p/4297906#M337616</link>
      <description>Hi Anjan,&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I want to know the if daemons are running which type of output it will generate&lt;BR /&gt;&lt;BR /&gt;you mean "if" command ,it is just a command for scripting and no need a specific daemon for this.&lt;BR /&gt;&lt;BR /&gt;Usually ,you can confirm the status of the service (services are associated with daemons) by using ps command&lt;BR /&gt;&lt;BR /&gt;#ps -aef |grep mbd   (-- for checking samba service)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Aneesh&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Oct 2008 09:51:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/daemons/m-p/4297906#M337616</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2008-10-31T09:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: daemons</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/daemons/m-p/4297907#M337617</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Daemons are called services sometimes and it will not generate specific output. It will do it's own job. &lt;BR /&gt;&lt;BR /&gt;For example inetd daemon is the master internet daemon which will control other daemons like telnet, ftp, rlogin, remsh, etc.&lt;BR /&gt;Whenever telnet request comes, inetd daemon will start new telnetd daemon which will provide the telnet daemon.&lt;BR /&gt;&lt;BR /&gt;You can use ps command with different switch to see the status of daemons.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Oct 2008 10:06:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/daemons/m-p/4297907#M337617</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2008-10-31T10:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: daemons</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/daemons/m-p/4297908#M337618</link>
      <description>ps -ef|grep nfsd&lt;BR /&gt;  root   312     1  0   Oct 09 ?        0:00 /usr/lib/nfs/nfsd -a 16&lt;BR /&gt; user1 23096 23082  0 05:18:57 pts/2    0:00 grep nfsd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;         In the above output how i confirm the nfsd is running or not. If daemon is not running which type of output i will get?</description>
      <pubDate>Fri, 31 Oct 2008 10:17:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/daemons/m-p/4297908#M337618</guid>
      <dc:creator>Anjaneyulu</dc:creator>
      <dc:date>2008-10-31T10:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: daemons</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/daemons/m-p/4297909#M337619</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Look at my system o/p&lt;BR /&gt;&lt;BR /&gt;# ps -ef | grep nfs&lt;BR /&gt;    root    32     0  0  Sep 19  ?         0:00 nfs_failover&lt;BR /&gt;    root    33     0  0  Sep 19  ?         0:00 nfs4clntkd&lt;BR /&gt;    root    31     0  0  Sep 19  ?         0:05 nfs_async_io&lt;BR /&gt;    root    29     0  0  Sep 19  ?         0:00 nfs_reclaim&lt;BR /&gt;    root    34     0  0  Sep 19  ?         0:00 nfs4_async_io&lt;BR /&gt;    root    81     0  0  Sep 19  ?         0:00 nfs4srvkd&lt;BR /&gt;    root    80     0  0  Sep 19  ?         0:00 nfslogkd&lt;BR /&gt;    root  1004     1  0  Sep 19  ?         0:00 /usr/sbin/nfs4cbd&lt;BR /&gt;    root  1010     1  0  Sep 19  ?         0:29 /usr/sbin/nfsmapid&lt;BR /&gt;    root  1959     1  0  Sep 19  ?         0:00 /usr/sbin/nfsd&lt;BR /&gt;    root  7959  6696  0 16:46:14 pts/tc    0:00 grep nfs&lt;BR /&gt;&lt;BR /&gt;NFS is running on my system... The last line "grep nsf" will come any way.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Sreekanth</description>
      <pubDate>Fri, 31 Oct 2008 10:22:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/daemons/m-p/4297909#M337619</guid>
      <dc:creator>sreekanthtm</dc:creator>
      <dc:date>2008-10-31T10:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: daemons</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/daemons/m-p/4297910#M337620</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;If daemon is not running which type of output i will get? &amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;If daemon is not running you won't get the daemon details in ps output. &lt;BR /&gt;&lt;BR /&gt;ps command will provide the running process/daemon details.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Oct 2008 10:30:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/daemons/m-p/4297910#M337620</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2008-10-31T10:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: daemons</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/daemons/m-p/4297911#M337621</link>
      <description>Hi,&lt;BR /&gt;for checking demons or any process are running into the server ps is the command&lt;BR /&gt;&lt;BR /&gt;$ ps -aef | grep -i nfs&lt;BR /&gt;root  3379  3355  0  Sep 24  ?         0:00 /usr/sbin/nfsd 16&lt;BR /&gt;    root  3380  3355  0  Sep 24  ?         0:00 /usr/sbin/nfsd 16&lt;BR /&gt;    root  3381  3355  0  Sep 24  ?         0:00 /usr/sbin/nfsd 16&lt;BR /&gt; monitor  1202  1128  0 17:03:20 pts/0     0:00 grep -i nfsd&lt;BR /&gt;&lt;BR /&gt;where aef means&lt;BR /&gt; -a             Select all processes except process group leaders and processes not associated with a terminal.&lt;BR /&gt; -e             Select all processes.&lt;BR /&gt; -f             Show columns user, pid, ppid, cpu, stime, tty, time, and args, in that order.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Fri, 31 Oct 2008 10:35:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/daemons/m-p/4297911#M337621</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2008-10-31T10:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: daemons</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/daemons/m-p/4297912#M337622</link>
      <description>Hi suraj,&lt;BR /&gt;&lt;BR /&gt;In the above output you have the ? at tty.&lt;BR /&gt;&lt;BR /&gt;But I got pts/0 at tty it is running or not.</description>
      <pubDate>Fri, 21 Nov 2008 12:16:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/daemons/m-p/4297912#M337622</guid>
      <dc:creator>Anjaneyulu</dc:creator>
      <dc:date>2008-11-21T12:16:19Z</dc:date>
    </item>
  </channel>
</rss>

