<?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: expanding /home after default install in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/expanding-home-after-default-install/m-p/4868215#M398071</link>
    <description>I guess one reason install defaults to a small size is that many folks use NFS to crossmount /home across all of their systems.&lt;BR /&gt;&lt;BR /&gt;If this is your case, there is no need to expand /home on individual machines, just the NFS server.</description>
    <pubDate>Mon, 01 Nov 2004 12:25:35 GMT</pubDate>
    <dc:creator>Scot Bean</dc:creator>
    <dc:date>2004-11-01T12:25:35Z</dc:date>
    <item>
      <title>expanding /home after default install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/expanding-home-after-default-install/m-p/4868209#M398065</link>
      <description>I been a silly boy and left the /home dir at 20 MB during a re-install. I need to expand this /home dir.&lt;BR /&gt;It should be possible to expand /home to 400 MB but how do I do that without using ignite?&lt;BR /&gt;&lt;BR /&gt;My box:&lt;BR /&gt;***************************************&lt;BR /&gt;HP-UX kenny B.11.11 U 9000/800 702017538 unlimited-user license&lt;BR /&gt;# bdf&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3     204800   71944  131872   35% /&lt;BR /&gt;/dev/vg00/lvol1     295024   36192  229328   14% /stand&lt;BR /&gt;/dev/vg00/lvol8    2609152  268976 2322416   10% /var&lt;BR /&gt;/dev/vg00/lvol7    1056768 1028152   28432   97% /usr&lt;BR /&gt;/dev/vg03/lvol2    4096000 2408583 1600742   60% /tport&lt;BR /&gt;/dev/vg00/lvol4     204800   14416  189096    7% /tmp&lt;BR /&gt;/dev/vg01/lvol4    8499200 6715220 1733822   79% /test&lt;BR /&gt;/dev/vg01/lvol3    9216000 6412780 2729120   70% /support&lt;BR /&gt;/dev/vg01/lvol1    8388608 6647645 1643849   80% /oracle&lt;BR /&gt;/dev/vg01/lvol2    8388608 6213231 2039544   75% /oracle/oradata&lt;BR /&gt;/dev/vg00/lvol6     925696  735496  188776   80% /opt&lt;BR /&gt;/dev/vg00/lvol5      20480    2280   18072   11% /home&lt;BR /&gt;/dev/vg02/lvol1    4194304 3199277  964537   77% /mnt/v2l1&lt;BR /&gt;/dev/vg02/lvol2    4194304   85353 3935149    2% /mnt/v2l2&lt;BR /&gt;/dev/vg02/lvol3    8388608 4565774 3734086   55% /mnt/v2l3&lt;BR /&gt;/dev/vg02/lvol4    8388608 5170654 3117730   62% /mnt/v2l4&lt;BR /&gt;/dev/vg03/lvol1    4096000 3585815  478529   88% /mnt/v3l1&lt;BR /&gt;/dev/vg03/lvol3    27361280 23154656 4142416   85% /mnt/v3l3&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Nov 2004 11:46:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/expanding-home-after-default-install/m-p/4868209#M398065</guid>
      <dc:creator>Ferdinand_5</dc:creator>
      <dc:date>2004-11-01T11:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: expanding /home after default install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/expanding-home-after-default-install/m-p/4868210#M398066</link>
      <description>Hi,&lt;BR /&gt;The easiest way is by using SAM,&lt;BR /&gt;Alternatives depends if you have online-JFS or not&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
      <pubDate>Mon, 01 Nov 2004 11:55:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/expanding-home-after-default-install/m-p/4868210#M398066</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2004-11-01T11:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: expanding /home after default install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/expanding-home-after-default-install/m-p/4868211#M398067</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Not a problem if you have enough space in your vg00. All  you have to do is to unmount /home and then extend it. It should be easy if you don't have any application processes running out of /home. &lt;BR /&gt;&lt;BR /&gt;1. Ask all your users to logoff. Find out the processes that are attached to this filesytem.&lt;BR /&gt;&lt;BR /&gt;fuser -cu /dev/vg00/lvol5&lt;BR /&gt;&lt;BR /&gt;If you don't find any PIDs, then go to step2. If you do, then do a 'ps -ef|grep pid' and see what those processes are doing. If they are not critical (make sure 100%), then kill them using the command 'fuser -k /dev/vg00/lvol5'. &lt;BR /&gt;&lt;BR /&gt;2. Unmount /home&lt;BR /&gt;&lt;BR /&gt;#umount /home&lt;BR /&gt;&lt;BR /&gt;3. Extend the logical volume to say 1024MB.&lt;BR /&gt;&lt;BR /&gt;lvextend -L 1024 /dev/vg00/lvol5&lt;BR /&gt;extendfs -F vxfs /dev/vg00/rlvol5&lt;BR /&gt;&lt;BR /&gt;4. Mount it back and verify&lt;BR /&gt;#mount /home&lt;BR /&gt;#bdf /home&lt;BR /&gt;&lt;BR /&gt;5. Ask your users to log back in.&lt;BR /&gt;&lt;BR /&gt;If you have onlineJFS installed (swlist -l product |grep -i onlinejfs), then it's much easier. You can do it on the fly without distrubing the users.&lt;BR /&gt;&lt;BR /&gt;lvextend -L 1024 /dev/vg00/lvol5&lt;BR /&gt;fsadm -b 1024m /home&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Nov 2004 11:58:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/expanding-home-after-default-install/m-p/4868211#M398067</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-11-01T11:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: expanding /home after default install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/expanding-home-after-default-install/m-p/4868212#M398068</link>
      <description>It's trivially easy if you have OnlineJFS; SAM will do the job just fine. If not, you will need to unmount /home and extend the LVOL first and then the filesystem. Hopefully, you have some unused extents in vg00. The good news is that /home doesn't even have to be in vg00 although vg00 is the common convention.&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Nov 2004 12:01:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/expanding-home-after-default-install/m-p/4868212#M398068</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-11-01T12:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: expanding /home after default install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/expanding-home-after-default-install/m-p/4868213#M398069</link>
      <description>The gurus got to you first, but home can be extended through sam or through online jfs, this shouldn't cause any problems to your root filesystem.  It isn't like /var where the server constantly writing to it,just make sure no one is working in the home directory and then umount it and you can extend it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Nov 2004 12:05:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/expanding-home-after-default-install/m-p/4868213#M398069</guid>
      <dc:creator>Deoncia Grayson_1</dc:creator>
      <dc:date>2004-11-01T12:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: expanding /home after default install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/expanding-home-after-default-install/m-p/4868214#M398070</link>
      <description>If you have space in vg00, you can do it online if you have onlineJFS. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;swlist -l bundle | grep -i JFS&lt;BR /&gt;lvextend -L &lt;TOTAL lv="" size="" -="" new=""&gt; path_to_lvol&lt;BR /&gt;&lt;BR /&gt;fsadm -b &lt;SIZEM&gt; &lt;MOUNT-POINT&gt; &lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;Thanks&lt;BR /&gt;Prashant&lt;BR /&gt;&lt;BR /&gt;&lt;/MOUNT-POINT&gt;&lt;/SIZEM&gt;&lt;/TOTAL&gt;</description>
      <pubDate>Mon, 01 Nov 2004 12:06:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/expanding-home-after-default-install/m-p/4868214#M398070</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-11-01T12:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: expanding /home after default install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/expanding-home-after-default-install/m-p/4868215#M398071</link>
      <description>I guess one reason install defaults to a small size is that many folks use NFS to crossmount /home across all of their systems.&lt;BR /&gt;&lt;BR /&gt;If this is your case, there is no need to expand /home on individual machines, just the NFS server.</description>
      <pubDate>Mon, 01 Nov 2004 12:25:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/expanding-home-after-default-install/m-p/4868215#M398071</guid>
      <dc:creator>Scot Bean</dc:creator>
      <dc:date>2004-11-01T12:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: expanding /home after default install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/expanding-home-after-default-install/m-p/4868216#M398072</link>
      <description>I have:&lt;BR /&gt;# more fs&lt;BR /&gt;LOCAL=vxfs&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;I have done it once useing the command line.&lt;BR /&gt;How would I do it useing sam?&lt;BR /&gt;&lt;BR /&gt;# pvdisplay /dev/dsk/c1t15d0&lt;BR /&gt;--- Physical volumes ---&lt;BR /&gt;PV Name                     /dev/dsk/c1t15d0&lt;BR /&gt;VG Name                     /dev/vg00&lt;BR /&gt;PV Status                   available&lt;BR /&gt;Allocatable                 yes&lt;BR /&gt;VGDA                        2&lt;BR /&gt;Cur LV                      8&lt;BR /&gt;PE Size (Mbytes)            4&lt;BR /&gt;Total PE                    4340&lt;BR /&gt;Free PE                     2527&lt;BR /&gt;Allocated PE                1813&lt;BR /&gt;Stale PE                    0&lt;BR /&gt;IO Timeout (Seconds)        default&lt;BR /&gt;Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;Btw: Gawd your quick!&lt;BR /&gt;&lt;BR /&gt;F&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Nov 2004 12:30:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/expanding-home-after-default-install/m-p/4868216#M398072</guid>
      <dc:creator>Ferdinand_5</dc:creator>
      <dc:date>2004-11-01T12:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: expanding /home after default install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/expanding-home-after-default-install/m-p/4868217#M398073</link>
      <description>Depends if you have a X emulation or not...&lt;BR /&gt;under X be sure you have exported you DISPLAY=&lt;IP&gt;:0.0&lt;BR /&gt;&lt;BR /&gt;sam&amp;amp;&lt;BR /&gt;&lt;BR /&gt;otherwise just type sam...&lt;BR /&gt;&lt;BR /&gt;I will take X to guide you:&lt;BR /&gt;Once opened click on "Disks and File Systems" then "Logical Volumes" - choose your lvol where mount directory = /home&lt;BR /&gt;Then&lt;BR /&gt;Action =&amp;gt; Increase size&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Simple no?&lt;BR /&gt;&lt;BR /&gt;To know if you have ONline-JFS:&lt;BR /&gt;swlistÂ¦grep JFS will show if bought separately&lt;BR /&gt;or swlist -l productÂ¦grep JFS&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Vi&lt;/IP&gt;</description>
      <pubDate>Mon, 01 Nov 2004 12:51:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/expanding-home-after-default-install/m-p/4868217#M398073</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2004-11-01T12:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: expanding /home after default install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/expanding-home-after-default-install/m-p/4868218#M398074</link>
      <description>Just seen strange characters you should read pipe | &lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
      <pubDate>Mon, 01 Nov 2004 12:53:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/expanding-home-after-default-install/m-p/4868218#M398074</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2004-11-01T12:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: expanding /home after default install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/expanding-home-after-default-install/m-p/4868219#M398075</link>
      <description>Everyone is such a help&lt;BR /&gt;&lt;BR /&gt;Perfect solutions.&lt;BR /&gt;&lt;BR /&gt;THX a lot!&lt;BR /&gt;&lt;BR /&gt;F</description>
      <pubDate>Tue, 02 Nov 2004 03:32:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/expanding-home-after-default-install/m-p/4868219#M398075</guid>
      <dc:creator>Ferdinand_5</dc:creator>
      <dc:date>2004-11-02T03:32:25Z</dc:date>
    </item>
  </channel>
</rss>

