<?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: command cp corrupted files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/command-cp-corrupted-files/m-p/5181526#M460044</link>
    <description>really check that you are well using the last version of nfs. ONC 11.31.07.01 and not 11.31.05 or older.</description>
    <pubDate>Tue, 16 Jun 2009 14:59:14 GMT</pubDate>
    <dc:creator>Laurent Menase</dc:creator>
    <dc:date>2009-06-16T14:59:14Z</dc:date>
    <item>
      <title>command cp corrupted files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-cp-corrupted-files/m-p/5181517#M460035</link>
      <description>Dear,&lt;BR /&gt;&lt;BR /&gt;i have a strange situation, never seen before.&lt;BR /&gt;i have a mounting point PROD(from prodserver) mounted to the DEV box (itanium 11.31) &lt;BR /&gt;PROD SERVER IS A ITANIUM 11.31 also.&lt;BR /&gt;when programmers copy files (executable files) and put on PROD and then they connected to the PROD server and ran it, the error said the file was corrupted. but if they FTP from the DEV to the PROD server, then it was fine.&lt;BR /&gt;this is a line in the file /etc/fstab on the DEV server&lt;BR /&gt;&lt;BR /&gt;10.10.4.40:/PROD /PROD nfs rw,suid 0 0&lt;BR /&gt;and it only happens to cobol exec file.&lt;BR /&gt;Please give me some advices.&lt;BR /&gt;Regards,&lt;BR /&gt;Tom&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Jun 2009 22:30:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-cp-corrupted-files/m-p/5181517#M460035</guid>
      <dc:creator>tom quach_1</dc:creator>
      <dc:date>2009-06-15T22:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: command cp corrupted files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-cp-corrupted-files/m-p/5181518#M460036</link>
      <description>how is it happening?  No idea.  However, I always run cksum before and after, make a tar ball with the find command and ftp the tarball.  Always works.&lt;BR /&gt;&lt;BR /&gt;cd ./dir&lt;BR /&gt;find ./dir -depth | xargs tar -cvf dir_backup.tar &lt;BR /&gt;find ./dir -depth -exec tar -cvf dir_backup.tar {} \;&lt;BR /&gt;&lt;BR /&gt;Note the ./dir, backup without absolute pathname all the way up to root.</description>
      <pubDate>Mon, 15 Jun 2009 22:39:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-cp-corrupted-files/m-p/5181518#M460036</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2009-06-15T22:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: command cp corrupted files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-cp-corrupted-files/m-p/5181519#M460037</link>
      <description>Thanks Michael,&lt;BR /&gt;&lt;BR /&gt;the FTP is working without tarball. they don't want to tar and untar a file.&lt;BR /&gt;Not sure something with the mounting point.&lt;BR /&gt;Regards,&lt;BR /&gt;Tom</description>
      <pubDate>Mon, 15 Jun 2009 22:48:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-cp-corrupted-files/m-p/5181519#M460037</guid>
      <dc:creator>tom quach_1</dc:creator>
      <dc:date>2009-06-15T22:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: command cp corrupted files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-cp-corrupted-files/m-p/5181520#M460038</link>
      <description>I've had corruption on NFS files with old automounters.  Some machines would fail and others would work.</description>
      <pubDate>Tue, 16 Jun 2009 01:31:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-cp-corrupted-files/m-p/5181520#M460038</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-06-16T01:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: command cp corrupted files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-cp-corrupted-files/m-p/5181521#M460039</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] the error said the file was&lt;BR /&gt;&amp;gt; corrupted.&lt;BR /&gt;&lt;BR /&gt;It might be more helpful to see the actual&lt;BR /&gt;command and the actual error message.&lt;BR /&gt;&lt;BR /&gt;Have you looked at the files to see what's&lt;BR /&gt;different?</description>
      <pubDate>Tue, 16 Jun 2009 03:41:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-cp-corrupted-files/m-p/5181521#M460039</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-06-16T03:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: command cp corrupted files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-cp-corrupted-files/m-p/5181522#M460040</link>
      <description>update nfs 11.31.07.01 it should avoid out of order scheduling error on nfs.</description>
      <pubDate>Tue, 16 Jun 2009 11:16:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-cp-corrupted-files/m-p/5181522#M460040</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2009-06-16T11:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: command cp corrupted files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-cp-corrupted-files/m-p/5181523#M460041</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Hope your cobol exec file contains some spesific pattern, which make clash with NFS. I mean, while trasfering this pattern from one server to another, NFS would recognise this as a special instruction.&lt;BR /&gt;&lt;BR /&gt;You can log a call with HP (If you have AMC) or Patch your Server with latest update, and update NFS also.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Sreekanth.</description>
      <pubDate>Tue, 16 Jun 2009 12:07:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-cp-corrupted-files/m-p/5181523#M460041</guid>
      <dc:creator>sreekanthtm</dc:creator>
      <dc:date>2009-06-16T12:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: command cp corrupted files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-cp-corrupted-files/m-p/5181524#M460042</link>
      <description>I remember that in Tru64, soft mount nfs might lose some chunks when cp files. Maybe this is the same case.</description>
      <pubDate>Tue, 16 Jun 2009 13:41:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-cp-corrupted-files/m-p/5181524#M460042</guid>
      <dc:creator>Tingli</dc:creator>
      <dc:date>2009-06-16T13:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: command cp corrupted files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-cp-corrupted-files/m-p/5181525#M460043</link>
      <description>&amp;gt;Tingli: soft mount NFS might lose some chunks when cp files.&lt;BR /&gt;&lt;BR /&gt;My case was with blocksizes and a chunk was repeated and another was removed.&lt;BR /&gt;"nfsstat -m" showed UDP and version 2.</description>
      <pubDate>Tue, 16 Jun 2009 13:47:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-cp-corrupted-files/m-p/5181525#M460043</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-06-16T13:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: command cp corrupted files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-cp-corrupted-files/m-p/5181526#M460044</link>
      <description>really check that you are well using the last version of nfs. ONC 11.31.07.01 and not 11.31.05 or older.</description>
      <pubDate>Tue, 16 Jun 2009 14:59:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-cp-corrupted-files/m-p/5181526#M460044</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2009-06-16T14:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: command cp corrupted files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-cp-corrupted-files/m-p/5181527#M460045</link>
      <description>Thank you all for your inputs.&lt;BR /&gt;&lt;BR /&gt;my version of NFS is  B.11.31.02     ONC/NFS&lt;BR /&gt;i should upgrade it to this&lt;BR /&gt;&lt;BR /&gt;11.31.07.01 &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Tom</description>
      <pubDate>Tue, 16 Jun 2009 17:32:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-cp-corrupted-files/m-p/5181527#M460045</guid>
      <dc:creator>tom quach_1</dc:creator>
      <dc:date>2009-06-16T17:32:22Z</dc:date>
    </item>
  </channel>
</rss>

