<?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: Filesystem extension in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension/m-p/4222992#M327641</link>
    <description>Oops!  It looks like you're using VxVM rather than LVM, so you'll need to look into the VxVM equivalent commands.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Thu, 26 Jun 2008 11:15:09 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2008-06-26T11:15:09Z</dc:date>
    <item>
      <title>Filesystem extension</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension/m-p/4222990#M327639</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I noticed some of my filesystems have reached 98%. how do i extend?&lt;BR /&gt;&lt;BR /&gt;find attached bdf output.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Jun 2008 10:59:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension/m-p/4222990#M327639</guid>
      <dc:creator>Musa I. S.</dc:creator>
      <dc:date>2008-06-26T10:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem extension</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension/m-p/4222991#M327640</link>
      <description>&lt;!--!*#--&gt;The EXAMPLES in the lvextend man page offer good guidance:&lt;BR /&gt;&lt;BR /&gt;Increase the size of a file system existing on a logical volume:&lt;BR /&gt;&lt;BR /&gt;           First, increase the size of the logical volume.&lt;BR /&gt;&lt;BR /&gt;                lvextend -L 400 /dev/vg06/lvol3&lt;BR /&gt;&lt;BR /&gt;           Unmount the file system.&lt;BR /&gt;&lt;BR /&gt;                umount /dev/vg06/lvol3&lt;BR /&gt;&lt;BR /&gt;           Extend the file system to occupy the entire (larger) logical volume.&lt;BR /&gt;&lt;BR /&gt;                extendfs /dev/vg06/rlvol3&lt;BR /&gt;&lt;BR /&gt;           Remount the file system.&lt;BR /&gt;&lt;BR /&gt;                mount /dev/vg06/lvol3 /mnt&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 26 Jun 2008 11:11:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension/m-p/4222991#M327640</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2008-06-26T11:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem extension</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension/m-p/4222992#M327641</link>
      <description>Oops!  It looks like you're using VxVM rather than LVM, so you'll need to look into the VxVM equivalent commands.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 26 Jun 2008 11:15:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension/m-p/4222992#M327641</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2008-06-26T11:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem extension</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension/m-p/4222993#M327642</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Just an example.&lt;BR /&gt;&lt;BR /&gt;/dev/vx/dsk/vgoradata1/oradata1&lt;BR /&gt;                  102400000 100349744 1922183   98% /oradata1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# vxresize -F vxfs -g vgoradata1 oradata1 +10g&lt;BR /&gt;will add 10GB to oradata1 filsystem&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Thu, 26 Jun 2008 13:13:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension/m-p/4222993#M327642</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2008-06-26T13:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem extension</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension/m-p/4222994#M327643</link>
      <description>Dear Musa&lt;BR /&gt;Salam &lt;BR /&gt;&lt;BR /&gt;first u have to identify u have online jfs or not &lt;BR /&gt;for that purpose do swlist -l product | grep -i jfs&lt;BR /&gt;if online jfs is in u system&lt;BR /&gt;u can use fsadm command&lt;BR /&gt;&lt;BR /&gt;no need to umount the file system&lt;BR /&gt;if online jfs is not there u have to use extendfs command for extending the file system&lt;BR /&gt;if u have online jfs first u extend the logical volume by using lvextend command&lt;BR /&gt;&lt;BR /&gt;lvextend -L then new size -n logical volume name volume group name&lt;BR /&gt;then &lt;BR /&gt;fsadm -b 10000M(example 10000MB ) /dev/vgo1/lvol9 ok no need to umount the file system(if u have online jfs)&lt;BR /&gt;other wise &lt;BR /&gt;u have to umount the file system and use extend fs(by previous posting see steps)&lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;&lt;BR /&gt;Sajjad Sahir</description>
      <pubDate>Thu, 26 Jun 2008 16:51:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension/m-p/4222994#M327643</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-06-26T16:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem extension</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension/m-p/4222995#M327644</link>
      <description>looks like very much related thread&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1177020" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1177020&lt;/A&gt;</description>
      <pubDate>Thu, 26 Jun 2008 18:15:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension/m-p/4222995#M327644</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-06-26T18:15:09Z</dc:date>
    </item>
  </channel>
</rss>

