<?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: Increasing a logical volume problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-a-logical-volume-problem/m-p/3462993#M210422</link>
    <description>Hi Ross,&lt;BR /&gt;&lt;BR /&gt;The exact target location werein the downloaded patch will seat is a filesystem (/home) not logical volume. But the filesystem seats on the logical Volume.&lt;BR /&gt;All you need to do is to extend the size of your filesystem.&lt;BR /&gt;Besides, when you run 'bdf or &lt;BR /&gt;mount -v'displays the size of the filesystem. &lt;BR /&gt;&lt;BR /&gt;All the best.&lt;BR /&gt;&lt;BR /&gt;Charles.</description>
    <pubDate>Fri, 14 Jan 2005 02:52:22 GMT</pubDate>
    <dc:creator>Charles Egbon</dc:creator>
    <dc:date>2005-01-14T02:52:22Z</dc:date>
    <item>
      <title>Increasing a logical volume problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-a-logical-volume-problem/m-p/3462986#M210415</link>
      <description>I have lli installed on a N4000 box with enterprise support on it. &lt;BR /&gt;I needed to increase the size of /home from 2048&lt;BR /&gt;to 4096. Out of laziness I did it through sam.&lt;BR /&gt;Well, everything seem to have worked. But,when I do a lvdisplay -v /dev/vg00/lvol4 the LV Size shows as 4096 but when I do a bdf at the command line I am only shown 2048&lt;BR /&gt;So, now when I'm trying to download a couple of patches to my home directory I cannot because /home is still only 2GB instead of 4GB&lt;BR /&gt; What do I do now to get /home to 4GB?</description>
      <pubDate>Thu, 13 Jan 2005 15:38:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-a-logical-volume-problem/m-p/3462986#M210415</guid>
      <dc:creator>ROSS HANSON</dc:creator>
      <dc:date>2005-01-13T15:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing a logical volume problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-a-logical-volume-problem/m-p/3462987#M210416</link>
      <description>Their are 2 steps to extend a logical volume.&lt;BR /&gt; &lt;BR /&gt;The first is extending the volume itself, the second is extending the file system.&lt;BR /&gt; &lt;BR /&gt;Do a "man extendfs" for more info&lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt; &lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Thu, 13 Jan 2005 15:43:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-a-logical-volume-problem/m-p/3462987#M210416</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2005-01-13T15:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing a logical volume problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-a-logical-volume-problem/m-p/3462988#M210417</link>
      <description>Hi Ross,&lt;BR /&gt;&lt;BR /&gt;sam probably executed the lvextend command to extend the lv, but did not execute the fsadm/extendfs command since the filesystem was still mounted. &lt;BR /&gt;&lt;BR /&gt;Do you have onlineJFS on the system. to verify &lt;BR /&gt;&lt;BR /&gt;swlist |grep -i onlinejfs&lt;BR /&gt;&lt;BR /&gt;grep vx /stand/system&lt;BR /&gt;&lt;BR /&gt;if the grep command return vxadv in the list, that means you have onlinejfs installed and configured.&lt;BR /&gt;&lt;BR /&gt;To increase the filesystem, first calulate the block size in MB.&lt;BR /&gt;&lt;BR /&gt;# bc -l&lt;BR /&gt;4*1024*1024        --&amp;gt; for 4GB&lt;BR /&gt;4194304&lt;BR /&gt;&lt;BR /&gt;So 4194304 is the block size in MB. to increase using fsadm online if you have onlineJFS, try&lt;BR /&gt;&lt;BR /&gt;fsadm -b 4194304 /home&lt;BR /&gt;&lt;BR /&gt;If you do not have onlineJFS, unmount /home and use extendfs to extend the filesystem size.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Jan 2005 15:44:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-a-logical-volume-problem/m-p/3462988#M210417</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2005-01-13T15:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing a logical volume problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-a-logical-volume-problem/m-p/3462989#M210418</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;A correction &lt;BR /&gt;&lt;BR /&gt;read this,&lt;BR /&gt;&lt;BR /&gt;To increase the filesystem, first calulate the block size in MB.&lt;BR /&gt;&lt;BR /&gt;as &lt;BR /&gt;&lt;BR /&gt;To increase the filesystem, first calulate the block size in KB.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Sanjay&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Jan 2005 15:45:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-a-logical-volume-problem/m-p/3462989#M210418</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2005-01-13T15:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing a logical volume problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-a-logical-volume-problem/m-p/3462990#M210419</link>
      <description>Hello Ross,&lt;BR /&gt;&lt;BR /&gt;From root with /home dismounted (shutdown 0 will put your system in single user and dismount all) do:&lt;BR /&gt;&lt;BR /&gt;# extendfs /dev/vg00/rlvol4&lt;BR /&gt;&lt;BR /&gt;Then return your syste to normal state with&lt;BR /&gt;&lt;BR /&gt;# init 3 (or your initdefault, see /etc/inittab)&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Thu, 13 Jan 2005 17:14:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-a-logical-volume-problem/m-p/3462990#M210419</guid>
      <dc:creator>Pedro Cosmen</dc:creator>
      <dc:date>2005-01-13T17:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing a logical volume problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-a-logical-volume-problem/m-p/3462991#M210420</link>
      <description>With OnlineJFS You can also use -b 4096m to skip the calculator. &lt;BR /&gt;It surely supports lazyness which might not be the best thing, but with (quite)larger filesystems I find it less error-prone.&lt;BR /&gt;&lt;BR /&gt;If the filesystem is completely full, You can't extend it immediately, You'll have to free some blocks for JFS to be able to put in that 'extended block map' (I don't know the correct name, sorry). &lt;BR /&gt;8KB should be enough, our DBAs tend to fill up their archivelog filesystems quite regularly.</description>
      <pubDate>Thu, 13 Jan 2005 17:20:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-a-logical-volume-problem/m-p/3462991#M210420</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-01-13T17:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing a logical volume problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-a-logical-volume-problem/m-p/3462992#M210421</link>
      <description>Well its simple just u have to extend the filesystem, bcoz only ur lv size has been increased and ur filesystem information is not updated. &lt;BR /&gt;Just do extendfs, u have to unmount the filesystem before doing this.If u have onlinejfs you can do it online.&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Jan 2005 02:23:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-a-logical-volume-problem/m-p/3462992#M210421</guid>
      <dc:creator>Radhakrishnan Venkatara</dc:creator>
      <dc:date>2005-01-14T02:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing a logical volume problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-a-logical-volume-problem/m-p/3462993#M210422</link>
      <description>Hi Ross,&lt;BR /&gt;&lt;BR /&gt;The exact target location werein the downloaded patch will seat is a filesystem (/home) not logical volume. But the filesystem seats on the logical Volume.&lt;BR /&gt;All you need to do is to extend the size of your filesystem.&lt;BR /&gt;Besides, when you run 'bdf or &lt;BR /&gt;mount -v'displays the size of the filesystem. &lt;BR /&gt;&lt;BR /&gt;All the best.&lt;BR /&gt;&lt;BR /&gt;Charles.</description>
      <pubDate>Fri, 14 Jan 2005 02:52:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-a-logical-volume-problem/m-p/3462993#M210422</guid>
      <dc:creator>Charles Egbon</dc:creator>
      <dc:date>2005-01-14T02:52:22Z</dc:date>
    </item>
  </channel>
</rss>

