<?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 extending filesystem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-filesystem/m-p/4250484#M331464</link>
    <description>Please view attached doc. I want to add the space of oradata3 to oradata2?</description>
    <pubDate>Tue, 12 Aug 2008 10:54:56 GMT</pubDate>
    <dc:creator>Musa I. S.</dc:creator>
    <dc:date>2008-08-12T10:54:56Z</dc:date>
    <item>
      <title>extending filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-filesystem/m-p/4250484#M331464</link>
      <description>Please view attached doc. I want to add the space of oradata3 to oradata2?</description>
      <pubDate>Tue, 12 Aug 2008 10:54:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-filesystem/m-p/4250484#M331464</guid>
      <dc:creator>Musa I. S.</dc:creator>
      <dc:date>2008-08-12T10:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: extending filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-filesystem/m-p/4250485#M331465</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Please post output to the following command:&lt;BR /&gt;&lt;BR /&gt;/sbin/vgdisplay /dev/vx/dsk/vgoradata2/oradata2&lt;BR /&gt;&lt;BR /&gt;There might be some space you haven't utilized.</description>
      <pubDate>Tue, 12 Aug 2008 11:13:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-filesystem/m-p/4250485#M331465</guid>
      <dc:creator>candlejack</dc:creator>
      <dc:date>2008-08-12T11:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: extending filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-filesystem/m-p/4250486#M331466</link>
      <description>Musa I. S. &amp;gt; /dev/vx/dsk/vgoradata3/oradata3&lt;BR /&gt;&lt;BR /&gt;This looks like VxVM to me. Yet the disk group starts with "vg". &lt;BR /&gt;&lt;BR /&gt;There is very little data in oradata3, if you can move it, (you have to involve the DBA) you can then umount oradata3 and delete the volume and extend the oradata2 volume. &lt;BR /&gt;&lt;BR /&gt;On another thought you could move some of the oracle datafiles (DBA work) from oradata2 to oradata3.</description>
      <pubDate>Tue, 12 Aug 2008 11:38:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-filesystem/m-p/4250486#M331466</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2008-08-12T11:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: extending filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-filesystem/m-p/4250487#M331467</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;This looks like vxvm. If so, please ignore.&lt;BR /&gt;&lt;BR /&gt;But if its lvm&lt;BR /&gt;&lt;BR /&gt;lvextend -L &lt;SIZE in="" mb=""&gt; &lt;LOGICAL volume="" name=""&gt; &lt;TARGET disk=""&gt;&lt;BR /&gt;&lt;BR /&gt;umount the filesystem&lt;BR /&gt;&lt;BR /&gt;extendfs&lt;BR /&gt;&lt;BR /&gt;If you have Online JFS you can use fsadm to skip the last two steps above.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/TARGET&gt;&lt;/LOGICAL&gt;&lt;/SIZE&gt;</description>
      <pubDate>Tue, 12 Aug 2008 11:46:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-filesystem/m-p/4250487#M331467</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-08-12T11:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: extending filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-filesystem/m-p/4250488#M331468</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Please use Online JFS if you have this product. If not then do a lvextend and umount the file system and the do extenfs. This works only for LVM structure.&lt;BR /&gt;&lt;BR /&gt;sp,</description>
      <pubDate>Tue, 12 Aug 2008 12:03:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-filesystem/m-p/4250488#M331468</guid>
      <dc:creator>Sp4admin</dc:creator>
      <dc:date>2008-08-12T12:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: extending filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-filesystem/m-p/4250489#M331469</link>
      <description>musa&lt;BR /&gt;&lt;BR /&gt;if u want to extend a file system first u have to extend a  logical volume&lt;BR /&gt;if u have space in volume group&lt;BR /&gt;u can extend logical volume&lt;BR /&gt;otherwise first u have to extend volume group by adding new disk&lt;BR /&gt;consider u have space in volume group&lt;BR /&gt;then &lt;BR /&gt;extend logical volum&lt;BR /&gt;extend file system&lt;BR /&gt;if u don't have online jfs&lt;BR /&gt;u have umount the file system&lt;BR /&gt;then extend it&lt;BR /&gt;if u have online jfs &lt;BR /&gt;no need to umount&lt;BR /&gt;u can use fsadm command for extending&lt;BR /&gt;otherwise(no online jfs)&lt;BR /&gt;use extendfs command for extending&lt;BR /&gt;syntax is mentioned above threads.&lt;BR /&gt;&lt;BR /&gt;thanks &lt;BR /&gt;Sajjad</description>
      <pubDate>Tue, 12 Aug 2008 16:51:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-filesystem/m-p/4250489#M331469</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-08-12T16:51:24Z</dc:date>
    </item>
  </channel>
</rss>

