<?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 filesystem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem/m-p/2813963#M637641</link>
    <description>&lt;BR /&gt;I have increased my LV using lvextend to 1.2TB.&lt;BR /&gt;And it seems as though bdf nor SAM's filesystem section are registering the new size of the LV...SAM(Logical Volume Section) as well as lvdisplay show the correct size.&lt;BR /&gt;&lt;BR /&gt;???? Please advise ????</description>
    <pubDate>Thu, 26 Sep 2002 10:19:04 GMT</pubDate>
    <dc:creator>Mark Huff II</dc:creator>
    <dc:date>2002-09-26T10:19:04Z</dc:date>
    <item>
      <title>filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem/m-p/2813963#M637641</link>
      <description>&lt;BR /&gt;I have increased my LV using lvextend to 1.2TB.&lt;BR /&gt;And it seems as though bdf nor SAM's filesystem section are registering the new size of the LV...SAM(Logical Volume Section) as well as lvdisplay show the correct size.&lt;BR /&gt;&lt;BR /&gt;???? Please advise ????</description>
      <pubDate>Thu, 26 Sep 2002 10:19:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem/m-p/2813963#M637641</guid>
      <dc:creator>Mark Huff II</dc:creator>
      <dc:date>2002-09-26T10:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem/m-p/2813964#M637642</link>
      <description>you also have to extend the filesystem by the extendfs program. use man extendfs.</description>
      <pubDate>Thu, 26 Sep 2002 10:25:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem/m-p/2813964#M637642</guid>
      <dc:creator>Donald Kok</dc:creator>
      <dc:date>2002-09-26T10:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem/m-p/2813965#M637643</link>
      <description>if you haven't online jfs  umount the lvol&lt;BR /&gt;&lt;BR /&gt;# umount /&lt;DIR&gt;&lt;BR /&gt; and extend the file system. lvextend only extends the lvols&lt;BR /&gt;#extendfs /dev/vgxx/lvolyy&lt;BR /&gt;&lt;BR /&gt;if you have online jfs you can do without umount&lt;BR /&gt;&lt;BR /&gt;# fsadm -b &lt;SIZE_IN_KB&gt; /&lt;DIR&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIR&gt;&lt;/SIZE_IN_KB&gt;&lt;/DIR&gt;</description>
      <pubDate>Thu, 26 Sep 2002 10:33:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem/m-p/2813965#M637643</guid>
      <dc:creator>Joaquin Gil de Vergara</dc:creator>
      <dc:date>2002-09-26T10:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem/m-p/2813966#M637644</link>
      <description>&lt;BR /&gt;This is the only LV on the filesystem. Should I still run "extendfs /dev/vg_xp_img_data/lv_xp_imageData"&lt;BR /&gt; even though it is already apart of this filesystem?</description>
      <pubDate>Thu, 26 Sep 2002 10:33:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem/m-p/2813966#M637644</guid>
      <dc:creator>Mark Huff II</dc:creator>
      <dc:date>2002-09-26T10:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem/m-p/2813967#M637645</link>
      <description>You have only extend3d the logical volume on which the filesystem resides. As bdf only shows the filesystem usage, nothing is changed.&lt;BR /&gt;You will have to extend the filesystem too. If you have AdvVxfs this is done with fsadm on the mount point. If you don't hav advVxfs you will have to umount the filesystem and use extendfs.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Trond</description>
      <pubDate>Thu, 26 Sep 2002 10:34:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem/m-p/2813967#M637645</guid>
      <dc:creator>Trond Haugen</dc:creator>
      <dc:date>2002-09-26T10:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem/m-p/2813968#M637646</link>
      <description>if you haven't online jfs  umount the lvol&lt;BR /&gt;&lt;BR /&gt;# umount /&lt;DIR&gt;&lt;BR /&gt; and extend the file system. lvextend only extends the lvols&lt;BR /&gt;#extendfs /dev/vgxx/lvolyy&lt;BR /&gt;&lt;BR /&gt;if you want on line jfs you can do without umount&lt;BR /&gt;&lt;BR /&gt;# fsadm -b &lt;SIZE_IN_KB&gt; /&lt;DIR&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIR&gt;&lt;/SIZE_IN_KB&gt;&lt;/DIR&gt;</description>
      <pubDate>Thu, 26 Sep 2002 10:34:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem/m-p/2813968#M637646</guid>
      <dc:creator>Joaquin Gil de Vergara</dc:creator>
      <dc:date>2002-09-26T10:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem/m-p/2813969#M637647</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You expanded the logical volume but not the filesystem that resides "within".  You need to either do an 'extendfs' or a 'fsadm' to enlarge the filesystem.&lt;BR /&gt;&lt;BR /&gt;If you have Online JFS, use 'fsadm' to increase the filesystem size.  If you do not have Online JFS (or the filesystem is an HFS one) you must unmount it first, and use 'extendfs' to enlarge it.&lt;BR /&gt;&lt;BR /&gt;These actions can be done through SAM or at the command line.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 26 Sep 2002 10:36:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem/m-p/2813969#M637647</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-09-26T10:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem/m-p/2813970#M637648</link>
      <description>Hi Mark,&lt;BR /&gt;You can only have one filesystem on a logical volume. &lt;BR /&gt;Greetzz&lt;BR /&gt;Donald</description>
      <pubDate>Thu, 26 Sep 2002 10:37:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem/m-p/2813970#M637648</guid>
      <dc:creator>Donald Kok</dc:creator>
      <dc:date>2002-09-26T10:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem/m-p/2813971#M637649</link>
      <description>&lt;BR /&gt;Thanks guys!!!&lt;BR /&gt;&lt;BR /&gt;I have always been use to SAM taking care of all these other issues..:)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Sep 2002 10:50:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem/m-p/2813971#M637649</guid>
      <dc:creator>Mark Huff II</dc:creator>
      <dc:date>2002-09-26T10:50:19Z</dc:date>
    </item>
  </channel>
</rss>

