<?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: fsadm and SAM in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-and-sam/m-p/2961474#M633151</link>
    <description>Hopefully by now you have already got your answer.  Otherwise you are missing the "r" for the raw device in the lv_path. Your command should look like this:&lt;BR /&gt;&lt;BR /&gt;fsadm -Fvxfs -o largefiles /dev/vg05/rlvol1&lt;BR /&gt;&lt;BR /&gt;I know, fsadm should really tell you that the device is a block device instead of some criptic "root inode" error.&lt;BR /&gt;&lt;BR /&gt;To verify your change, use the command:&lt;BR /&gt;&lt;BR /&gt;fsadm -Fvxfs /dev/vg05/rlvol1&lt;BR /&gt;&lt;BR /&gt;you should see "largefiles".&lt;BR /&gt;&lt;BR /&gt;Remember to change your /etc/fstab and include "largefiles" on the line for this filesystem.&lt;BR /&gt;&lt;BR /&gt;Jeff</description>
    <pubDate>Mon, 14 Jul 2003 14:23:56 GMT</pubDate>
    <dc:creator>Jeff Carlin</dc:creator>
    <dc:date>2003-07-14T14:23:56Z</dc:date>
    <item>
      <title>fsadm and SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-and-sam/m-p/2961467#M633144</link>
      <description>hi hope someone can help me on this. heres my situation.&lt;BR /&gt;&lt;BR /&gt;i have a file system "/u05"&lt;BR /&gt;on vxfs. I wanted to convert it to handle large files so&lt;BR /&gt;i did a umount /u05 and fsadm -F vxfs -o largefiles /dev/vg05/lvol1&lt;BR /&gt;&lt;BR /&gt;i get this error "vxfs fsadm: /dev/xpvg10/lvol1 is not the root inode of a vxfs file sytem"&lt;BR /&gt;&lt;BR /&gt;then i tried using SAM to convert /u05 to largefiles..&lt;BR /&gt;SAM-&amp;gt; disks n filesystems -&amp;gt; filesystems -&amp;gt; action -&amp;gt; modify - allow large files and it worked! i was wondering what specific command SAM used to make the conversion possible.&lt;BR /&gt;&lt;BR /&gt;thanks in advance</description>
      <pubDate>Tue, 29 Apr 2003 08:43:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-and-sam/m-p/2961467#M633144</guid>
      <dc:creator>Alec B. Toting</dc:creator>
      <dc:date>2003-04-29T08:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm and SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-and-sam/m-p/2961468#M633145</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You don't have to umount the file system.&lt;BR /&gt;You should just do:&lt;BR /&gt;&lt;BR /&gt;fsadm -Fvxfs -o largefiles /u05&lt;BR /&gt;&lt;BR /&gt;good luck</description>
      <pubDate>Tue, 29 Apr 2003 08:49:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-and-sam/m-p/2961468#M633145</guid>
      <dc:creator>Giada Bonfà</dc:creator>
      <dc:date>2003-04-29T08:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm and SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-and-sam/m-p/2961469#M633146</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;the error and the command mention a different vg. was this a typo?&lt;BR /&gt;Donald</description>
      <pubDate>Tue, 29 Apr 2003 08:51:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-and-sam/m-p/2961469#M633146</guid>
      <dc:creator>Donald Kok</dc:creator>
      <dc:date>2003-04-29T08:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm and SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-and-sam/m-p/2961470#M633147</link>
      <description>Mmm,&lt;BR /&gt;To see what sam did, check /var/sam/log/samlog&lt;BR /&gt;&lt;BR /&gt;Hope you'll find it,&lt;BR /&gt;Tom</description>
      <pubDate>Tue, 29 Apr 2003 08:53:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-and-sam/m-p/2961470#M633147</guid>
      <dc:creator>Tom Geudens</dc:creator>
      <dc:date>2003-04-29T08:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm and SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-and-sam/m-p/2961471#M633148</link>
      <description>Hi,&lt;BR /&gt;I think I once got the same error and tried specifying the raw device insted: in your case it would have been  /dev/vg05/rlvol1,&lt;BR /&gt;but you can check what sam did by looking in:/var/sam/log/samlog&lt;BR /&gt;&lt;BR /&gt;However, when you have converted a filesystem  to "largefiles" then check that your mount options for the filesystem are ok in /etc/fstab; it should say "largefiles" instead of "nolargefiles" for the file system in question, else it cannot be mounted again, e.g. when you boot.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;John K.&lt;BR /&gt;&lt;BR /&gt;inst</description>
      <pubDate>Tue, 29 Apr 2003 08:55:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-and-sam/m-p/2961471#M633148</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2003-04-29T08:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm and SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-and-sam/m-p/2961472#M633149</link>
      <description>The nolargefiles option in the /etc/fstab is over-riding.&lt;BR /&gt;&lt;BR /&gt;Please change that to largefiles&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 29 Apr 2003 08:59:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-and-sam/m-p/2961472#M633149</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-04-29T08:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm and SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-and-sam/m-p/2961473#M633150</link>
      <description>when you are changing to largefiles, i think you have to umount, unless installing ONline JFS.&lt;BR /&gt;&lt;BR /&gt;check inode use rate&lt;BR /&gt;&lt;BR /&gt;# glance -t&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;# bdf -i&lt;BR /&gt;&lt;BR /&gt;if you use more than 100% inode, change kernel parameter :inode</description>
      <pubDate>Fri, 02 May 2003 01:34:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-and-sam/m-p/2961473#M633150</guid>
      <dc:creator>KO kwang tae</dc:creator>
      <dc:date>2003-05-02T01:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm and SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-and-sam/m-p/2961474#M633151</link>
      <description>Hopefully by now you have already got your answer.  Otherwise you are missing the "r" for the raw device in the lv_path. Your command should look like this:&lt;BR /&gt;&lt;BR /&gt;fsadm -Fvxfs -o largefiles /dev/vg05/rlvol1&lt;BR /&gt;&lt;BR /&gt;I know, fsadm should really tell you that the device is a block device instead of some criptic "root inode" error.&lt;BR /&gt;&lt;BR /&gt;To verify your change, use the command:&lt;BR /&gt;&lt;BR /&gt;fsadm -Fvxfs /dev/vg05/rlvol1&lt;BR /&gt;&lt;BR /&gt;you should see "largefiles".&lt;BR /&gt;&lt;BR /&gt;Remember to change your /etc/fstab and include "largefiles" on the line for this filesystem.&lt;BR /&gt;&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 14 Jul 2003 14:23:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-and-sam/m-p/2961474#M633151</guid>
      <dc:creator>Jeff Carlin</dc:creator>
      <dc:date>2003-07-14T14:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm and SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-and-sam/m-p/2961475#M633152</link>
      <description>Changing the largefiles flag may require changes to /etc/fstab.  For&lt;BR /&gt;      example, if fsadm is used to set the largefiles flag, but nolargefiles&lt;BR /&gt;      is specified as a mount option in /etc/fstab, the files system is not&lt;BR /&gt;      mountable.</description>
      <pubDate>Mon, 14 Jul 2003 15:08:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-and-sam/m-p/2961475#M633152</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2003-07-14T15:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm and SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-and-sam/m-p/2961476#M633153</link>
      <description>HI,&lt;BR /&gt;&lt;BR /&gt;You sure about the Volume Group beacuse you mention vg05&lt;BR /&gt;&lt;BR /&gt;By default root logical volume lvol1 lies in /dev/vg00&lt;BR /&gt;&lt;BR /&gt;pls check this then try the fsadm command&lt;BR /&gt;&lt;BR /&gt;can you put the bdf output pls</description>
      <pubDate>Tue, 15 Jul 2003 08:36:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-and-sam/m-p/2961476#M633153</guid>
      <dc:creator>Suresh Patoria</dc:creator>
      <dc:date>2003-07-15T08:36:38Z</dc:date>
    </item>
  </channel>
</rss>

