<?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: how extende file system in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-extende-file-system/m-p/3287754#M882803</link>
    <description>In addition to the replies above:&lt;BR /&gt;&lt;BR /&gt;SAM will do it  ;-)&lt;BR /&gt;&lt;BR /&gt;But you must know what you want to do.&lt;BR /&gt;&lt;BR /&gt;JP.</description>
    <pubDate>Thu, 27 May 2004 01:38:28 GMT</pubDate>
    <dc:creator>Jeroen Peereboom</dc:creator>
    <dc:date>2004-05-27T01:38:28Z</dc:date>
    <item>
      <title>how extende file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-extende-file-system/m-p/3287749#M882795</link>
      <description>hi,&lt;BR /&gt;how to extend file system logical volum and physical volume?</description>
      <pubDate>Wed, 26 May 2004 12:50:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-extende-file-system/m-p/3287749#M882795</guid>
      <dc:creator>sassou</dc:creator>
      <dc:date>2004-05-26T12:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: how extende file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-extende-file-system/m-p/3287750#M882797</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Use vgextend to increase the size of VG and lvextend / extendfs / fsadm to extend the size of an existing lv.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/5187-2216/5187-2216_top.html&amp;amp;con=/hpux/onlinedocs/5187-2216/00/00/54-con.html&amp;amp;toc=/hpux/onlinedocs/5187-2216/00/00/54-toc.html&amp;amp;searchterms=lvextend&amp;amp;queryid=20040526-115146" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/5187-2216/5187-2216_top.html&amp;amp;con=/hpux/onlinedocs/5187-2216/00/00/54-con.html&amp;amp;toc=/hpux/onlinedocs/5187-2216/00/00/54-toc.html&amp;amp;searchterms=lvextend&amp;amp;queryid=20040526-115146&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 26 May 2004 12:52:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-extende-file-system/m-p/3287750#M882797</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-05-26T12:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: how extende file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-extende-file-system/m-p/3287751#M882800</link>
      <description>** IN A NUTSHELL **&lt;BR /&gt;&lt;BR /&gt;let's assume you are trying to increase /dev/vg01/lvol5 mounted at /oracle from 1.5 GB to 2.0 GB as an example.&lt;BR /&gt;&lt;BR /&gt;if you have the additional 500MB of free space in your vg01 volume group&lt;BR /&gt;&lt;BR /&gt;lvextend -L 2000 /dev/vg01/lvol5&lt;BR /&gt;&lt;BR /&gt;after this, if you have online JFS licensed and installed&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -b 2000M /oracle&lt;BR /&gt;&lt;BR /&gt;if you do not have online JFS on this server&lt;BR /&gt;&lt;BR /&gt;umount /oracle&lt;BR /&gt;extendfs -F vxfs /dev/vg01/lvol5&lt;BR /&gt;mount /oracle&lt;BR /&gt;&lt;BR /&gt;if you do not have any free space on vg01 but a new disk which is not being used by any volume group, lets assume its device files are :&lt;BR /&gt;&lt;BR /&gt;/dev/dsk/c1t4d0&lt;BR /&gt;/dev/rdsk/c1t4d0&lt;BR /&gt;&lt;BR /&gt;then you need to create the physical volume out of this disk first:&lt;BR /&gt;&lt;BR /&gt;pvcreate /dev/rdsk/c1t4d0&lt;BR /&gt;&lt;BR /&gt;then add this disk to your vg01&lt;BR /&gt;&lt;BR /&gt;vgextend vg01 /dev/dsk/c1t4d0&lt;BR /&gt;&lt;BR /&gt;then perform the steps from the top of this instructions.</description>
      <pubDate>Wed, 26 May 2004 14:52:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-extende-file-system/m-p/3287751#M882800</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2004-05-26T14:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: how extende file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-extende-file-system/m-p/3287752#M882801</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;first and foremost, which logical volume are u extending and do u have online filesystem?&lt;BR /&gt;&lt;BR /&gt;there are different approaches depending on which logical volume u are extending.&lt;BR /&gt;&lt;BR /&gt;please reply.&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Wed, 26 May 2004 19:34:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-extende-file-system/m-p/3287752#M882801</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2004-05-26T19:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: how extende file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-extende-file-system/m-p/3287753#M882802</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;If u don't have the enough space in voloume group then u can follow below instruction.&lt;BR /&gt;To extend the physical volume use the following procedure&lt;BR /&gt;&lt;BR /&gt;1)add the disk &lt;BR /&gt;&lt;BR /&gt;2) ioscan -fnC disk &lt;BR /&gt;&lt;BR /&gt;note:identify the new disk path&lt;BR /&gt;&lt;BR /&gt;3)Create the physical volume&lt;BR /&gt;&lt;BR /&gt;pvcreate -f /dev/rdsk/cXtXdX&lt;BR /&gt;4)extend the vg&lt;BR /&gt;vgextend /dev/vgXX /dev/dsk/cXtXdX&lt;BR /&gt;&lt;BR /&gt;To extend the logical volume&lt;BR /&gt;&lt;BR /&gt;1)umount the mount point&lt;BR /&gt;&lt;BR /&gt;#umount /&amp;lt;&lt;MOUNT point=""&gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;2)extend the logical volume&lt;BR /&gt;&lt;BR /&gt;#lvextend -L &amp;lt;&lt;NEW size=""&gt;&amp;gt; /dev/vgXX/lvolX&lt;BR /&gt;&lt;BR /&gt;#extendfs /dev/vgXX/rlvolX&lt;BR /&gt;&lt;BR /&gt;3)mount the file system&lt;BR /&gt;&lt;BR /&gt;#mount &amp;lt;&lt;MOUNT point=""&gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Thanx &amp;amp; Regards,&lt;BR /&gt;Suresh Patoria&lt;/MOUNT&gt;&lt;/NEW&gt;&lt;/MOUNT&gt;</description>
      <pubDate>Thu, 27 May 2004 01:10:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-extende-file-system/m-p/3287753#M882802</guid>
      <dc:creator>Suresh Patoria</dc:creator>
      <dc:date>2004-05-27T01:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: how extende file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-extende-file-system/m-p/3287754#M882803</link>
      <description>In addition to the replies above:&lt;BR /&gt;&lt;BR /&gt;SAM will do it  ;-)&lt;BR /&gt;&lt;BR /&gt;But you must know what you want to do.&lt;BR /&gt;&lt;BR /&gt;JP.</description>
      <pubDate>Thu, 27 May 2004 01:38:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-extende-file-system/m-p/3287754#M882803</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2004-05-27T01:38:28Z</dc:date>
    </item>
  </channel>
</rss>

