<?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: Extend Logical volume in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-logical-volume/m-p/3392066#M199355</link>
    <description>It appears you also have NFS mounted file systems under /u01/app/ps, so these would also have to first be unmounted prior to extending &lt;BR /&gt;/dev/vg01/u01n, but this still should not affect the other lvols in the vg</description>
    <pubDate>Sat, 02 Oct 2004 12:44:07 GMT</pubDate>
    <dc:creator>melvyn burnard</dc:creator>
    <dc:date>2004-10-02T12:44:07Z</dc:date>
    <item>
      <title>Extend Logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-logical-volume/m-p/3392061#M199350</link>
      <description>Hey all,&lt;BR /&gt;&lt;BR /&gt;Getting ready to extend my oracle app area. Just want to make sure I've got it together.&lt;BR /&gt;Running 11.0 no online JFS.&lt;BR /&gt;&lt;BR /&gt;My app area is&lt;BR /&gt;/dev/vg01/u01n 12582912 8041500 4420950 65% /u01&lt;BR /&gt;&lt;BR /&gt;under /u01 I have 'app'. this is where the oracle app is installed.&lt;BR /&gt;&lt;BR /&gt;I also have &lt;BR /&gt;/dev/vg01/u08n (oracle Database area)&lt;BR /&gt;and&lt;BR /&gt;/dev/vg01/bportal &lt;BR /&gt;&lt;BR /&gt;So, I have other filesystems under vg01 that I dont want to mess up.&lt;BR /&gt;&lt;BR /&gt;I need to extend /dev/vg01/u01n (the app area)&lt;BR /&gt;on to /dev/dsk/c4t0d1 and /dev/dsk/c4t0d2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Will I mess up the other logical volumes in vg01?&lt;BR /&gt;&lt;BR /&gt;What commands should I use?</description>
      <pubDate>Sat, 02 Oct 2004 11:49:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-logical-volume/m-p/3392061#M199350</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2004-10-02T11:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Extend Logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-logical-volume/m-p/3392062#M199351</link>
      <description>Robert,&lt;BR /&gt;&lt;BR /&gt;Could you post a bdf output ?&lt;BR /&gt;&lt;BR /&gt;RJ</description>
      <pubDate>Sat, 02 Oct 2004 12:24:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-logical-volume/m-p/3392062#M199351</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-10-02T12:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Extend Logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-logical-volume/m-p/3392063#M199352</link>
      <description>provided you have the required free space on those disks, then this should not affect the other logical volumes at all.&lt;BR /&gt;remember to unmount the relevant file system prior to doing the extendfs on it.&lt;BR /&gt;</description>
      <pubDate>Sat, 02 Oct 2004 12:29:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-logical-volume/m-p/3392063#M199352</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2004-10-02T12:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Extend Logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-logical-volume/m-p/3392064#M199353</link>
      <description>bdf attached</description>
      <pubDate>Sat, 02 Oct 2004 12:34:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-logical-volume/m-p/3392064#M199353</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2004-10-02T12:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Extend Logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-logical-volume/m-p/3392065#M199354</link>
      <description>Here is what I did last week, should be about the same for you.&lt;BR /&gt;&lt;BR /&gt;/dev/vg01/lvol1 /app&lt;BR /&gt;/dev/vg01/lvol2 /app/oracle&lt;BR /&gt;/dev/vg01/lvol3 /app/oracle/admin&lt;BR /&gt;&lt;BR /&gt;needed to exetend /app. &lt;BR /&gt;stop the application&lt;BR /&gt;sto the oracle database&lt;BR /&gt;&lt;BR /&gt;# umount /app/oracle/admin&lt;BR /&gt;# umount /app/oracle&lt;BR /&gt;# umount /app&lt;BR /&gt;&lt;BR /&gt;# lvextend -L XXXX /dev/vg01/lvol1&lt;BR /&gt;# extendfs -F vxfs /dev/vg01/rlovl1&lt;BR /&gt;change the XXXX to the disered total size&lt;BR /&gt;&lt;BR /&gt;# mount -a&lt;BR /&gt;# bdf&lt;BR /&gt;&lt;BR /&gt;Just read your bdf output, umount the nfs mounts before you umount the /u01&lt;BR /&gt;/u01/app/ps/hrprd/pgp&lt;BR /&gt;/u01/app/ps/hr701/intrface/timetrx&lt;BR /&gt;/u01/app/ps/hr701/intrface/tax&lt;BR /&gt;/u01/app/ps/hr701/hrintfc&lt;BR /&gt;/u01/app/ps/hrprd/hrintfc&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Sat, 02 Oct 2004 12:43:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-logical-volume/m-p/3392065#M199354</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-10-02T12:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Extend Logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-logical-volume/m-p/3392066#M199355</link>
      <description>It appears you also have NFS mounted file systems under /u01/app/ps, so these would also have to first be unmounted prior to extending &lt;BR /&gt;/dev/vg01/u01n, but this still should not affect the other lvols in the vg</description>
      <pubDate>Sat, 02 Oct 2004 12:44:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-logical-volume/m-p/3392066#M199355</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2004-10-02T12:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Extend Logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-logical-volume/m-p/3392067#M199356</link>
      <description>Dear Robert&lt;BR /&gt;you can do this using sam go to&lt;BR /&gt;&lt;BR /&gt; Disks and File Systems =&amp;gt; Logical Volumes &lt;BR /&gt;&lt;BR /&gt;and then choose the file sytem you want to extend and shadown it from action menu choose increase size and so you can increase the size of this file sytem to thing you want ( this acrion will unmount the file system and then mount it after you finish ).&lt;BR /&gt;note that the size you but will be the total size for this file system</description>
      <pubDate>Sun, 03 Oct 2004 03:35:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-logical-volume/m-p/3392067#M199356</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2004-10-03T03:35:57Z</dc:date>
    </item>
  </channel>
</rss>

