<?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: increase disk espace in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-disk-espace/m-p/4241933#M330106</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;ONLINEJFS is not installed. i try to make " lvextend" command, and the result is ok. but when i umount filesystem, i have the error message below:&lt;BR /&gt;umount: cannot find /usr in /etc/mmttab&lt;BR /&gt;cannot umount /usr&lt;BR /&gt;&lt;BR /&gt;------------------------------------&lt;BR /&gt;plesae help me!!</description>
    <pubDate>Fri, 01 Aug 2008 09:15:48 GMT</pubDate>
    <dc:creator>kacou</dc:creator>
    <dc:date>2008-08-01T09:15:48Z</dc:date>
    <item>
      <title>increase disk espace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-disk-espace/m-p/4241926#M330099</link>
      <description>i want to increase my file system using the unallocated espace. you can see below my current config and the config i hope to have.&lt;BR /&gt;Is it possible to do that without reinstalling the system?&lt;BR /&gt;&lt;BR /&gt;------------------------------------&lt;BR /&gt;current disk layout &lt;BR /&gt;&lt;BR /&gt;File System layout&lt;BR /&gt;&lt;BR /&gt;    LVM Device file            mount point     size  fs type&lt;BR /&gt;    /dev/vg00:&lt;BR /&gt;    /dev/vg00/lvol1            /stand          320   hfs&lt;BR /&gt;    /dev/vg00/lvol2            swap            4096&lt;BR /&gt;    /dev/vg00/lvol3            /               576   vxfs&lt;BR /&gt;    /dev/vg00/lvol4            /tmp            6016  vxfs&lt;BR /&gt;    /dev/vg00/lvol5            /home           10016 vxfs&lt;BR /&gt;    /dev/vg00/lvol6            /opt            4672  vxfs&lt;BR /&gt;    /dev/vg00/lvol7            /usr            3968  vxfs&lt;BR /&gt;    /dev/vg00/lvol8            /var            20000 vxfs&lt;BR /&gt;    /dev/vg00/lvol9            /appl           40000 vxfs&lt;BR /&gt;    /dev/vg00/lvol10           /backup         30016 vxfs&lt;BR /&gt;    /dev/vg00/lvol11           swap            12000&lt;BR /&gt;    /dev/vg00                  unallocated     16576&lt;BR /&gt;&lt;BR /&gt;-------------------------------------&lt;BR /&gt;my system configuration (current)&lt;BR /&gt;&lt;BR /&gt;# bdf&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3     589824  330568  257272   56% /&lt;BR /&gt;/dev/vg00/lvol1     314736   80664  202592   28% /stand&lt;BR /&gt;/dev/vg00/lvol8    20480000 1573000 18759376    8% /var&lt;BR /&gt;/dev/vg00/lvol7    4063232 3825800  235824   94% /usr&lt;BR /&gt;/dev/vg00/lvol4    6160384  192464 5922096    3% /tmp&lt;BR /&gt;/dev/vg00/lvol6    4784128 2900880 1868584   61% /opt&lt;BR /&gt;/dev/vg00/lvol5    10256384 2211504 7982088   22% /home&lt;BR /&gt;/dev/vg00/lvol10   30736384 3914114 25146327   13% /backup&lt;BR /&gt;/dev/vg00/lvol9    40960000 18698513 20870162   47% /appl&lt;BR /&gt;&lt;BR /&gt;---------------------------------------&lt;BR /&gt;the new configuration that I wish to have (see below)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Types  de données Espace &lt;BR /&gt;/ 2Gb&lt;BR /&gt;/santd 500Mb&lt;BR /&gt;/var 20Gb&lt;BR /&gt;/usr 40Gb&lt;BR /&gt;/home 2Gb&lt;BR /&gt;/tmp 5Gb&lt;BR /&gt;/opt 50.5Gb &lt;BR /&gt;swap 16Gb&lt;BR /&gt;/appl 10&lt;BR /&gt;-----------------------------</description>
      <pubDate>Tue, 29 Jul 2008 07:54:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-disk-espace/m-p/4241926#M330099</guid>
      <dc:creator>kacou</dc:creator>
      <dc:date>2008-07-29T07:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: increase disk espace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-disk-espace/m-p/4241927#M330100</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;lvextend&lt;BR /&gt;umount the filesystem&lt;BR /&gt;extendfs&lt;BR /&gt;&lt;BR /&gt;Simple unless the umount won't work. Then you either take the system to single user mode or use OnlineJFS (fsadm) to expand the filesystem in question without umount.&lt;BR /&gt;&lt;BR /&gt;Root fs, / must be contiguous, and you can't extend it. The only way to deal with this is to do an Ignite backup, restore it and during the restore, intervene to set up a larger root fs.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 29 Jul 2008 08:24:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-disk-espace/m-p/4241927#M330100</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-07-29T08:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: increase disk espace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-disk-espace/m-p/4241928#M330101</link>
      <description>my files systems are vxfs. does the online JFS work?</description>
      <pubDate>Tue, 29 Jul 2008 09:16:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-disk-espace/m-p/4241928#M330101</guid>
      <dc:creator>kacou</dc:creator>
      <dc:date>2008-07-29T09:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: increase disk espace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-disk-espace/m-p/4241929#M330102</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;If ONLINEJFS is installed in System&lt;BR /&gt;&lt;BR /&gt;lvextend&lt;BR /&gt;fsadm&lt;BR /&gt;&lt;BR /&gt;if ONLINEJFS is not installed &lt;BR /&gt;&lt;BR /&gt;lvextend&lt;BR /&gt;umount filesystem&lt;BR /&gt;extendfs&lt;BR /&gt;&lt;BR /&gt;For root there is is way to extend but the best way is to ignite the box&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sanjeev</description>
      <pubDate>Tue, 29 Jul 2008 09:19:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-disk-espace/m-p/4241929#M330102</guid>
      <dc:creator>Sharma Sanjeev</dc:creator>
      <dc:date>2008-07-29T09:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: increase disk espace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-disk-espace/m-p/4241930#M330103</link>
      <description>Hi Kacou,&lt;BR /&gt;in your case, you want increase all the FS in a VG00, you must create a ignite tape, and resize all FS in install process.&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Tue, 29 Jul 2008 09:25:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-disk-espace/m-p/4241930#M330103</guid>
      <dc:creator>Ph. LAQUERRIERE</dc:creator>
      <dc:date>2008-07-29T09:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: increase disk espace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-disk-espace/m-p/4241931#M330104</link>
      <description>i think you only need at this moment is to increase the /usr file system.&lt;BR /&gt;&lt;BR /&gt;use the above file system increase commands. But make sure you have OnlineJFS installed in your system.</description>
      <pubDate>Tue, 29 Jul 2008 10:36:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-disk-espace/m-p/4241931#M330104</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-07-29T10:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: increase disk espace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-disk-espace/m-p/4241932#M330105</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;@my files systems are vxfs. does the online JFS work?&lt;BR /&gt;&lt;BR /&gt;Yes ONLINE JFS will work&lt;BR /&gt;&lt;BR /&gt;lvextend&lt;BR /&gt;fsadm&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sanjeev</description>
      <pubDate>Tue, 29 Jul 2008 11:14:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-disk-espace/m-p/4241932#M330105</guid>
      <dc:creator>Sharma Sanjeev</dc:creator>
      <dc:date>2008-07-29T11:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: increase disk espace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-disk-espace/m-p/4241933#M330106</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;ONLINEJFS is not installed. i try to make " lvextend" command, and the result is ok. but when i umount filesystem, i have the error message below:&lt;BR /&gt;umount: cannot find /usr in /etc/mmttab&lt;BR /&gt;cannot umount /usr&lt;BR /&gt;&lt;BR /&gt;------------------------------------&lt;BR /&gt;plesae help me!!</description>
      <pubDate>Fri, 01 Aug 2008 09:15:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-disk-espace/m-p/4241933#M330106</guid>
      <dc:creator>kacou</dc:creator>
      <dc:date>2008-08-01T09:15:48Z</dc:date>
    </item>
  </channel>
</rss>

