<?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: tusc problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tusc-problem/m-p/4358154#M345686</link>
    <description>The -p doesn't belong before the PID.  Move it to the very left, so you don't get confused.&lt;BR /&gt;(truss needs it.)&lt;BR /&gt;&lt;BR /&gt;-fd is the same as -f -d, and the -d is missing the FD list.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;SEP: Lets try something simpler first:&lt;BR /&gt;&lt;BR /&gt;The simpler would be:&lt;BR /&gt;tusc -fp -o &lt;OUTPUT file=""&gt; &lt;PID&gt;&lt;/PID&gt;&lt;/OUTPUT&gt;</description>
    <pubDate>Fri, 13 Feb 2009 12:53:23 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2009-02-13T12:53:23Z</dc:date>
    <item>
      <title>tusc problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tusc-problem/m-p/4358151#M345683</link>
      <description>i am executing the following command &lt;BR /&gt;tusc -o &lt;OUTPUT file=""&gt; -fdh -ccc -p &lt;PID&gt;&lt;BR /&gt;&lt;BR /&gt;is this is the right format..&lt;BR /&gt;&lt;BR /&gt;i am getting invalid option -fd&lt;BR /&gt;&lt;BR /&gt;without this i am getting no procees attach to&lt;BR /&gt;&lt;BR /&gt;This is very urgent&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Biju.&lt;BR /&gt;&lt;/PID&gt;&lt;/OUTPUT&gt;</description>
      <pubDate>Fri, 13 Feb 2009 10:49:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tusc-problem/m-p/4358151#M345683</guid>
      <dc:creator>Abhilash Krishnan</dc:creator>
      <dc:date>2009-02-13T10:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: tusc problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tusc-problem/m-p/4358152#M345684</link>
      <description>&lt;BR /&gt;Hi Biju,&lt;BR /&gt;&lt;BR /&gt;Refer here..&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/tusc-7.9/man.html" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/tusc-7.9/man.html&lt;/A&gt;</description>
      <pubDate>Fri, 13 Feb 2009 11:12:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tusc-problem/m-p/4358152#M345684</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-02-13T11:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: tusc problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tusc-problem/m-p/4358153#M345685</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Lets try something simpler first:&lt;BR /&gt;&lt;BR /&gt;tusc -o &lt;OUTPUT file=""&gt; -p &lt;PID&gt;&lt;BR /&gt;&lt;BR /&gt;Make sure the PID is correct.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/PID&gt;&lt;/OUTPUT&gt;</description>
      <pubDate>Fri, 13 Feb 2009 11:54:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tusc-problem/m-p/4358153#M345685</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-02-13T11:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: tusc problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tusc-problem/m-p/4358154#M345686</link>
      <description>The -p doesn't belong before the PID.  Move it to the very left, so you don't get confused.&lt;BR /&gt;(truss needs it.)&lt;BR /&gt;&lt;BR /&gt;-fd is the same as -f -d, and the -d is missing the FD list.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;SEP: Lets try something simpler first:&lt;BR /&gt;&lt;BR /&gt;The simpler would be:&lt;BR /&gt;tusc -fp -o &lt;OUTPUT file=""&gt; &lt;PID&gt;&lt;/PID&gt;&lt;/OUTPUT&gt;</description>
      <pubDate>Fri, 13 Feb 2009 12:53:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tusc-problem/m-p/4358154#M345686</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-02-13T12:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: tusc problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tusc-problem/m-p/4358155#M345687</link>
      <description>Hi Biju:&lt;BR /&gt;&lt;BR /&gt;You need to specify a file descriptor following the 'd' flag, for example:&lt;BR /&gt;&lt;BR /&gt;# tusc -o output -fd3 -h -ccc -p 19423&lt;BR /&gt;&lt;BR /&gt;When all else fails, RTFM.  When you installed 'tusc' manpages should have been installed by default.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 13 Feb 2009 12:54:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tusc-problem/m-p/4358155#M345687</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-02-13T12:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: tusc problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tusc-problem/m-p/4358156#M345688</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Use&lt;BR /&gt;tusc -faepo &lt;TUSC.OUT&gt; -p &lt;PID&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sani&lt;/PID&gt;&lt;/TUSC.OUT&gt;</description>
      <pubDate>Thu, 19 Feb 2009 12:10:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tusc-problem/m-p/4358156#M345688</guid>
      <dc:creator>Sani</dc:creator>
      <dc:date>2009-02-19T12:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: tusc problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tusc-problem/m-p/4358157#M345689</link>
      <description>&amp;gt;Sani: Use: tusc -faepo &lt;TUSC.OUT&gt; -p &lt;PID&gt;&lt;BR /&gt;&lt;BR /&gt;I keep saying, there is NO -p &lt;PID&gt; option.  Don't even think of using -p there.  tusc magically understands a PID.&lt;/PID&gt;&lt;/PID&gt;&lt;/TUSC.OUT&gt;</description>
      <pubDate>Thu, 19 Feb 2009 23:58:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tusc-problem/m-p/4358157#M345689</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-02-19T23:58:52Z</dc:date>
    </item>
  </channel>
</rss>

