<?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: T4 files... in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/t4-files/m-p/4296356#M91600</link>
    <description>Hmm... I wonder if they changed the time stamp and I didn't notice.  Wasn't it "30-OCT-2008" instead of "30OCT2008" in the recent past?  The longer one makes that example file name be 41 characters long (ODS-2 has 39 max, right?).  But dropping the hypens does gain you the 2 characters you need.  Maybe I missed that fix in v4.3.&lt;BR /&gt;&lt;BR /&gt;rick</description>
    <pubDate>Thu, 30 Oct 2008 14:47:36 GMT</pubDate>
    <dc:creator>Rick Dyson</dc:creator>
    <dc:date>2008-10-30T14:47:36Z</dc:date>
    <item>
      <title>T4 files...</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/t4-files/m-p/4296348#M91592</link>
      <description>&lt;BR /&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I have not been able to find a specific forum on T4, so I'll ask my question here.  I want to "clean up" the left-over files T4 leaves on my disk (.uue's, .logs, .png's), but haven't found any documentation (faq, steve lieman's writeup) stating if the files are needed for anything in particular or what their function (by type) is.&lt;BR /&gt;&lt;BR /&gt;Any info would be appreciated&lt;BR /&gt;Tnx,&lt;BR /&gt;Rich&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Oct 2008 13:24:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/t4-files/m-p/4296348#M91592</guid>
      <dc:creator>Rich Hearn</dc:creator>
      <dc:date>2008-10-29T13:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: T4 files...</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/t4-files/m-p/4296349#M91593</link>
      <description>Personally I purge all the T4 stuff away from the VMS box and only manage it on PC's, transferring a month at a time.&lt;BR /&gt;&lt;BR /&gt;So I have the current month's CSV's and the last full month. Any prior CSV are zipped up and moved over to PCs, put on a fixed drive as well as a removable drive just in case.&lt;BR /&gt;&lt;BR /&gt;I can understand and support a daily managemen Email with yesterdays usage pictures (.png) but that't all for those. Zap!&lt;BR /&gt;&lt;BR /&gt;fwiw,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Oct 2008 18:52:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/t4-files/m-p/4296349#M91593</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2008-10-29T18:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: T4 files...</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/t4-files/m-p/4296350#M91594</link>
      <description>Rich,&lt;BR /&gt;&lt;BR /&gt;  If you're running the latest T4, the only files you should see are ZIPs. The "core" files are:&lt;BR /&gt;&lt;BR /&gt; T4_node_date_start_end_COMP.ZIP&lt;BR /&gt; T4_node_date_start_end_DAT.ZIP&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;_COMP.ZIP contains&lt;BR /&gt; T4_node_date_start_end_COMP.CSV&lt;BR /&gt; T4_node_date_start_end_DISK.CSV&lt;BR /&gt;&lt;BR /&gt;in a cluster it will also have&lt;BR /&gt; T4_node_date_start_end_SCS.CSV&lt;BR /&gt;&lt;BR /&gt;and in a fibre channel environment also&lt;BR /&gt; T4_node_date_start_end_EVA.CSV &lt;BR /&gt;&lt;BR /&gt;_DAT.ZIP contains _FCM.DAT and _MON.DAT&lt;BR /&gt;&lt;BR /&gt;If your T4 directory contains other stuff, then you either generate it yourself (eg, PNGs are probably from CSVPNG, which isn't run automatically), or your system crashed and the post processing phase of the collector didn't get run.&lt;BR /&gt;&lt;BR /&gt;Most of the data can be reconstructed from the _MON.DAT file, so if you're really desperate for space, you can delete everything except the _DAT.ZIP (but before you take my word for it and do anything irreversible, experiment with the files you have to make sure you keep everything you need to reconstruct the stuff you need)&lt;BR /&gt;&lt;BR /&gt;I've attached a command procedure I use to post process T4 data if the standard procedure doesn't clean up (we do a lot of testing that involves deliberately crashing nodes, so we get junk left over fairly regularly). I'm fairly sure I wrote it based on the post process section of the standard T4 collector, but it could be a standard component of the T4 kit.</description>
      <pubDate>Wed, 29 Oct 2008 23:08:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/t4-files/m-p/4296350#M91594</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2008-10-29T23:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: T4 files...</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/t4-files/m-p/4296351#M91595</link>
      <description>Hein,&lt;BR /&gt;&lt;BR /&gt;Thank you for your response. I appreciate reading how you're working with these files.  I would assume that as long as one keeps the .csv's all the other files can safely be discarded after a month or so.  That gives me an idea how I'll go about handling them.&lt;BR /&gt;&lt;BR /&gt;Thanks again,&lt;BR /&gt;Rich&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Oct 2008 23:08:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/t4-files/m-p/4296351#M91595</guid>
      <dc:creator>Rich Hearn</dc:creator>
      <dc:date>2008-10-29T23:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: T4 files...</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/t4-files/m-p/4296352#M91596</link>
      <description>Sorry,&lt;BR /&gt;&lt;BR /&gt;  I forgot the post process contains a reference to our "site callout" procedure to define the set of processes of interest. The standard T4 kit requires you to hard code this into 2 or 3 different procedures. &lt;BR /&gt;&lt;BR /&gt;  Since I don't like having the same information coded in multiple places, I've abstracted it into a procedure which defines global symbols for the process list and the collector name. We run (slightly) modified versions of T4$COLLECT and T4$NOW which reference the site callout.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Oct 2008 23:18:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/t4-files/m-p/4296352#M91596</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2008-10-29T23:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: T4 files...</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/t4-files/m-p/4296353#M91597</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;Thank you for responding to this.  I'm running T4 v4.3 - I don't know if that's the latest or not, but I've got *.cvs,*.png,*.uue,*.zip (I don't recall the others and I'm not vpn'd in to check)  I get these types of files generated daily as well as the *comp.zip and *chart.zip's that get e-mailed to me.  &lt;BR /&gt;&lt;BR /&gt;I probably do not have T4 set up properly for my cluster.  I'll check on it tomorrow when I get in.  I thank you for the attachment - I do have lots of room (for now), but I know how that stuff goes - time goes by and you wish you had kept up with it.&lt;BR /&gt;&lt;BR /&gt;I'll get back after I can check the systems&lt;BR /&gt;&lt;BR /&gt;Tnx agn,&lt;BR /&gt;Rich</description>
      <pubDate>Thu, 30 Oct 2008 02:27:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/t4-files/m-p/4296353#M91597</guid>
      <dc:creator>Rich Hearn</dc:creator>
      <dc:date>2008-10-30T02:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: T4 files...</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/t4-files/m-p/4296354#M91598</link>
      <description>Just an observation that I found and reported long ago and I believe, as of the most recent 4.3 release, T4 still has as a feature.&lt;BR /&gt;&lt;BR /&gt;If your node name is 6 char long and you use ODS-2, there are several files generated by T4 that have file names that are too long and will fail to be created at start time.  Thus you won't be able to collect that data.&lt;BR /&gt;&lt;BR /&gt;My submitted solution was to use a different time tag (YYYY-MM-DDD) that is shorter then the T4 default.  It also allows the files to be displayed in time order in the directory (but that is personal taste!).  I also had to drop a character here and there in the file names.  E.g., SUBP ==&amp;gt; SUB, etc.&lt;BR /&gt;&lt;BR /&gt;Rick</description>
      <pubDate>Thu, 30 Oct 2008 12:20:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/t4-files/m-p/4296354#M91598</guid>
      <dc:creator>Rick Dyson</dc:creator>
      <dc:date>2008-10-30T12:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: T4 files...</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/t4-files/m-p/4296355#M91599</link>
      <description>&lt;BR /&gt;John,&lt;BR /&gt;&lt;BR /&gt;I went back &amp;amp; checked on my install log, I did not find any indication of an error. &lt;BR /&gt;&lt;BR /&gt;btw: with much chagrin, when I went back and re-read T4_readme.txt *through to the end*, I found the list of the files that I originally asked about. Apologies to the developers for my askin'.&lt;BR /&gt;&lt;BR /&gt;I trust I can del the *uue* files since they're normally only used for e-mail - yes?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rick&lt;BR /&gt;&lt;BR /&gt;&amp;gt;If your node name is 6 char long and you use ODS-2, there are several files generated by T4 that have file names that are too long and will fail to be created at start time. &lt;BR /&gt;&lt;BR /&gt;My node names *are* 6 char &amp;amp; I *do* use ODS-2, but haven't noticed any losses.  I do get *comp,*dat,*mon, plus the .zips for them (.uue too) - maybe it was fixed?  &lt;BR /&gt;&lt;BR /&gt;I'm running vms v8.3 and I've got files like&lt;BR /&gt;&lt;BR /&gt;T4_CACHE1_30OCT2008_0001_2359_SUBP_EWA0.LOG&lt;BR /&gt;&lt;BR /&gt;as well as others.  This is good to know though. I'll check some log files and see if I can find anything "of interest".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you both for your time and experience&lt;BR /&gt;Rich&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Oct 2008 14:33:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/t4-files/m-p/4296355#M91599</guid>
      <dc:creator>Rich Hearn</dc:creator>
      <dc:date>2008-10-30T14:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: T4 files...</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/t4-files/m-p/4296356#M91600</link>
      <description>Hmm... I wonder if they changed the time stamp and I didn't notice.  Wasn't it "30-OCT-2008" instead of "30OCT2008" in the recent past?  The longer one makes that example file name be 41 characters long (ODS-2 has 39 max, right?).  But dropping the hypens does gain you the 2 characters you need.  Maybe I missed that fix in v4.3.&lt;BR /&gt;&lt;BR /&gt;rick</description>
      <pubDate>Thu, 30 Oct 2008 14:47:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/t4-files/m-p/4296356#M91600</guid>
      <dc:creator>Rick Dyson</dc:creator>
      <dc:date>2008-10-30T14:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: T4 files...</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/t4-files/m-p/4296357#M91601</link>
      <description>&lt;BR /&gt;Rick,&lt;BR /&gt;&lt;BR /&gt;I'd have to say that they "slid that one in" and it's not an obvious one; one might even say it was an "elegant" fix - they made it the 39 char limit. My files are "un-touched"...&lt;BR /&gt;&lt;BR /&gt;Rich&lt;BR /&gt;&lt;BR /&gt;Directory $1$DGA63:[VMS$COMMON.SYS1.T4$DATA]&lt;BR /&gt;&lt;BR /&gt;CACHE1.HTM;18    2  29-OCT-2008 00:00:04.50  CACHE1_1.PNG;18 12  29-OCT-2008 00:00:05.21  CACHE1_2.PNG;18  7  29-OCT-2008 00:00:05.27  CACHE1_6.PNG;18 13  29-OCT-2008 00:00:05.33  CACHE1_8.PNG;18 13  29-OCT-2008 00:00:05.39  &lt;BR /&gt;CACHE1_9.PNG;18 11  29-OCT-2008 00:00:05.44&lt;BR /&gt;T4$COLLECT_CACHE1.LOG;20     &lt;BR /&gt;   82   29-OCT-2008 23:59:00.59 T4_CACHE1_28OCT2008_0001_2359_COMP.UUE;1&lt;BR /&gt; 3245  29-OCT-2008 00:00:22.08  T4_CACHE1_28OCT2008_0001_2359_COMP.ZIP;1&lt;BR /&gt; 2281  29-OCT-2008 00:00:05.64&lt;BR /&gt;T4_CACHE1_28OCT2008_0001_2359_DAT.ZIP;1&lt;BR /&gt;23929  29-OCT-2008 00:00:07.86 T4_CACHE1_30OCT2008_0001_2359_FCM.DAT;1&lt;BR /&gt; 2256  29-OCT-2008 23:59:01.40 T4_CACHE1_30OCT2008_0001_2359_LCK7.CSV;1&lt;BR /&gt;   83  29-OCT-2008 23:59:01.39 T4_CACHE1_30OCT2008_0001_2359_NETM_EIA0.CSV;1&lt;BR /&gt;  125  29-OCT-2008 23:59:01.51 T4_CACHE1_30OCT2008_0001_2359_NETM_EWA0.CSV;1&lt;BR /&gt;  125  29-OCT-2008 23:59:01.45 T4_CACHE1_30OCT2008_0001_2359_NETM_EWB0.CSV;1&lt;BR /&gt;  125  29-OCT-2008 23:59:01.48&lt;BR /&gt;T4_CACHE1_30OCT2008_0001_2359_SUBP_EIA0.LOG;1&lt;BR /&gt;   10  29-OCT-2008 23:59:01.44 T4_CACHE1_30OCT2008_0001_2359_SUBP_EWA0.LOG;1&lt;BR /&gt;   10  29-OCT-2008 23:59:01.38&lt;BR /&gt;T4_CACHE1_30OCT2008_0001_2359_SUBP_EWB0.LOG;1   10  29-OCT-2008 23:59:01.40&lt;BR /&gt;T4_CACHE1_30OCT2008_0001_2359_SUBP_FCM.LOG;1   154  29-OCT-2008 23:59:01.34&lt;BR /&gt;T4_CACHE1_30OCT2008_0001_2359_SUBP_LCK7.LOG;1    6  29-OCT-2008 23:59:01.32&lt;BR /&gt;T4_CACHE1_30OCT2008_0001_2359_SUBP_MON.LOG;1     1  29-OCT-2008 23:59:01.27&lt;BR /&gt;T4_CACHE1_30OCT2008_0001_2359_SUBP_XFC.LOG;1     6  29-OCT-2008 23:59:01.31&lt;BR /&gt;T4_CACHE1_30OCT2008_0001_2359_XFC.CSV;1 &lt;BR /&gt;   74  29-OCT-2008 23:59:01.35  T4_CHARTS_CACHE1.UUE;18 &lt;BR /&gt;   75  29-OCT-2008 00:00:28.42  &lt;BR /&gt;Total of 24 files, 32655 blocks.&lt;BR /&gt;CACHE1::DISK$INFSYS:[RJHEARN]_&amp;gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Oct 2008 17:56:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/t4-files/m-p/4296357#M91601</guid>
      <dc:creator>Rich Hearn</dc:creator>
      <dc:date>2008-10-30T17:56:25Z</dc:date>
    </item>
  </channel>
</rss>

