<?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 file system increasing .,,, in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing/m-p/5156587#M455591</link>
    <description>Dear friends,&lt;BR /&gt;&lt;BR /&gt; I am tring to increase one of the file system throught SAM . via sam i can icreased the lvsize  after that mount the file system i getting same before.&lt;BR /&gt;&lt;BR /&gt;I have before 30 GB increased up to 110 gb .&lt;BR /&gt;&lt;BR /&gt;tell any one what was the problem.&lt;BR /&gt;regards&lt;BR /&gt;kanna</description>
    <pubDate>Thu, 12 Feb 2009 10:58:07 GMT</pubDate>
    <dc:creator>Kannandgl_1</dc:creator>
    <dc:date>2009-02-12T10:58:07Z</dc:date>
    <item>
      <title>file system increasing .,,,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing/m-p/5156587#M455591</link>
      <description>Dear friends,&lt;BR /&gt;&lt;BR /&gt; I am tring to increase one of the file system throught SAM . via sam i can icreased the lvsize  after that mount the file system i getting same before.&lt;BR /&gt;&lt;BR /&gt;I have before 30 GB increased up to 110 gb .&lt;BR /&gt;&lt;BR /&gt;tell any one what was the problem.&lt;BR /&gt;regards&lt;BR /&gt;kanna</description>
      <pubDate>Thu, 12 Feb 2009 10:58:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing/m-p/5156587#M455591</guid>
      <dc:creator>Kannandgl_1</dc:creator>
      <dc:date>2009-02-12T10:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: file system increasing .,,,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing/m-p/5156588#M455592</link>
      <description>after increasing LVM you have to increase the file system.&lt;BR /&gt;&lt;BR /&gt;to increase file system online you need online JFS software and license. check OnlineJFS license enablement&lt;BR /&gt;&lt;BR /&gt;#vxlicense -p&lt;BR /&gt;&lt;BR /&gt;or you can increase file system offline using extendfs.</description>
      <pubDate>Thu, 12 Feb 2009 11:03:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing/m-p/5156588#M455592</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2009-02-12T11:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: file system increasing .,,,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing/m-p/5156589#M455593</link>
      <description>Hi Kannan,&lt;BR /&gt;&lt;BR /&gt;After increased the lvsize you need to increase the filesystem. You can do it through command line as well.&lt;BR /&gt;&lt;BR /&gt;But note that you should have online JFS if you want to extend the filesystem online. Otherwise you need to unmount the filesystem and extend it.&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Feb 2009 11:04:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing/m-p/5156589#M455593</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-02-12T11:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: file system increasing .,,,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing/m-p/5156590#M455594</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can check if you have online JFS product by using the below command.&lt;BR /&gt;&lt;BR /&gt;#swlist -l product |grep -i online&lt;BR /&gt;OnlineJFS             B.11.11.04     Online features of the VxFS File System&lt;BR /&gt;&lt;BR /&gt;If you have onlineJFS use the below command to extend the filesystem&lt;BR /&gt;&lt;BR /&gt;#fsadm -F vxfs -b &lt;NEWSIZE in="" mb=""&gt; &lt;MOUNT point=""&gt;&lt;BR /&gt;&lt;BR /&gt;#fsadm -F vxfs -b 5000M /var&lt;BR /&gt;&lt;BR /&gt;&lt;/MOUNT&gt;&lt;/NEWSIZE&gt;</description>
      <pubDate>Thu, 12 Feb 2009 11:07:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing/m-p/5156590#M455594</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-02-12T11:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: file system increasing .,,,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing/m-p/5156591#M455595</link>
      <description>If no online JFS&lt;BR /&gt;&lt;BR /&gt;# swlist | grep -i Online&lt;BR /&gt;&lt;BR /&gt;Then &lt;BR /&gt;&lt;BR /&gt;# umount &lt;MOUNTPOINT&gt;&lt;BR /&gt;# extendfs -F vxfs /dev/&lt;VGNAME&gt;/r&lt;LVNAME&gt;&lt;BR /&gt;&lt;/LVNAME&gt;&lt;/VGNAME&gt;&lt;/MOUNTPOINT&gt;</description>
      <pubDate>Thu, 12 Feb 2009 11:08:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing/m-p/5156591#M455595</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-02-12T11:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: file system increasing .,,,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing/m-p/5156592#M455596</link>
      <description>&lt;!--!*#--&gt;Dear Friends,&lt;BR /&gt;&lt;BR /&gt;Thanks lot of your support..&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Kanna</description>
      <pubDate>Tue, 05 Jan 2010 06:10:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing/m-p/5156592#M455596</guid>
      <dc:creator>Kannandgl_1</dc:creator>
      <dc:date>2010-01-05T06:10:07Z</dc:date>
    </item>
  </channel>
</rss>

