<?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: Enlarge in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/enlarge/m-p/3334466#M874201</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I guess, the easiest way to do this is to use SAM. You can do this from its menu.&lt;BR /&gt;If you want to do this by LVM, so&lt;BR /&gt;1. Define volume group and logical volume where the FS is built. Suppose, this is vgXX and /dev/vgXX/lvolY and the FS name is FFFF.&lt;BR /&gt;2. Check whether the volume group has a free space &lt;BR /&gt;vgdisplay vgXX |grep -i free&lt;BR /&gt;3. Unmount the file system &lt;BR /&gt;umount FFFF. If the file system is busy, you can resolve the problem by&lt;BR /&gt;fuser -kc XXXX&lt;BR /&gt;Please be careful with file systems on vg00. If you want to extend /var, /usr etc, you have to transfer your computer to single user mode.&lt;BR /&gt;4. Extend the appropriate logical volume:&lt;BR /&gt;lvextend -L NNNN /dev/vgXX/lvolY&lt;BR /&gt;NNNN is desired new size in MB&lt;BR /&gt;5. Extend the FS&lt;BR /&gt;extendfs -F vxfs /dev/vgXX/rlvolY&lt;BR /&gt;6. Mount the FS&lt;BR /&gt;mount XXXX&lt;BR /&gt;&lt;BR /&gt;Don't forget to back up the FS before the exercize.&lt;BR /&gt;HTH&lt;BR /&gt;</description>
    <pubDate>Sun, 18 Jul 2004 13:29:28 GMT</pubDate>
    <dc:creator>Victor Fridyev</dc:creator>
    <dc:date>2004-07-18T13:29:28Z</dc:date>
    <item>
      <title>Enlarge</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enlarge/m-p/3334465#M874200</link>
      <description>I want to know how to enlarge the VXFS on hp_unix 11.0 ....&lt;BR /&gt;the steps ..&lt;BR /&gt;thank u</description>
      <pubDate>Sun, 18 Jul 2004 06:51:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enlarge/m-p/3334465#M874200</guid>
      <dc:creator>osama_9</dc:creator>
      <dc:date>2004-07-18T06:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Enlarge</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enlarge/m-p/3334466#M874201</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I guess, the easiest way to do this is to use SAM. You can do this from its menu.&lt;BR /&gt;If you want to do this by LVM, so&lt;BR /&gt;1. Define volume group and logical volume where the FS is built. Suppose, this is vgXX and /dev/vgXX/lvolY and the FS name is FFFF.&lt;BR /&gt;2. Check whether the volume group has a free space &lt;BR /&gt;vgdisplay vgXX |grep -i free&lt;BR /&gt;3. Unmount the file system &lt;BR /&gt;umount FFFF. If the file system is busy, you can resolve the problem by&lt;BR /&gt;fuser -kc XXXX&lt;BR /&gt;Please be careful with file systems on vg00. If you want to extend /var, /usr etc, you have to transfer your computer to single user mode.&lt;BR /&gt;4. Extend the appropriate logical volume:&lt;BR /&gt;lvextend -L NNNN /dev/vgXX/lvolY&lt;BR /&gt;NNNN is desired new size in MB&lt;BR /&gt;5. Extend the FS&lt;BR /&gt;extendfs -F vxfs /dev/vgXX/rlvolY&lt;BR /&gt;6. Mount the FS&lt;BR /&gt;mount XXXX&lt;BR /&gt;&lt;BR /&gt;Don't forget to back up the FS before the exercize.&lt;BR /&gt;HTH&lt;BR /&gt;</description>
      <pubDate>Sun, 18 Jul 2004 13:29:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enlarge/m-p/3334466#M874201</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2004-07-18T13:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Enlarge</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enlarge/m-p/3334467#M874202</link>
      <description>You may also want to check if you have online JFS using swlist. If that is available, then you can simply lvextend and then use fsadm -F vxfs -b (newlvsize*1024) /mount_point&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now need to unmount te filesystem...&lt;BR /&gt;</description>
      <pubDate>Sun, 18 Jul 2004 14:38:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enlarge/m-p/3334467#M874202</guid>
      <dc:creator>monasingh_1</dc:creator>
      <dc:date>2004-07-18T14:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Enlarge</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enlarge/m-p/3334468#M874203</link>
      <description>I depends on which file system you want to enlarge and whether you have OnlineJFS or not.  The / and /stand cannot be enlarged.&lt;BR /&gt;If you don't have OnlineJFS, then filesystems must be unmounted before they can be extended.  SAM can do this for non system filesystems easily, and for anything other than / and /stand if you have OnlineJFS.  But if you don't have OnlineJFS and want to extend /usr or /var you will have boot up in single user mode then:&lt;BR /&gt;lvextednd -Lxxxx /dev/vgXX/lvolX&lt;BR /&gt;umount /dev/vgXX/lvolX&lt;BR /&gt;extendfs /dev/vgXX/lvolX&lt;BR /&gt;mount /dev/vg00/lvolX&lt;BR /&gt;&lt;BR /&gt;X is logical volume number&lt;BR /&gt;XX is volume group number&lt;BR /&gt;xxxx is the size in MB to which you want to grow.&lt;BR /&gt;&lt;BR /&gt;Theoretically, you could drop to init 1 state, but then you typically have to issue more commands before you can unmount some of the file systems.  Booting to single user mode is relatively foolproof.</description>
      <pubDate>Mon, 19 Jul 2004 08:29:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enlarge/m-p/3334468#M874203</guid>
      <dc:creator>Ted Buis</dc:creator>
      <dc:date>2004-07-19T08:29:21Z</dc:date>
    </item>
  </channel>
</rss>

