<?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 Problem with Collect file. in Operating System - Tru64 Unix</title>
    <link>https://community.hpe.com/t5/operating-system-tru64-unix/problem-with-collect-file/m-p/3340486#M10445</link>
    <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Host running Tru64 5.1B patch kit 3.&lt;BR /&gt;Collect version&lt;BR /&gt;Collector Version = 2.0.6, Collect Datafile Version = 18, Compiled: Sep 28 2003&lt;BR /&gt;&lt;BR /&gt;Command used to launch Collect is as follows.&lt;BR /&gt;collect -i360,720 -f /usr/users/perf/collect -H d23:50,12m -W 1h -M 10,15&lt;BR /&gt;&lt;BR /&gt;After which we try to get the information we require using the following command.&lt;BR /&gt;/usr/sbin/collect -F -p /usr/users/perf/collect_user@23-Jul-23:50:02.cgz -s ccmd | /usr/sbin/cfilt 'cpu:IDLE' 'mem:Free#' &amp;gt; /usr/users/perf/res/result&lt;BR /&gt;&lt;BR /&gt;We get the follwing error...&lt;BR /&gt;&lt;BR /&gt;"Flushing Error: stream error&lt;BR /&gt;&lt;BR /&gt;termination record missing from data file"&lt;BR /&gt;&lt;BR /&gt;On investigating the problem I found the follwing in the patch kit 3 documentation.&lt;BR /&gt;&lt;BR /&gt;Patch 1404.00&lt;BR /&gt;provides a fix for collect &lt;BR /&gt;- Corrects a condition in which collect cannot create a new data file from a data file that does not include a termination record.&lt;BR /&gt;&lt;BR /&gt;Checked to see if this patch is applied using dupatch and confirmed that this patch is applied.&lt;BR /&gt;&lt;BR /&gt;The same command works on a Tru64 5.1A system.&lt;BR /&gt;with no problems.&lt;BR /&gt;&lt;BR /&gt;Any ideas are welcome. please help.. need these statistics, thank you...&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Orrin.&lt;BR /&gt;</description>
    <pubDate>Sun, 25 Jul 2004 21:13:10 GMT</pubDate>
    <dc:creator>Orrin</dc:creator>
    <dc:date>2004-07-25T21:13:10Z</dc:date>
    <item>
      <title>Problem with Collect file.</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/problem-with-collect-file/m-p/3340486#M10445</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Host running Tru64 5.1B patch kit 3.&lt;BR /&gt;Collect version&lt;BR /&gt;Collector Version = 2.0.6, Collect Datafile Version = 18, Compiled: Sep 28 2003&lt;BR /&gt;&lt;BR /&gt;Command used to launch Collect is as follows.&lt;BR /&gt;collect -i360,720 -f /usr/users/perf/collect -H d23:50,12m -W 1h -M 10,15&lt;BR /&gt;&lt;BR /&gt;After which we try to get the information we require using the following command.&lt;BR /&gt;/usr/sbin/collect -F -p /usr/users/perf/collect_user@23-Jul-23:50:02.cgz -s ccmd | /usr/sbin/cfilt 'cpu:IDLE' 'mem:Free#' &amp;gt; /usr/users/perf/res/result&lt;BR /&gt;&lt;BR /&gt;We get the follwing error...&lt;BR /&gt;&lt;BR /&gt;"Flushing Error: stream error&lt;BR /&gt;&lt;BR /&gt;termination record missing from data file"&lt;BR /&gt;&lt;BR /&gt;On investigating the problem I found the follwing in the patch kit 3 documentation.&lt;BR /&gt;&lt;BR /&gt;Patch 1404.00&lt;BR /&gt;provides a fix for collect &lt;BR /&gt;- Corrects a condition in which collect cannot create a new data file from a data file that does not include a termination record.&lt;BR /&gt;&lt;BR /&gt;Checked to see if this patch is applied using dupatch and confirmed that this patch is applied.&lt;BR /&gt;&lt;BR /&gt;The same command works on a Tru64 5.1A system.&lt;BR /&gt;with no problems.&lt;BR /&gt;&lt;BR /&gt;Any ideas are welcome. please help.. need these statistics, thank you...&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Orrin.&lt;BR /&gt;</description>
      <pubDate>Sun, 25 Jul 2004 21:13:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/problem-with-collect-file/m-p/3340486#M10445</guid>
      <dc:creator>Orrin</dc:creator>
      <dc:date>2004-07-25T21:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Collect file.</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/problem-with-collect-file/m-p/3340487#M10446</link>
      <description>So is that data collection terminated or still ongoing?&lt;BR /&gt;&lt;BR /&gt;Looks like you are analyzing on the same version as used for the collection.  So there is no Datafile version mismatch problem&lt;BR /&gt;&lt;BR /&gt;Still. Do you have a chance to try an older collect? On my (unpatched) V5.1B system I seem to have:&lt;BR /&gt;Collector Version = 2.00, Collect Datafile Version = 15, Compiled: Oct 16 2002&lt;BR /&gt;&lt;BR /&gt;Does simple stuff like: 'collect -p &lt;CGZ file=""&gt; | more' work?&lt;BR /&gt;How about:&lt;BR /&gt;collect -p &lt;CGZ file=""&gt; | grep "termination"&lt;BR /&gt;&lt;BR /&gt;I have alerted (Email) an collect devo to this topic. Maybe they'll respond. &lt;BR /&gt;If you get no response here, then I guess you could try an Email to: collect_support@compaq.com&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;/CGZ&gt;&lt;/CGZ&gt;</description>
      <pubDate>Sun, 25 Jul 2004 22:52:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/problem-with-collect-file/m-p/3340487#M10446</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2004-07-25T22:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Collect file.</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/problem-with-collect-file/m-p/3340488#M10447</link>
      <description>Hi Hein,&lt;BR /&gt;&lt;BR /&gt;Thanks for your quick reply...&lt;BR /&gt;&lt;BR /&gt;I have four data files, three of them are complete, the last one is still collecting data.&lt;BR /&gt;&lt;BR /&gt;collect -p &lt;FILE&gt;.cgz | more&lt;BR /&gt;shows me all the records with all the detail and the file seems ok...&lt;BR /&gt;&lt;BR /&gt;collect -p &lt;FILE&gt;.cgz | grep "termination"&lt;BR /&gt;return null.&lt;BR /&gt;The termination record is missing....&lt;BR /&gt;&lt;BR /&gt;Have logged a call with HP , lets see what they come back with.&lt;BR /&gt;&lt;BR /&gt;On running collgui, I can get statistics for the CPU ( summary ) busy idle etc.&lt;BR /&gt;But statistics for any other devices, like memory disk etc do not work.&lt;BR /&gt;&lt;BR /&gt;The only older version of collect and collect utilities are on Tru 64 5.1A, and there is a datafile mismatch on that.&lt;BR /&gt;&lt;BR /&gt;Once again, thanks for your prompt reply, will keep you informed.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Orrin.&lt;/FILE&gt;&lt;/FILE&gt;</description>
      <pubDate>Sun, 25 Jul 2004 23:10:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/problem-with-collect-file/m-p/3340488#M10447</guid>
      <dc:creator>Orrin</dc:creator>
      <dc:date>2004-07-25T23:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Collect file.</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/problem-with-collect-file/m-p/3340489#M10448</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Collect had some problem with compression. Try whitout (-oz) and see.&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Tue, 27 Jul 2004 02:00:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/problem-with-collect-file/m-p/3340489#M10448</guid>
      <dc:creator>Fabrice Rafart_1</dc:creator>
      <dc:date>2004-07-27T02:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Collect file.</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/problem-with-collect-file/m-p/3340490#M10449</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;just relaying a reply from Sreeni:&lt;BR /&gt;&lt;BR /&gt;-----------&lt;BR /&gt;From my initial analysis it looks like some one has issued "kill -9" during data collection. Please confirm the same. Please let me know the exact steps followed to collect/play back the files in order to reproduce the problem.&lt;BR /&gt;------------&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Jul 2004 08:59:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/problem-with-collect-file/m-p/3340490#M10449</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2004-07-27T08:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Collect file.</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/problem-with-collect-file/m-p/3340491#M10450</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for your replies..&lt;BR /&gt;&lt;BR /&gt;Have logged a call with HP, and an HP Engineer is working with me on the problem.&lt;BR /&gt;&lt;BR /&gt;It's not a compression problem as collect -p works, and gives valid records.&lt;BR /&gt;&lt;BR /&gt;The collect process is still running but the last record in the .cgz file is at 4:09 am. On further investigation the advfs cloning before backup, causes a problem with the collect process.&lt;BR /&gt;&lt;BR /&gt;Have changed the time collect starts and rollover occurs, to circumvent the problem.&lt;BR /&gt;&lt;BR /&gt;Altough, collect -p gives the details of alldevices etc in each record, cfilt and collgui can show only CPU Summary statistics..&lt;BR /&gt;&lt;BR /&gt;Once again Thank You for replying.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Orrin.</description>
      <pubDate>Tue, 27 Jul 2004 18:28:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/problem-with-collect-file/m-p/3340491#M10450</guid>
      <dc:creator>Orrin</dc:creator>
      <dc:date>2004-07-27T18:28:58Z</dc:date>
    </item>
  </channel>
</rss>

