<?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: How to trace a process? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-trace-a-process/m-p/2761697#M72622</link>
    <description>tftp comes along with the ignite bundle.&lt;BR /&gt;tftp is used for network related operations using ignite like instl_adm,make_net_recovery.&lt;BR /&gt;When the client is booted up using the bootp protocol the server uses tftp to push files to the client.&lt;BR /&gt;&lt;BR /&gt;If you are just using make_tape_recovery or make_recovery of the ignite product tftp is not required.might be you can comment it in the inetd.conf file.Later if you need it you can enable it.&lt;BR /&gt;&lt;BR /&gt;Also performing a recovery using a local tape drive should not cause a problem.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
    <pubDate>Thu, 11 Jul 2002 09:00:03 GMT</pubDate>
    <dc:creator>T G Manikandan</dc:creator>
    <dc:date>2002-07-11T09:00:03Z</dc:date>
    <item>
      <title>How to trace a process?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-trace-a-process/m-p/2761687#M72612</link>
      <description>I don't how does one process got started since it is not in cron job and also not in /sbin/init.d, there is only one entry in /etc/inetd.conf:&lt;BR /&gt;tftp        dgram  udp wait   root /usr/lbin/tftpd    tftpd        /opt/ignite        /var/opt/ignite&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# ps -ef|grep tftp&lt;BR /&gt;    root 24525   694 237  May 30  ?        3663:55 tftpd /opt/ignite /var/opt/ignite&lt;BR /&gt;    root  7595  7580  0 01:24:36 pts/tc    0:00 grep tftp&lt;BR /&gt;&lt;BR /&gt;And one thing I am worried about is that it consumes 95% of CPU and load level is very high.  Once I killed it, the load level from "top" droped significantly.  On my another server there is still tftpd running and I want to find out how did it get started,  anyone can help me?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Jul 2002 07:31:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-trace-a-process/m-p/2761687#M72612</guid>
      <dc:creator>zhaogui</dc:creator>
      <dc:date>2002-07-11T07:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to trace a process?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-trace-a-process/m-p/2761688#M72613</link>
      <description>Hi,&lt;BR /&gt;There's probably another system using the trivial ftp protocol to ftp to / from your system (in my humble opinion). You could check with "netstat -an" which system is connecting to your tftp port (you can find that in /etc/services, probably going to be 69).&lt;BR /&gt;&lt;BR /&gt;Hope this gets you started ...&lt;BR /&gt;Regards,&lt;BR /&gt;Tom</description>
      <pubDate>Thu, 11 Jul 2002 07:39:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-trace-a-process/m-p/2761688#M72613</guid>
      <dc:creator>Tom Geudens</dc:creator>
      <dc:date>2002-07-11T07:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to trace a process?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-trace-a-process/m-p/2761689#M72614</link>
      <description>&lt;BR /&gt;tftpd is started by inetd whenever a request is put to port &lt;BR /&gt;69 (tftp) from any host on your lan&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rainer&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Jul 2002 07:40:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-trace-a-process/m-p/2761689#M72614</guid>
      <dc:creator>Rainer von Bongartz</dc:creator>
      <dc:date>2002-07-11T07:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to trace a process?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-trace-a-process/m-p/2761690#M72615</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;use lsof to identify which process is invoking tftp, u can use&lt;BR /&gt;lsof -i:tftp&lt;BR /&gt;&lt;BR /&gt;then kill that process&lt;BR /&gt;regds</description>
      <pubDate>Thu, 11 Jul 2002 07:53:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-trace-a-process/m-p/2761690#M72615</guid>
      <dc:creator>V. V. Ravi Kumar_1</dc:creator>
      <dc:date>2002-07-11T07:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to trace a process?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-trace-a-process/m-p/2761691#M72616</link>
      <description>I couldn't find out anything with port 69 from "netstat -an&lt;BR /&gt;".   Could tftpd be started by make_tape_recovery since tftpd got something to do with Ignite/UX as it is shown in /etc/inetd.conf?  I tried on another old server and even there is a same entry for tftpd in inetd.conf, I didn't find tftpd running even after I rebooted the server.    So how do I know how did it get started?</description>
      <pubDate>Thu, 11 Jul 2002 07:56:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-trace-a-process/m-p/2761691#M72616</guid>
      <dc:creator>zhaogui</dc:creator>
      <dc:date>2002-07-11T07:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to trace a process?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-trace-a-process/m-p/2761692#M72617</link>
      <description># lsof -i:tftp&lt;BR /&gt;COMMAND   PID USER   FD   TYPE     DEVICE SIZE/OFF NODE NAME&lt;BR /&gt;inetd     694 root    7u  inet 0x4844a268      0t0  UDP *:tftp (Idle)&lt;BR /&gt;tftpd   24525 root    0u  inet 0x4844a268      0t0  UDP *:tftp (Idle)&lt;BR /&gt;tftpd   24525 root    1u  inet 0x4844a268      0t0  UDP *:tftp (Idle)&lt;BR /&gt;tftpd   24525 root    2u  inet 0x4844a268      0t0  UDP *:tftp (Idle)&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Jul 2002 08:12:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-trace-a-process/m-p/2761692#M72617</guid>
      <dc:creator>zhaogui</dc:creator>
      <dc:date>2002-07-11T08:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to trace a process?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-trace-a-process/m-p/2761693#M72618</link>
      <description>Hi,&lt;BR /&gt;For tftp to work there should be a tftp user in /etc/passwd. Is it there on the systems that have the problem ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Tom&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Jul 2002 08:20:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-trace-a-process/m-p/2761693#M72618</guid>
      <dc:creator>Tom Geudens</dc:creator>
      <dc:date>2002-07-11T08:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to trace a process?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-trace-a-process/m-p/2761694#M72619</link>
      <description>No tftp in /etc/passwd</description>
      <pubDate>Thu, 11 Jul 2002 08:29:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-trace-a-process/m-p/2761694#M72619</guid>
      <dc:creator>zhaogui</dc:creator>
      <dc:date>2002-07-11T08:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to trace a process?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-trace-a-process/m-p/2761695#M72620</link>
      <description>According to the manual you should add something like&lt;BR /&gt;&lt;BR /&gt; tftp:*:510:101:tftp server:/home/tftpdir:/usr/bin/false&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rainer</description>
      <pubDate>Thu, 11 Jul 2002 08:34:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-trace-a-process/m-p/2761695#M72620</guid>
      <dc:creator>Rainer von Bongartz</dc:creator>
      <dc:date>2002-07-11T08:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to trace a process?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-trace-a-process/m-p/2761696#M72621</link>
      <description>No. I don't use tftp. That is I got a surprise when I saw tftpd is running there and eat up a lot of CPU resource and that even affect our application.&lt;BR /&gt;&lt;BR /&gt;So now I want to investigate how did that happen?</description>
      <pubDate>Thu, 11 Jul 2002 08:40:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-trace-a-process/m-p/2761696#M72621</guid>
      <dc:creator>zhaogui</dc:creator>
      <dc:date>2002-07-11T08:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to trace a process?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-trace-a-process/m-p/2761697#M72622</link>
      <description>tftp comes along with the ignite bundle.&lt;BR /&gt;tftp is used for network related operations using ignite like instl_adm,make_net_recovery.&lt;BR /&gt;When the client is booted up using the bootp protocol the server uses tftp to push files to the client.&lt;BR /&gt;&lt;BR /&gt;If you are just using make_tape_recovery or make_recovery of the ignite product tftp is not required.might be you can comment it in the inetd.conf file.Later if you need it you can enable it.&lt;BR /&gt;&lt;BR /&gt;Also performing a recovery using a local tape drive should not cause a problem.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Jul 2002 09:00:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-trace-a-process/m-p/2761697#M72622</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-07-11T09:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to trace a process?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-trace-a-process/m-p/2761698#M72623</link>
      <description>Now tftpd is still running on one of my servers, is tehre any way to find out how did it get started?&lt;BR /&gt;# ps -ef|grep tftp&lt;BR /&gt;    root 24525   694 255  May 30  ?        4552:11 tftpd /opt/ignite /var/opt/ignite&lt;BR /&gt;In cron job list there is only one script running "make_tape_recovery". Besides this I don't know what program triggered tftpd. The parent process of tftpd is inetd, but it should be triggered by something else. What is that?&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Jul 2002 23:33:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-trace-a-process/m-p/2761698#M72623</guid>
      <dc:creator>zhaogui</dc:creator>
      <dc:date>2002-07-11T23:33:45Z</dc:date>
    </item>
  </channel>
</rss>

