<?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: Logical Volume in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/2426179#M1366</link>
    <description>Hi Augusto&lt;BR /&gt;&lt;BR /&gt;You may not need to shut down any applications, it may just be a case of getting users to log off. If you issue the command -&lt;BR /&gt;&lt;BR /&gt;fuser /dev/vg00/lvol5 &lt;BR /&gt;&lt;BR /&gt;this will give you a list of processes running on the filesystem. You can the get the exact details using ps -ef | grep &lt;PID&gt; to find out exactly what is using the filesystem. Once fuser returns no process ids you will be able to umount the filesystem.&lt;BR /&gt;&lt;BR /&gt;Derek&lt;BR /&gt;&lt;/PID&gt;</description>
    <pubDate>Wed, 14 Jun 2000 08:38:05 GMT</pubDate>
    <dc:creator>Derek Davey</dc:creator>
    <dc:date>2000-06-14T08:38:05Z</dc:date>
    <item>
      <title>Logical Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/2426174#M1361</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;could you please help me on how to extend an active logical volume?&lt;BR /&gt;this is the logical volume that i would like to extend:&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/lvol5      19861    7317   10557   41% /home&lt;BR /&gt;&lt;BR /&gt;thanks.</description>
      <pubDate>Wed, 14 Jun 2000 07:04:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/2426174#M1361</guid>
      <dc:creator>augusto cossa</dc:creator>
      <dc:date>2000-06-14T07:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/2426175#M1362</link>
      <description>This should do the job:&lt;BR /&gt;&lt;BR /&gt;# umount /home&lt;BR /&gt;# fsck ?y /dev/vg00/lvol5&lt;BR /&gt;# lvextend ?L 400 /dev/vg00/lvol5&lt;BR /&gt;(exchange 400 with the total amount of MB's you want it to be after the change)&lt;BR /&gt;# extendfs /dev/vg00/rlvol5&lt;BR /&gt;# mount /dev/vg00/lvol5 /home&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;&lt;BR /&gt;Evert Jan&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Jun 2000 07:24:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/2426175#M1362</guid>
      <dc:creator>Evert Jan van Ramselaar</dc:creator>
      <dc:date>2000-06-14T07:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/2426176#M1363</link>
      <description>Hi augusto&lt;BR /&gt;&lt;BR /&gt;It depends on wether the filesystem is vxfs or hfs as to wether you can extend the filesystem whilst it is still active.&lt;BR /&gt;&lt;BR /&gt;You can determine the filesystem type by issuing the command -&lt;BR /&gt;fstyp /dev/vg00/lvol5. If this returns vxfs then you can extend it while still active only if you have the online jfs product installed. If you have then the command would be -&lt;BR /&gt;fsadm -F vxfs -b &lt;SECTORS&gt;&lt;BR /&gt;&lt;BR /&gt;where sectors = the new LV size in Mbytes * 1024.&lt;BR /&gt;&lt;BR /&gt;If you do not have online jfs or the filesystem is hfs then you will have to unmount the filesystem and extend it using the commands -&lt;BR /&gt;&lt;BR /&gt;lvextend -L &lt;NEWSIZE in="" mb=""&gt; /dev/vg00/lvol5&lt;BR /&gt;extendfs /dev/vg00/rlvol5&lt;BR /&gt;&lt;BR /&gt;Then remount the filesystem&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;&lt;/NEWSIZE&gt;&lt;/SECTORS&gt;</description>
      <pubDate>Wed, 14 Jun 2000 07:29:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/2426176#M1363</guid>
      <dc:creator>Derek Davey</dc:creator>
      <dc:date>2000-06-14T07:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/2426177#M1364</link>
      <description>check the man pages for lvextend (also vgextend) for further egs :&lt;BR /&gt;&lt;BR /&gt;lvextend -L 100 /dev/vg00/lvol5 increases the size by 100 MB&lt;BR /&gt;usethe  -l flag to increase extents&lt;BR /&gt;use vgextend to extend an LVM volume group by adding physical volumes.&lt;BR /&gt;&lt;BR /&gt;NB SAM Gui can be used and has good on line help / egs.</description>
      <pubDate>Wed, 14 Jun 2000 07:32:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/2426177#M1364</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2000-06-14T07:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/2426178#M1365</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;My fileSystem Type is hfs and if i issue the command umount /home it retain the following message:&lt;BR /&gt;&lt;BR /&gt;umount: cannot unmount /home : Device busy&lt;BR /&gt;&lt;BR /&gt;and i issued the command ps -ef | grep (filename) to see processing running and the result was:&lt;BR /&gt;     lab 19669 19666  3  Jun  1  ?         0:54 oracleLAB (DESCRIPTION=(LOCAL=YE&lt;BR /&gt;S)(ADDRESS=(PROTOCOL=beq)))&lt;BR /&gt;     lab 21576 21573  0 07:28:25 ?         0:00 oracleLAB (DESCRIPTION=(LOCAL=YE&lt;BR /&gt;S)(ADDRESS=(PROTOCOL=beq)))&lt;BR /&gt;     lab 14827     1  0  May 31  ?         0:00 ec_msgd&lt;BR /&gt;     lab 19666     1  0  Jun  1  ?         0:00 ec_sqld&lt;BR /&gt;     lab 21573     1  2 07:28:24 ?         0:01 l_inst_intf -search_dir/stm/lab/&lt;BR /&gt;samples/new -backup_dir/stm/&lt;BR /&gt;&lt;BR /&gt;Should I first stop all processes and after umount /home ?&lt;BR /&gt;You help will be appreciated.&lt;BR /&gt;Thanks&lt;BR /&gt;A Cossa</description>
      <pubDate>Wed, 14 Jun 2000 08:26:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/2426178#M1365</guid>
      <dc:creator>augusto cossa</dc:creator>
      <dc:date>2000-06-14T08:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/2426179#M1366</link>
      <description>Hi Augusto&lt;BR /&gt;&lt;BR /&gt;You may not need to shut down any applications, it may just be a case of getting users to log off. If you issue the command -&lt;BR /&gt;&lt;BR /&gt;fuser /dev/vg00/lvol5 &lt;BR /&gt;&lt;BR /&gt;this will give you a list of processes running on the filesystem. You can the get the exact details using ps -ef | grep &lt;PID&gt; to find out exactly what is using the filesystem. Once fuser returns no process ids you will be able to umount the filesystem.&lt;BR /&gt;&lt;BR /&gt;Derek&lt;BR /&gt;&lt;/PID&gt;</description>
      <pubDate>Wed, 14 Jun 2000 08:38:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/2426179#M1366</guid>
      <dc:creator>Derek Davey</dc:creator>
      <dc:date>2000-06-14T08:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/2426180#M1367</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If Derek's answer is not sufficient, there is a utility called "lsof" - list open files. It takes as argument a path to a file system and shows files that are open in it. (&lt;A href="http://hpux.cs.utah.edu/)" target="_blank"&gt;http://hpux.cs.utah.edu/)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, make sure that there are no other file systems mounted below /home. It there are, you have to unmount those first and then remount after you do the extension. You can find those by running "bdf" and looking for "home" as first part of the path.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Jun 2000 12:05:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/2426180#M1367</guid>
      <dc:creator>Thomas G. Tudrej</dc:creator>
      <dc:date>2000-06-14T12:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/2426181#M1368</link>
      <description>Hi Augusto,&lt;BR /&gt;&lt;BR /&gt;Hopefully this could help..&lt;BR /&gt;&lt;BR /&gt;umount /stand&lt;BR /&gt;&lt;BR /&gt;if your having problems unmounting it kill all the jobs running on it (i.e fuser -ku /dev/vgXX/lvXXX)&lt;BR /&gt;&lt;BR /&gt;lvextend -L "new_size MB" /dev/vgXX/lvXXX&lt;BR /&gt;&lt;BR /&gt;extendfs /dev/vgX/lvXXXX&lt;BR /&gt;&lt;BR /&gt;mount /stand</description>
      <pubDate>Wed, 14 Jun 2000 12:39:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/2426181#M1368</guid>
      <dc:creator>Dimitri Karagiannis</dc:creator>
      <dc:date>2000-06-14T12:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/2426182#M1369</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;/home should be the default home directory for the users. &lt;BR /&gt;&lt;BR /&gt;For unmounting u have to make sure the users on this has to logout.&lt;BR /&gt;&lt;BR /&gt;# umount /home&lt;BR /&gt;&lt;BR /&gt;# lvextend -L XXX /dev/vg00/rlvol5&lt;BR /&gt;&lt;BR /&gt;XXX - Total size of the filesystem after extending.&lt;BR /&gt;&lt;BR /&gt;# extendfs /dev/vg00/rlvol5&lt;BR /&gt;&lt;BR /&gt;# fsck /dev/vg00/rlvol5&lt;BR /&gt;&lt;BR /&gt;# mount /dev/vg00/rlvol5 /home.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;venu&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jun 2000 04:46:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/2426182#M1369</guid>
      <dc:creator>Venu_2</dc:creator>
      <dc:date>2000-06-15T04:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/2426183#M1370</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;   As your filesystem if "hfs" ;&lt;BR /&gt;1.fuser -u /dev/vg00/lvol5 (to determine users)&lt;BR /&gt;2.fuser -ku /dev/vg00/lovl5 (to kill all users or option "c" can do)&lt;BR /&gt;3.umount /home&lt;BR /&gt;4.lvextend -L &lt;XYZ&gt; /dev/vg00/lvol5 (xyz=total size in MB)&lt;BR /&gt;5.extendfs /dev/vg00/rlvol5&lt;BR /&gt;6.mount /dev/vg00/lvol5 /home&lt;BR /&gt;&lt;BR /&gt;  hope this helps..&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Amit.&lt;/XYZ&gt;</description>
      <pubDate>Thu, 15 Jun 2000 05:32:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/2426183#M1370</guid>
      <dc:creator>Amit  Jadhav</dc:creator>
      <dc:date>2000-06-15T05:32:23Z</dc:date>
    </item>
  </channel>
</rss>

