<?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: Incorrect filesystem size in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-filesystem-size/m-p/4942008#M617005</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;You can enable the largefiles options on line with&lt;BR /&gt;#fsadm -F vxfs -o largefiles /PMOR/db/ORPMORP/data/dat02&lt;BR /&gt;&lt;BR /&gt;Also you need to update the fstab file also for largefiles.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;HGN</description>
    <pubDate>Mon, 21 Nov 2005 08:51:57 GMT</pubDate>
    <dc:creator>HGN</dc:creator>
    <dc:date>2005-11-21T08:51:57Z</dc:date>
    <item>
      <title>Incorrect filesystem size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-filesystem-size/m-p/4942006#M617003</link>
      <description>I have create a new Volume group- VG72 and some file systems, One of filesystems is /PMOR/db/ORPMORP/data/dat02. &lt;BR /&gt;These are the details:&lt;BR /&gt;/dev/vg72/pmor_data_dat02&lt;BR /&gt;                   18432000   20990 17260329    0% /PMOR/db/ORPMORP/data/dat02&lt;BR /&gt;It is of 18GB.&lt;BR /&gt;&lt;BR /&gt;But I am facing some problems when creating tablespace.&lt;BR /&gt;&lt;BR /&gt;I.e. when I try to create tablespace with 400k it is working, if I try the same with 4000m (4GB) is not working.&lt;BR /&gt;&lt;BR /&gt;Please suggest.&lt;BR /&gt;Vipin&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Nov 2005 08:36:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-filesystem-size/m-p/4942006#M617003</guid>
      <dc:creator>Vipin Singhal</dc:creator>
      <dc:date>2005-11-21T08:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect filesystem size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-filesystem-size/m-p/4942007#M617004</link>
      <description>Hi Vipin:&lt;BR /&gt;&lt;BR /&gt;Did you create the filesystem with 'largefiles' enabled?  Check this with:&lt;BR /&gt;&lt;BR /&gt;# fstyp -v dev/vg72/pmor_data_dat02&lt;BR /&gt;&lt;BR /&gt;Look for the 'f_flag' value.  If it is '16' then you have large file support enabled, otherwise not.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 21 Nov 2005 08:44:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-filesystem-size/m-p/4942007#M617004</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-11-21T08:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect filesystem size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-filesystem-size/m-p/4942008#M617005</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;You can enable the largefiles options on line with&lt;BR /&gt;#fsadm -F vxfs -o largefiles /PMOR/db/ORPMORP/data/dat02&lt;BR /&gt;&lt;BR /&gt;Also you need to update the fstab file also for largefiles.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;HGN</description>
      <pubDate>Mon, 21 Nov 2005 08:51:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-filesystem-size/m-p/4942008#M617005</guid>
      <dc:creator>HGN</dc:creator>
      <dc:date>2005-11-21T08:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect filesystem size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-filesystem-size/m-p/4942009#M617006</link>
      <description>hi&lt;BR /&gt;f_flag value is 0(zero):f_flag: 0,&lt;BR /&gt;how i will change it?&lt;BR /&gt;&lt;BR /&gt;this is the /etc/fstab  file output -&lt;BR /&gt;/dev/vg72/pmor_data_dat02 /PMOR/db/ORPMORP/data/dat02  vxfs rw,suid,delaylog,largefiles 0 2&lt;BR /&gt;&lt;BR /&gt;Please suggest how will i change the f-flag value?&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Nov 2005 08:54:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-filesystem-size/m-p/4942009#M617006</guid>
      <dc:creator>Vipin Singhal</dc:creator>
      <dc:date>2005-11-21T08:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect filesystem size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-filesystem-size/m-p/4942010#M617007</link>
      <description>Hi Vipin:&lt;BR /&gt;&lt;BR /&gt;To enable 'largefiles' (assuming a JFS (vxfs)) filesystem type simply do:&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/fsadm -F vxfs -o largefiles /dev/vg72/rpmor_data_dat02&lt;BR /&gt;&lt;BR /&gt;Note the use of the RAW (device) file.&lt;BR /&gt;&lt;BR /&gt;If you do not have OnlineJFS, unmount first.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Nov 2005 08:59:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-filesystem-size/m-p/4942010#M617007</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-11-21T08:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect filesystem size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-filesystem-size/m-p/4942011#M617008</link>
      <description># /usr/sbin/fsadm -F vxfs -o largefiles /dev/vg72/rpmor_data_dat02&lt;BR /&gt;&lt;BR /&gt;Should I run only this command or anything i need to do?&lt;BR /&gt;&lt;BR /&gt;this is the output of swlist:&lt;BR /&gt;# swlist -l product | grep -i jfs&lt;BR /&gt;  JFS                   B.11.23        The Base VxFS File System&lt;BR /&gt;  OnlineJFS             B.11.23.05     Online features of the VxFS File System&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;this means - does i have "online jfs"?&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Nov 2005 09:19:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-filesystem-size/m-p/4942011#M617008</guid>
      <dc:creator>Vipin Singhal</dc:creator>
      <dc:date>2005-11-21T09:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect filesystem size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-filesystem-size/m-p/4942012#M617009</link>
      <description>Hi (again) Vipin:&lt;BR /&gt;&lt;BR /&gt;Yes, you have OnlineJFS and do not need to unmount.  Run the command as indicated.'&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 21 Nov 2005 09:21:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-filesystem-size/m-p/4942012#M617009</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-11-21T09:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect filesystem size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-filesystem-size/m-p/4942013#M617010</link>
      <description>Hi James &amp;amp; Everybody,&lt;BR /&gt;I have done this:&lt;BR /&gt;# /usr/sbin/fsadm -F vxfs -o largefiles /dev/vg72/rpmor_data_dat02&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I am not able to create still; I am facing the same problem here.&lt;BR /&gt;&lt;BR /&gt;Please suggest</description>
      <pubDate>Mon, 21 Nov 2005 09:40:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-filesystem-size/m-p/4942013#M617010</guid>
      <dc:creator>Vipin Singhal</dc:creator>
      <dc:date>2005-11-21T09:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect filesystem size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-filesystem-size/m-p/4942014#M617011</link>
      <description>f_flag: 0&lt;BR /&gt;is still zero.</description>
      <pubDate>Mon, 21 Nov 2005 11:16:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-filesystem-size/m-p/4942014#M617011</guid>
      <dc:creator>Vipin Singhal</dc:creator>
      <dc:date>2005-11-21T11:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect filesystem size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-filesystem-size/m-p/4942015#M617012</link>
      <description>Please update</description>
      <pubDate>Mon, 21 Nov 2005 11:45:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-filesystem-size/m-p/4942015#M617012</guid>
      <dc:creator>Vipin Singhal</dc:creator>
      <dc:date>2005-11-21T11:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect filesystem size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-filesystem-size/m-p/4942016#M617013</link>
      <description>hi&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;I need to use:&lt;BR /&gt;#fsadm -F vxfs -o largefiles /PMOR/db/ORPMORP/data/dat02&lt;BR /&gt;&lt;BR /&gt;while i was using &lt;BR /&gt;# /usr/sbin/fsadm -F vxfs -o largefiles /dev/vg72/rpmor_data_dat02&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Mon, 21 Nov 2005 12:33:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-filesystem-size/m-p/4942016#M617013</guid>
      <dc:creator>Vipin Singhal</dc:creator>
      <dc:date>2005-11-21T12:33:24Z</dc:date>
    </item>
  </channel>
</rss>

