<?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: cat:cannot write to output in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cat-cannot-write-to-output/m-p/3840347#M273201</link>
    <description>Yes, you have hit the 2Gb file size limit.&lt;BR /&gt;&lt;BR /&gt;As well as the methods given above, the simplest way to enable large files is to use SAM.  Select the filesystem, choose Modify, and click on the check box for "Allow Large Files".  When you click OK, SAM will then unmount the filesystem, and remount it with the option enabled (so you will have to make sure the filesystem is not being used).&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
    <pubDate>Tue, 15 Aug 2006 06:26:37 GMT</pubDate>
    <dc:creator>Andrew Merritt_2</dc:creator>
    <dc:date>2006-08-15T06:26:37Z</dc:date>
    <item>
      <title>cat:cannot write to output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cat-cannot-write-to-output/m-p/3840340#M273194</link>
      <description>iam trying to cat a file and append this content to other file. it is throwing the error:&lt;BR /&gt;error 0&lt;BR /&gt;cat:cannot write to output.&lt;BR /&gt;the file size is 2147483647 bytes and i have enough space on my disk.&lt;BR /&gt;im giving cat file1 &amp;gt;&amp;gt; file2 (note: file2 contains already some data)</description>
      <pubDate>Wed, 09 Aug 2006 08:25:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cat-cannot-write-to-output/m-p/3840340#M273194</guid>
      <dc:creator>sonysuper</dc:creator>
      <dc:date>2006-08-09T08:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: cat:cannot write to output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cat-cannot-write-to-output/m-p/3840341#M273195</link>
      <description>Is "largefiles" on for the file system containing the output file?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 09 Aug 2006 08:29:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cat-cannot-write-to-output/m-p/3840341#M273195</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-08-09T08:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: cat:cannot write to output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cat-cannot-write-to-output/m-p/3840342#M273196</link>
      <description>The user has write permission to file2 and does the filesystem support largefiles?&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/fsadm /mount&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-denver</description>
      <pubDate>Wed, 09 Aug 2006 08:33:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cat-cannot-write-to-output/m-p/3840342#M273196</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2006-08-09T08:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: cat:cannot write to output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cat-cannot-write-to-output/m-p/3840343#M273197</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;As was already mentioned, you likely do not have large file support enabled on the filesystem.  &lt;BR /&gt;&lt;BR /&gt;# umount /mountpoint&lt;BR /&gt;&lt;BR /&gt;For vxfs:&lt;BR /&gt;# fsadm -F vxfs -o largefiles /dev/vgXX/rlvolY&lt;BR /&gt;For hfs:&lt;BR /&gt;# fsadm -F hfs -o largefiles /dev/vgXX/lvolY&lt;BR /&gt;&lt;BR /&gt;# mount /mountpoint&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Wed, 09 Aug 2006 08:54:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cat-cannot-write-to-output/m-p/3840343#M273197</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-08-09T08:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: cat:cannot write to output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cat-cannot-write-to-output/m-p/3840344#M273198</link>
      <description>Modify the appropriate line in /etc/fstab to make the change permanent.</description>
      <pubDate>Wed, 09 Aug 2006 12:46:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cat-cannot-write-to-output/m-p/3840344#M273198</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-08-09T12:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: cat:cannot write to output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cat-cannot-write-to-output/m-p/3840345#M273199</link>
      <description>how to check whether i have largefile suppport? and one more thing is it is writing it to file2 and then failing...&lt;BR /&gt;but when i used to find difference i.e&lt;BR /&gt;diff file1 file2 it is giving &lt;BR /&gt;warning:new line not ended properly&lt;BR /&gt;(for 2 files.)and no issues with permissions.</description>
      <pubDate>Wed, 09 Aug 2006 22:22:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cat-cannot-write-to-output/m-p/3840345#M273199</guid>
      <dc:creator>sonysuper</dc:creator>
      <dc:date>2006-08-09T22:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: cat:cannot write to output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cat-cannot-write-to-output/m-p/3840346#M273200</link>
      <description>Hi sony,&lt;BR /&gt;you can check with fstyp command. f_flag  0 means no largefile support any value means largefile supporte is enabled.&lt;BR /&gt;#fstyp -v /dev/vg00/library&lt;BR /&gt;&lt;BR /&gt;vxfs&lt;BR /&gt;&lt;BR /&gt;version: 4&lt;BR /&gt;&lt;BR /&gt;f_bsize: 8192&lt;BR /&gt;&lt;BR /&gt;f_frsize: 1024&lt;BR /&gt;&lt;BR /&gt;f_blocks: 106496&lt;BR /&gt;&lt;BR /&gt;f_bfree: 79381&lt;BR /&gt;&lt;BR /&gt;f_bavail: 74420&lt;BR /&gt;&lt;BR /&gt;f_files: 19876&lt;BR /&gt;&lt;BR /&gt;f_ffree: 19844&lt;BR /&gt;&lt;BR /&gt;f_favail: 19844&lt;BR /&gt;&lt;BR /&gt;f_fsid: 1073741836&lt;BR /&gt;&lt;BR /&gt;f_basetype: vxfs&lt;BR /&gt;&lt;BR /&gt;f_namemax: 254&lt;BR /&gt;&lt;BR /&gt;f_magic: a501fcf5&lt;BR /&gt;&lt;BR /&gt;f_featurebits: 0&lt;BR /&gt;&lt;BR /&gt;f_flag: 0  ==&amp;gt;if it is zero, no large file support.other value represents largesupport.&lt;BR /&gt;&lt;BR /&gt;f_fsindex: 7&lt;BR /&gt;&lt;BR /&gt;f_size: 106496&lt;BR /&gt;&lt;BR /&gt;To enable large filesupport&lt;BR /&gt;# umount /mountpoint&lt;BR /&gt;# fsadm -F vxfs -o largefiles /dev/vgXX/rlvolY&lt;BR /&gt;# mount /mountpoint&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;---------------------------------------&lt;BR /&gt;if online jfs installed your can use fsadm to check as well enable the largefile suppror.&lt;BR /&gt;fsadm -F vxfs /sapdata&lt;BR /&gt;nolargefiles&lt;BR /&gt;# fsadm -F vxfs -o largefiles /dev/vgXX/rlvolY&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;V.Manoharan</description>
      <pubDate>Wed, 09 Aug 2006 23:49:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cat-cannot-write-to-output/m-p/3840346#M273200</guid>
      <dc:creator>V.Manoharan</dc:creator>
      <dc:date>2006-08-09T23:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: cat:cannot write to output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cat-cannot-write-to-output/m-p/3840347#M273201</link>
      <description>Yes, you have hit the 2Gb file size limit.&lt;BR /&gt;&lt;BR /&gt;As well as the methods given above, the simplest way to enable large files is to use SAM.  Select the filesystem, choose Modify, and click on the check box for "Allow Large Files".  When you click OK, SAM will then unmount the filesystem, and remount it with the option enabled (so you will have to make sure the filesystem is not being used).&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Tue, 15 Aug 2006 06:26:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cat-cannot-write-to-output/m-p/3840347#M273201</guid>
      <dc:creator>Andrew Merritt_2</dc:creator>
      <dc:date>2006-08-15T06:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: cat:cannot write to output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cat-cannot-write-to-output/m-p/3840348#M273202</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Another way to check if largefiles is enabled on the filesystem:&lt;BR /&gt;&lt;BR /&gt;# grep '/mountpoint' /etc/fstab&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;# grep '/dev/vgxx/lvoly' /etc/fstab&lt;BR /&gt;&lt;BR /&gt;Look for 'largefiles'.&lt;BR /&gt;&lt;BR /&gt;This method is accurate as long as the filesystem wasn't manually mounted.&lt;BR /&gt;&lt;BR /&gt;PCS&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Aug 2006 06:43:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cat-cannot-write-to-output/m-p/3840348#M273202</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-08-15T06:43:09Z</dc:date>
    </item>
  </channel>
</rss>

