<?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: db mountpoints need to be increased in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/db-mountpoints-need-to-be-increased/m-p/2843380#M936638</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If you are using LVM and do not have OnlineJFS, then you will need to unmount the filesystem to extend it.  Thus, the database will need to be "down".  If you have OnlineJFS, then you do *not* need to unmount the filesystem *nor* take the database down.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Tue, 12 Nov 2002 19:36:20 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2002-11-12T19:36:20Z</dc:date>
    <item>
      <title>db mountpoints need to be increased</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-mountpoints-need-to-be-increased/m-p/2843378#M936636</link>
      <description>Hello All.&lt;BR /&gt;I need to increase a db mountpoint. &lt;BR /&gt;&lt;BR /&gt;I am not sure, but I presume you do not necessarily have to umount the fs?&lt;BR /&gt;&lt;BR /&gt;Do I need to bring down the db first? Although I probably will because this ensures no one is accessing the fs.&lt;BR /&gt;&lt;BR /&gt;We are running HP-UX 11.0 and 9000 server.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Nov 2002 19:25:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-mountpoints-need-to-be-increased/m-p/2843378#M936636</guid>
      <dc:creator>denise_7</dc:creator>
      <dc:date>2002-11-12T19:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: db mountpoints need to be increased</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-mountpoints-need-to-be-increased/m-p/2843379#M936637</link>
      <description>It depends upon whether or not you have OnlineJFS (and this assumes that the filesystem in question is vxfs rather than hfs). If it is vxfs and you have OnlineJFS then this is very simple. You can do an lvextend followed by an fsadm -F vxfs -b command to increase the size of the LVOL and the filesystem while 'on line'. There is no need in this case to down the database; it's perfectly safe. Man lvextend and fsadm_vxfs for details. If you are a little uncomfortable with this, you can do all this from Sam-&amp;gt;Disk &amp;amp; Filesystems-&amp;gt;Logical Volumes.  Actions-&amp;gt;Increase Size will do all the steps for you.&lt;BR /&gt;&lt;BR /&gt;If you don't have OnlineJFS then you must shutdown the database, unmount the filesystem, increase the LVOL and extend the filesystem. After shutting dowbn the database, SAM can also do all these steps.&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Nov 2002 19:34:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-mountpoints-need-to-be-increased/m-p/2843379#M936637</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-11-12T19:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: db mountpoints need to be increased</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-mountpoints-need-to-be-increased/m-p/2843380#M936638</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If you are using LVM and do not have OnlineJFS, then you will need to unmount the filesystem to extend it.  Thus, the database will need to be "down".  If you have OnlineJFS, then you do *not* need to unmount the filesystem *nor* take the database down.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 12 Nov 2002 19:36:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-mountpoints-need-to-be-increased/m-p/2843380#M936638</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-11-12T19:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: db mountpoints need to be increased</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-mountpoints-need-to-be-increased/m-p/2843381#M936639</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Not unless you have ONLINE JFS&lt;BR /&gt;&lt;BR /&gt;If not&lt;BR /&gt;&lt;BR /&gt;To increase the file system you will first have unmount the mount point, to do this you will need to have no number of processes accessing that filesystem&lt;BR /&gt;&lt;BR /&gt;Shut down your database&lt;BR /&gt;&lt;BR /&gt;Check no processes are accessing filesystem via mount point&lt;BR /&gt;&lt;BR /&gt;fuser -cu &lt;MOUNT point=""&gt;&lt;BR /&gt;&lt;BR /&gt;umount &lt;MOUNT point=""&gt;&lt;BR /&gt;lvextend -L &lt;SIZE in="" mb="" to="" extend="" to=""&gt; /dev/vg0#/lvol#&lt;BR /&gt;extendfs -F vxfs /dev/vg0#/rlvol#&lt;BR /&gt;mount &lt;MOUNT point=""&gt; &lt;FILESYSTEM&gt; &lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Steve&lt;/FILESYSTEM&gt;&lt;/MOUNT&gt;&lt;/SIZE&gt;&lt;/MOUNT&gt;&lt;/MOUNT&gt;</description>
      <pubDate>Tue, 12 Nov 2002 19:42:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-mountpoints-need-to-be-increased/m-p/2843381#M936639</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-11-12T19:42:20Z</dc:date>
    </item>
  </channel>
</rss>

