<?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 fsadm in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm/m-p/2485264#M799249</link>
    <description>I am able to extend the vol, with lvextend. But when I use fsadm it tells me that -b is an illegal option.&lt;BR /&gt;fsadm -F hfs -b 100000 /dev/vg00/lvol4&lt;BR /&gt;is the command I used.&lt;BR /&gt;I'm not sure if I have Online JFS, but I executed the 'swlist | grep -i online' command succesfully (ie. nothing happend no errors). But I can't expand the filesystem.&lt;BR /&gt;I tried expandfs -F hfs /dev/vg00/lvol4&lt;BR /&gt;I get a 'character special file required'.&lt;BR /&gt;&lt;BR /&gt;Andy&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 22 Jan 2001 21:02:31 GMT</pubDate>
    <dc:creator>Andy Sevastian</dc:creator>
    <dc:date>2001-01-22T21:02:31Z</dc:date>
    <item>
      <title>fsadm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm/m-p/2485264#M799249</link>
      <description>I am able to extend the vol, with lvextend. But when I use fsadm it tells me that -b is an illegal option.&lt;BR /&gt;fsadm -F hfs -b 100000 /dev/vg00/lvol4&lt;BR /&gt;is the command I used.&lt;BR /&gt;I'm not sure if I have Online JFS, but I executed the 'swlist | grep -i online' command succesfully (ie. nothing happend no errors). But I can't expand the filesystem.&lt;BR /&gt;I tried expandfs -F hfs /dev/vg00/lvol4&lt;BR /&gt;I get a 'character special file required'.&lt;BR /&gt;&lt;BR /&gt;Andy&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Jan 2001 21:02:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm/m-p/2485264#M799249</guid>
      <dc:creator>Andy Sevastian</dc:creator>
      <dc:date>2001-01-22T21:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm/m-p/2485265#M799250</link>
      <description>Do the swlist -l bundle to see if Online-JFS is installed. If not, the extendfs is the option you would use. The character device name being referred to is /dev/vgXX/rlvolYY. Notice the 'r' character.&lt;BR /&gt;&lt;BR /&gt;Also, if you have hfs file systems, online-JFS will not help you. Need to be vxfs filesystems.</description>
      <pubDate>Mon, 22 Jan 2001 21:17:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm/m-p/2485265#M799250</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2001-01-22T21:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm/m-p/2485266#M799251</link>
      <description>Hi Andy:&lt;BR /&gt;&lt;BR /&gt;Use 'extendfs' with HFS filesystems to increase their size after doing 'lvextend'.  'extendfs' expects the raw or character device, as:&lt;BR /&gt;&lt;BR /&gt;# extendfs /dev/vgXX/rlvolX&lt;BR /&gt;&lt;BR /&gt;Use 'fsadm' with Journaled filesystems (vxfs).&lt;BR /&gt;&lt;BR /&gt;You can look in your /etc/fstab to see the type of filesytem (HFS, vxfs) you have or do:&lt;BR /&gt;&lt;BR /&gt;# fstyp /dev/vgXX/lvolX&lt;BR /&gt;&lt;BR /&gt;A very good guide to dealing with common filesystem tasks is the System Administration Tasks manual:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B2355-90672/B2355-90672.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B2355-90672/B2355-90672.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 22 Jan 2001 21:18:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm/m-p/2485266#M799251</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-01-22T21:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm/m-p/2485267#M799252</link>
      <description>It appears that you do not have online JFS installes.  If you had, then the swlist command would have returned the details of the installed version.  You will have to umount the filesystem.</description>
      <pubDate>Mon, 22 Jan 2001 21:30:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm/m-p/2485267#M799252</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2001-01-22T21:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm/m-p/2485268#M799253</link>
      <description>Andy,&lt;BR /&gt;If you had Online JFS, when you entered the swlist | grep -i online   &lt;BR /&gt;it would have reported back the listing showing this is installed.  Since you don't have Online JFS you have extend the logical volume and the file system the standard method.&lt;BR /&gt;lvextend as you already did....then with the file system umounted type:&lt;BR /&gt;&lt;BR /&gt;extendfs /dev/vgxx/rlvolxx    &lt;BR /&gt;   Be sure to key that r before your log_vol.&lt;BR /&gt;From the looks of this it is on vg00/lvol4, you may have to reboot into single user to run your extendfs (unless lvol4 is /home or maybe /opt - you can't umount the others on a running system without headaches.&lt;BR /&gt;The thread James posted to hp.docs is something you should review...&lt;BR /&gt;/rcw</description>
      <pubDate>Tue, 23 Jan 2001 01:15:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm/m-p/2485268#M799253</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2001-01-23T01:15:34Z</dc:date>
    </item>
  </channel>
</rss>

