<?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 CA-Jobtrac Agent Installation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ca-jobtrac-agent-installation/m-p/2735071#M66352</link>
    <description>Attempting install of CA-Jobtrac Agent 1.0 on HP 9000 series. (op sys = 11.0). Have issued the following cmd as specified in install instructions:&lt;BR /&gt; uncompress -c setup.tar.Z | tar -xvf - &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The following resulted:&lt;BR /&gt;x ./setup.cfg, 600 bytes, 2 tape blocks                                      &lt;BR /&gt;x ./setup2, 29985 bytes, 59 tape blocks                                      &lt;BR /&gt;x ./HPkernel, 185 bytes, 1 tape blocks                                       &lt;BR /&gt;x ./OSmaint.check, 8353 bytes, 17 tape blocks                                &lt;BR /&gt;directory checksum error                                           &lt;BR /&gt;I have tried running the setup file but that comes back with :&lt;BR /&gt;&lt;BR /&gt; ERROR: Cannot find lcl_echo_func file                                        &lt;BR /&gt;&lt;BR /&gt;Obviously something is missing.  Has anyone else tried this install, with same problems and managed to work it out correctly?  How?    also, what does that 'directory checksum error'  really mean?  I have a feeling this is why the setup job did not work!&lt;BR /&gt;&lt;BR /&gt;Hope someone has some ideas, thanks for your help in advance. &lt;BR /&gt;Maria.        &lt;BR /&gt;</description>
    <pubDate>Fri, 31 May 2002 04:30:54 GMT</pubDate>
    <dc:creator>Peter Gillis</dc:creator>
    <dc:date>2002-05-31T04:30:54Z</dc:date>
    <item>
      <title>CA-Jobtrac Agent Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ca-jobtrac-agent-installation/m-p/2735071#M66352</link>
      <description>Attempting install of CA-Jobtrac Agent 1.0 on HP 9000 series. (op sys = 11.0). Have issued the following cmd as specified in install instructions:&lt;BR /&gt; uncompress -c setup.tar.Z | tar -xvf - &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The following resulted:&lt;BR /&gt;x ./setup.cfg, 600 bytes, 2 tape blocks                                      &lt;BR /&gt;x ./setup2, 29985 bytes, 59 tape blocks                                      &lt;BR /&gt;x ./HPkernel, 185 bytes, 1 tape blocks                                       &lt;BR /&gt;x ./OSmaint.check, 8353 bytes, 17 tape blocks                                &lt;BR /&gt;directory checksum error                                           &lt;BR /&gt;I have tried running the setup file but that comes back with :&lt;BR /&gt;&lt;BR /&gt; ERROR: Cannot find lcl_echo_func file                                        &lt;BR /&gt;&lt;BR /&gt;Obviously something is missing.  Has anyone else tried this install, with same problems and managed to work it out correctly?  How?    also, what does that 'directory checksum error'  really mean?  I have a feeling this is why the setup job did not work!&lt;BR /&gt;&lt;BR /&gt;Hope someone has some ideas, thanks for your help in advance. &lt;BR /&gt;Maria.        &lt;BR /&gt;</description>
      <pubDate>Fri, 31 May 2002 04:30:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ca-jobtrac-agent-installation/m-p/2735071#M66352</guid>
      <dc:creator>Peter Gillis</dc:creator>
      <dc:date>2002-05-31T04:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: CA-Jobtrac Agent Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ca-jobtrac-agent-installation/m-p/2735072#M66353</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;AT first glance it looks like the tar archive&lt;BR /&gt;could be corrupted. In saying that I would try&lt;BR /&gt;a slightly different approach.&lt;BR /&gt;&lt;BR /&gt;# compress -d setup.tar.Z&lt;BR /&gt;# tar tvf setup.tar&lt;BR /&gt;Make sure the contents of the file can be read.&lt;BR /&gt;If it is ok, then try to extract&lt;BR /&gt;# tar xvf setup.tar&lt;BR /&gt;&lt;BR /&gt;Let us know the result. The directory checksum&lt;BR /&gt;could mean that the archive is corrupt.&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Fri, 31 May 2002 04:51:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ca-jobtrac-agent-installation/m-p/2735072#M66353</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-05-31T04:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: CA-Jobtrac Agent Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ca-jobtrac-agent-installation/m-p/2735073#M66354</link>
      <description>The command tar reads the stored checksum from the tar archive file and related info to calculate the checksum value and when it failed to match you'll get the "dir checksum.." error. In your case the compressed tar file might be corrupted. Was it downloaded or read from the tape/CD ?&lt;BR /&gt;What if you just run tar listing (tvf), does it give you the error ..&lt;BR /&gt;# uncompress -c setup.tar.Z | tar -tvf -&lt;BR /&gt;&lt;BR /&gt;If it doesn't you can also try this ..&lt;BR /&gt;# uncompress setup.tar.Z&lt;BR /&gt;# tar -xvf setup.tar&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 31 May 2002 04:57:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ca-jobtrac-agent-installation/m-p/2735073#M66354</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-31T04:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: CA-Jobtrac Agent Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ca-jobtrac-agent-installation/m-p/2735074#M66355</link>
      <description>S.K. Chan and Michael, thankyou for your responses.  Both were right - tar file was corrupted.  I removed and downloaded it again and all so far is going well.  Thanks for explanation of directory checksum error also.&lt;BR /&gt;Apologies for the delay in assigning points - they are definitely there now.&lt;BR /&gt;Maria.</description>
      <pubDate>Wed, 05 Jun 2002 23:07:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ca-jobtrac-agent-installation/m-p/2735074#M66355</guid>
      <dc:creator>Peter Gillis</dc:creator>
      <dc:date>2002-06-05T23:07:11Z</dc:date>
    </item>
  </channel>
</rss>

