<?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: Check Filesystem; largefiles option in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856585#M94865</link>
    <description>Does anyone have a script that runs fsadm on all filesystems on a server?&lt;BR /&gt;&lt;BR /&gt;I'm guessing this would be one I have to create myself.&lt;BR /&gt;&lt;BR /&gt;Thanks for all the help!&lt;BR /&gt;&lt;BR /&gt;Gus</description>
    <pubDate>Tue, 03 Dec 2002 19:02:47 GMT</pubDate>
    <dc:creator>Gus Mestousis</dc:creator>
    <dc:date>2002-12-03T19:02:47Z</dc:date>
    <item>
      <title>Check Filesystem; largefiles option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856572#M94852</link>
      <description>I want to check the way the filesystems were setup on a client server. Unfortunately I dont have root access, and can't run fsadm. Other than checking the /etc/fstab is there anything I can do to see how filesystems were created. I am mostly interested to see if they were created with the largefiles option.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Tue, 03 Dec 2002 16:43:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856572#M94852</guid>
      <dc:creator>Gus Mestousis</dc:creator>
      <dc:date>2002-12-03T16:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Check Filesystem; largefiles option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856573#M94853</link>
      <description>The only other command that I know of is mkfs&lt;BR /&gt;&lt;BR /&gt;eg&lt;BR /&gt;mkfs -m /dev/vg00/lvol4&lt;BR /&gt;&lt;BR /&gt;However, this also needs root access.&lt;BR /&gt;&lt;BR /&gt;Can you get somone on the client site to run this, and send you the output?</description>
      <pubDate>Tue, 03 Dec 2002 16:47:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856573#M94853</guid>
      <dc:creator>Chris Wilshaw</dc:creator>
      <dc:date>2002-12-03T16:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Check Filesystem; largefiles option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856574#M94854</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Have a look at 'etc/fstab'.  It is likely that filesystems with 'largefiles' enabled will be so declared and conversely.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 03 Dec 2002 16:48:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856574#M94854</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-12-03T16:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Check Filesystem; largefiles option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856575#M94855</link>
      <description>mkfs -m /dev/vg00/rlvol1 will gice you the option with which the filesystem was created , the other was is to copy a big file &amp;gt; 2.0gb and see if the same can be cretead properly .&lt;BR /&gt;&lt;BR /&gt;fsadm will fix the issue also be sure to edit the mount option in /etc/fstab wiht largefiles so that the filesystem is mounted proerply .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Tue, 03 Dec 2002 16:49:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856575#M94855</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-12-03T16:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Check Filesystem; largefiles option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856576#M94856</link>
      <description>mkfs also needs root access. &lt;BR /&gt;I am looking for a method to check the filesystem options as a non-root user.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;gus@foster /etc $./mkfs -m /dev/vg01/lvol1&lt;BR /&gt;vxfs mkfs: Cannot open /dev/vg01/lvol1: Permission denied</description>
      <pubDate>Tue, 03 Dec 2002 17:04:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856576#M94856</guid>
      <dc:creator>Gus Mestousis</dc:creator>
      <dc:date>2002-12-03T17:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Check Filesystem; largefiles option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856577#M94857</link>
      <description>I looked in /etc/fstab ... no luck there either.&lt;BR /&gt;&lt;BR /&gt;Gus</description>
      <pubDate>Tue, 03 Dec 2002 17:06:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856577#M94857</guid>
      <dc:creator>Gus Mestousis</dc:creator>
      <dc:date>2002-12-03T17:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Check Filesystem; largefiles option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856578#M94858</link>
      <description>Gus,&lt;BR /&gt;&lt;BR /&gt;I'm kind of echoing JRF here, but if you don't see anything about largefiles in fstab, then it's unlikely that large files are allowed.  If they were, you should see that as one of the options.&lt;BR /&gt;&lt;BR /&gt;I know it's not definitive, but, without root access, a guess is probably as good as you're going to get.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 03 Dec 2002 17:09:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856578#M94858</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-12-03T17:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Check Filesystem; largefiles option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856579#M94859</link>
      <description>You can run /sbin/mount -p as a regular user to display the mount options of all mounted filesystems.&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Dec 2002 17:11:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856579#M94859</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-12-03T17:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Check Filesystem; largefiles option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856580#M94860</link>
      <description>Clay,&lt;BR /&gt;&lt;BR /&gt;You're making me nervous - my system isn't showing the options that I would expect see:&lt;BR /&gt;&lt;BR /&gt;root# grep '/dev/vg01/lvol7' /etc/fstab&lt;BR /&gt;/dev/vg01/lvol7 /apps vxfs rw,suid,largefiles,delaylog,datainlog 0 2&lt;BR /&gt;root# mount -p |grep '/dev/vg01/lvol7'&lt;BR /&gt;/dev/vg01/lvol7                       /apps&lt;BR /&gt;       vxfs  delaylog                       0 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Have I got something wrong here?&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 03 Dec 2002 17:23:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856580#M94860</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-12-03T17:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Check Filesystem; largefiles option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856581#M94861</link>
      <description>I think I am more interested in seeing if the FS was created with the largefiles option enbaled.&lt;BR /&gt;The fstab only display mount options, and not necessarily all of them. On my servers all the FS were created using largefiles, but /etc/fstab doesn't state so.&lt;BR /&gt;&lt;BR /&gt;Gus&lt;BR /&gt;&lt;BR /&gt;Any util other than mkfs adn fsadm that can give fs stats?</description>
      <pubDate>Tue, 03 Dec 2002 17:29:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856581#M94861</guid>
      <dc:creator>Gus Mestousis</dc:creator>
      <dc:date>2002-12-03T17:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Check Filesystem; largefiles option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856582#M94862</link>
      <description>Be advised that for 11i(11.11) it is no longer necessary to specify largefiles in /etc/fstab  You just do it with the newfs command and you are done.  largefiles directive won't work on the new OS.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 03 Dec 2002 17:37:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856582#M94862</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2002-12-03T17:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Check Filesystem; largefiles option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856583#M94863</link>
      <description>Gus,&lt;BR /&gt;&lt;BR /&gt;Ok, this is kind of far-fetched (and requires root access to initially set up), but you could try using restricted SAM (sam -r) to give a regular user access to the disks and filesystems area.  Under FileSystems &amp;gt; Actions &amp;gt; View More Info, it will tell you whether largefiles are allowed.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 03 Dec 2002 17:37:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856583#M94863</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-12-03T17:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Check Filesystem; largefiles option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856584#M94864</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;Admittedly, the problem with 'etc/fstab' or running 'mount -p' is that if no 'largefiles/nolargefiles' option is specified, then the state of the filesystem itself determines the mount characteristic.&lt;BR /&gt;&lt;BR /&gt;Hence, the absence of a definitive 'largefiles' or 'nolargefiles' expression is negative evidence for you.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 03 Dec 2002 17:47:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856584#M94864</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-12-03T17:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Check Filesystem; largefiles option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856585#M94865</link>
      <description>Does anyone have a script that runs fsadm on all filesystems on a server?&lt;BR /&gt;&lt;BR /&gt;I'm guessing this would be one I have to create myself.&lt;BR /&gt;&lt;BR /&gt;Thanks for all the help!&lt;BR /&gt;&lt;BR /&gt;Gus</description>
      <pubDate>Tue, 03 Dec 2002 19:02:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856585#M94865</guid>
      <dc:creator>Gus Mestousis</dc:creator>
      <dc:date>2002-12-03T19:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Check Filesystem; largefiles option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856586#M94866</link>
      <description>As Steve Protter pointed out, if the server is running hp-ux11i, there is no need to put largefiles options in /etc/fstab file, only newfs/mkfs with largefiles option will suffice.&lt;BR /&gt;&lt;BR /&gt;So JRF's way of finding it thru' fstab will not work if server is 11i. And I found out that even 'mount -p' will not tell if largefiles option is set/effective or not.&lt;BR /&gt;&lt;BR /&gt;Gus,&lt;BR /&gt;&lt;BR /&gt;Since someone 'should' have root access to that box, you can ask him/her to run the fsadm command for you. Or ask for sudo access.&lt;BR /&gt;&lt;BR /&gt;Interesting thread!&lt;BR /&gt;...Manjeet&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Dec 2002 19:06:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856586#M94866</guid>
      <dc:creator>Kellogg Unix Team</dc:creator>
      <dc:date>2002-12-03T19:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: Check Filesystem; largefiles option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856587#M94867</link>
      <description>Everyone .... Thanks for the help, and the good pointers.&lt;BR /&gt;Seems that the same goes for 11.0, cause the /etc/fstab doesnt state the options there either ( at least not always)&lt;BR /&gt;&lt;BR /&gt;Guess I have to start emailing peopel to get someone there to do it. I'll have to get a scipt to email them that will list all the filesystems from the /etc/fstab and then run fsadm on them based on hfs or vxfs.&lt;BR /&gt;&lt;BR /&gt;Thanks again for all your help.</description>
      <pubDate>Tue, 03 Dec 2002 19:10:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856587#M94867</guid>
      <dc:creator>Gus Mestousis</dc:creator>
      <dc:date>2002-12-03T19:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Check Filesystem; largefiles option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856588#M94868</link>
      <description>Gus,&lt;BR /&gt;&lt;BR /&gt;How about this:&lt;BR /&gt;&lt;BR /&gt;for fs in `cat /etc/fstab |awk '{ print $1 }'`&lt;BR /&gt;do&lt;BR /&gt;fsadm $fs&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 03 Dec 2002 19:12:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856588#M94868</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-12-03T19:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Check Filesystem; largefiles option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856589#M94869</link>
      <description>Also Gus as a user you can run fasdm , or fstyp , mkfs command but it has to be run on the /dev/vg00/rlvolxx which shoudl ideally had read permisions for the root , so back to square one , the onyl was I think is the user if he can acess teh filesystem is to create a largefile &amp;gt; 2.0 GB and check wheter it can be created or not in absence of permissions to run either of the commands.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Tue, 03 Dec 2002 19:16:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856589#M94869</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-12-03T19:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Check Filesystem; largefiles option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856590#M94870</link>
      <description>Gus,&lt;BR /&gt;&lt;BR /&gt;"Minor" correction to my script suggestion:&lt;BR /&gt;&lt;BR /&gt;for fs in `cat /etc/fstab |awk '{ print $1 }'|sed 's|lvol|rlvol|g' ` &lt;BR /&gt;                                                     do &lt;BR /&gt;                                                     fsadm $fs &lt;BR /&gt;                                                     done &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 03 Dec 2002 19:30:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-filesystem-largefiles-option/m-p/2856590#M94870</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-12-03T19:30:20Z</dc:date>
    </item>
  </channel>
</rss>

