<?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 allow File System in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/allow-file-system/m-p/3438086#M206845</link>
    <description>Hi &lt;BR /&gt;I am running 9i Database hp-ux(server 2470) which is not allowing me to copy file more then 2GB from another hp-ux (server5470)&lt;BR /&gt;</description>
    <pubDate>Tue, 07 Dec 2004 09:42:25 GMT</pubDate>
    <dc:creator>Musaddaq_1</dc:creator>
    <dc:date>2004-12-07T09:42:25Z</dc:date>
    <item>
      <title>allow File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/allow-file-system/m-p/3438086#M206845</link>
      <description>Hi &lt;BR /&gt;I am running 9i Database hp-ux(server 2470) which is not allowing me to copy file more then 2GB from another hp-ux (server5470)&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Dec 2004 09:42:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/allow-file-system/m-p/3438086#M206845</guid>
      <dc:creator>Musaddaq_1</dc:creator>
      <dc:date>2004-12-07T09:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: allow File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/allow-file-system/m-p/3438087#M206846</link>
      <description>Is the file system you're copying into set up for large files?  What command are you using to copy - some commands still have a 2GB llimit.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 07 Dec 2004 09:48:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/allow-file-system/m-p/3438087#M206846</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-12-07T09:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: allow File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/allow-file-system/m-p/3438088#M206847</link>
      <description>mkfs -m /dev/vgxx/lvolx&lt;BR /&gt;Will tell which parameters were used to create the file system. Check if largefiles option was used or not.&lt;BR /&gt;fsadm -o largefiles /dev/vgxx/lvolx will enable it. (If you do not have online JFS, you will have to unmount the file system and then do fsadm -o largefiles on the lvol)&lt;BR /&gt;Update the /etc/fstab file to sustain the reboots.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Tue, 07 Dec 2004 09:48:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/allow-file-system/m-p/3438088#M206847</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-12-07T09:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: allow File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/allow-file-system/m-p/3438089#M206848</link>
      <description>This is handled when you build the filesystem.&lt;BR /&gt;&lt;BR /&gt;newfs -F vxfs -o largefiles /dev/vg02/rfsname&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;fsadm command can convert it.&lt;BR /&gt;&lt;BR /&gt; fsadm -F vxfs -o largefiles /mountpoint_of_fs&lt;BR /&gt;&lt;BR /&gt;use a real logical volume and filesysem name and you are okay.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 07 Dec 2004 09:48:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/allow-file-system/m-p/3438089#M206848</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-12-07T09:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: allow File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/allow-file-system/m-p/3438090#M206849</link>
      <description>CHeck the filesystem:&lt;BR /&gt;&lt;BR /&gt;fsadm /mountpoint&lt;BR /&gt;&lt;BR /&gt;If it returns:&lt;BR /&gt;nolargefiles&lt;BR /&gt;&lt;BR /&gt;Then convert it:&lt;BR /&gt;&lt;BR /&gt;fsadm -o largefile /mountpoint&lt;BR /&gt;&lt;BR /&gt;Also modify /etc/fstab:&lt;BR /&gt;&lt;BR /&gt;/dev/vgXX/lvolXX /mountpoint vxfs rw,suid,largefiles,delaylog,datainlog 0 2&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 07 Dec 2004 09:51:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/allow-file-system/m-p/3438090#M206849</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-12-07T09:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: allow File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/allow-file-system/m-p/3438091#M206850</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I agree with Pete if the failure is during the copy.&lt;BR /&gt;Depending on the command being used the 2GB limit can be in play.&lt;BR /&gt;Try using fbackup to create a file &amp;amp; then ftp to transfer &amp;amp; finally frecover to extract the file.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 07 Dec 2004 09:53:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/allow-file-system/m-p/3438091#M206850</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-12-07T09:53:07Z</dc:date>
    </item>
  </channel>
</rss>

