<?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: expand /tmp in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/expand-tmp/m-p/3652620#M240682</link>
    <description>In single user mod&lt;BR /&gt;umount /tmp&lt;BR /&gt;lvextend -L Newsize /dev/vg00/lvol4&lt;BR /&gt;extendfs /dev/vg00/rlvol4&lt;BR /&gt;mount /tmp&lt;BR /&gt;&lt;BR /&gt;with online JFS&lt;BR /&gt;&lt;BR /&gt;lvextend -L Newsize /dev/vg00/lvol4&lt;BR /&gt;&lt;BR /&gt;umount /dev/vg00/lvol4&lt;BR /&gt;&lt;BR /&gt;extendfs /dev/vg00/rlvol4&lt;BR /&gt;&lt;BR /&gt;mount /dev/vg00/lvol4 /tmp&lt;BR /&gt;&lt;BR /&gt;Awadhesh&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 19 Oct 2005 08:22:05 GMT</pubDate>
    <dc:creator>AwadheshPandey</dc:creator>
    <dc:date>2005-10-19T08:22:05Z</dc:date>
    <item>
      <title>expand /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/expand-tmp/m-p/3652607#M240669</link>
      <description>If I have free extents in /dev/vg00, can I expand /tmp without using ignite? I dont want to use ignite, even though that is my usual method.</description>
      <pubDate>Wed, 19 Oct 2005 06:33:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/expand-tmp/m-p/3652607#M240669</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2005-10-19T06:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: expand /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/expand-tmp/m-p/3652608#M240670</link>
      <description>Yes, you can do it .. first kill all user processes in /tmp &lt;BR /&gt;&lt;BR /&gt;# fuser -ku /tmp &lt;BR /&gt;&lt;BR /&gt;then, you can extend it. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 19 Oct 2005 06:34:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/expand-tmp/m-p/3652608#M240670</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-19T06:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: expand /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/expand-tmp/m-p/3652609#M240671</link>
      <description>Hello Robert&lt;BR /&gt;&lt;BR /&gt;use this:&lt;BR /&gt;&lt;BR /&gt;init 1 (Attention !)&lt;BR /&gt;login ...&lt;BR /&gt;&lt;BR /&gt;umount /tmp&lt;BR /&gt;lvextend -L 600 /dev/vg00/lvol4&lt;BR /&gt;extendfs /dev/vg00/rlvol4&lt;BR /&gt;mount /tmp&lt;BR /&gt;&lt;BR /&gt;init 4&lt;BR /&gt;&lt;BR /&gt;By&lt;BR /&gt;Ralf</description>
      <pubDate>Wed, 19 Oct 2005 06:49:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/expand-tmp/m-p/3652609#M240671</guid>
      <dc:creator>Ralf Buchhold</dc:creator>
      <dc:date>2005-10-19T06:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: expand /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/expand-tmp/m-p/3652610#M240672</link>
      <description>Generally speaking, it's going to be more effective to reboot and go into single user mode to make sure that /tmp is available to be extended.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Oct 2005 06:52:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/expand-tmp/m-p/3652610#M240672</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2005-10-19T06:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: expand /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/expand-tmp/m-p/3652611#M240673</link>
      <description>Hi robert,&lt;BR /&gt;&lt;BR /&gt;Yes you can, but try to do it in single user mode.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Borislav</description>
      <pubDate>Wed, 19 Oct 2005 06:53:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/expand-tmp/m-p/3652611#M240673</guid>
      <dc:creator>Borislav Perkov</dc:creator>
      <dc:date>2005-10-19T06:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: expand /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/expand-tmp/m-p/3652612#M240674</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt; The following link provides the details about "How to Extend Logical Volumes".&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.compute-aid.com/hpux/extend_vg00.htm" target="_blank"&gt;http://www.compute-aid.com/hpux/extend_vg00.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 19 Oct 2005 06:53:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/expand-tmp/m-p/3652612#M240674</guid>
      <dc:creator>VEL_1</dc:creator>
      <dc:date>2005-10-19T06:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: expand /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/expand-tmp/m-p/3652613#M240675</link>
      <description>hI Robert,&lt;BR /&gt;&lt;BR /&gt;The easits solution, is to boot in single mode&lt;BR /&gt;&lt;BR /&gt;# lvextend ....&lt;BR /&gt;# extendfs  .....&lt;BR /&gt;&lt;BR /&gt;# mount -a&lt;BR /&gt;&lt;BR /&gt;# shutdown -r -y now</description>
      <pubDate>Wed, 19 Oct 2005 07:21:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/expand-tmp/m-p/3652613#M240675</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2005-10-19T07:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: expand /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/expand-tmp/m-p/3652614#M240676</link>
      <description>what if I have online JFS?&lt;BR /&gt;how would I do that?</description>
      <pubDate>Wed, 19 Oct 2005 07:25:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/expand-tmp/m-p/3652614#M240676</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2005-10-19T07:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: expand /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/expand-tmp/m-p/3652615#M240677</link>
      <description>fsadm -d -D -e -D /mount_point&lt;BR /&gt;lvextend -L 500 /dev/vgXX/logical_volume_name&lt;BR /&gt;fsadm -b newsize_in_fs_blocks /mount_point&lt;BR /&gt;&lt;BR /&gt;Like:&lt;BR /&gt;&lt;BR /&gt;fsadm -b 51200 /mount_point</description>
      <pubDate>Wed, 19 Oct 2005 07:38:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/expand-tmp/m-p/3652615#M240677</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-10-19T07:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: expand /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/expand-tmp/m-p/3652616#M240678</link>
      <description>If you are having onlinJFS then you don't need umount and mount fs during extend operation.&lt;BR /&gt;&lt;BR /&gt;Refer "Increase the size of a file system existing on a logical volume." in lvextend man page.&lt;BR /&gt;&lt;BR /&gt;     # lvextend -L 400 /dev/vg06/lvol3&lt;BR /&gt;&lt;BR /&gt; Unmount the file system.&lt;BR /&gt;&lt;BR /&gt;   #  umount /dev/vg06/lvol3&lt;BR /&gt;&lt;BR /&gt; Extend the file system to occupy the entire (larger) logical vol&lt;BR /&gt;&lt;BR /&gt;     # extendfs /dev/vg06/rlvol3&lt;BR /&gt;&lt;BR /&gt; Remount the file system.&lt;BR /&gt;&lt;BR /&gt;      # mount /dev/vg06/lvol3 /mnt&lt;BR /&gt;&lt;BR /&gt;In this umount and mount operation is not needed for online JFS.&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Wed, 19 Oct 2005 07:45:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/expand-tmp/m-p/3652616#M240678</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-19T07:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: expand /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/expand-tmp/m-p/3652617#M240679</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt; Refer the following link:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B7961-90018/ch06s05.html" target="_blank"&gt;http://docs.hp.com/en/B7961-90018/ch06s05.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 19 Oct 2005 07:55:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/expand-tmp/m-p/3652617#M240679</guid>
      <dc:creator>VEL_1</dc:creator>
      <dc:date>2005-10-19T07:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: expand /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/expand-tmp/m-p/3652618#M240680</link>
      <description>hello&lt;BR /&gt;if u have onlinejfs do:&lt;BR /&gt;if u have a mirror&lt;BR /&gt;FreePe from vgdisplay:2&lt;BR /&gt;from lvdisplay &lt;BR /&gt;currentLE+size from vgdisplay&lt;BR /&gt;&lt;BR /&gt;No mirror&lt;BR /&gt;freePe+currentLe=LE size&lt;BR /&gt;&lt;BR /&gt;lvextend -l LE Size /dev/vg.../lvol?&lt;BR /&gt;fsadm -F vxfs -b $((100*1024*8)) /tmp&lt;BR /&gt;100=lesize&lt;BR /&gt;8= pe size&lt;BR /&gt;&lt;BR /&gt;u dont need mount or unmount&lt;BR /&gt;regards gga&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Oct 2005 07:56:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/expand-tmp/m-p/3652618#M240680</guid>
      <dc:creator>GGA</dc:creator>
      <dc:date>2005-10-19T07:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: expand /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/expand-tmp/m-p/3652619#M240681</link>
      <description>Looking at this thread should be helpful, &lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=781480" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=781480&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 19 Oct 2005 08:03:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/expand-tmp/m-p/3652619#M240681</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-19T08:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: expand /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/expand-tmp/m-p/3652620#M240682</link>
      <description>In single user mod&lt;BR /&gt;umount /tmp&lt;BR /&gt;lvextend -L Newsize /dev/vg00/lvol4&lt;BR /&gt;extendfs /dev/vg00/rlvol4&lt;BR /&gt;mount /tmp&lt;BR /&gt;&lt;BR /&gt;with online JFS&lt;BR /&gt;&lt;BR /&gt;lvextend -L Newsize /dev/vg00/lvol4&lt;BR /&gt;&lt;BR /&gt;umount /dev/vg00/lvol4&lt;BR /&gt;&lt;BR /&gt;extendfs /dev/vg00/rlvol4&lt;BR /&gt;&lt;BR /&gt;mount /dev/vg00/lvol4 /tmp&lt;BR /&gt;&lt;BR /&gt;Awadhesh&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Oct 2005 08:22:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/expand-tmp/m-p/3652620#M240682</guid>
      <dc:creator>AwadheshPandey</dc:creator>
      <dc:date>2005-10-19T08:22:05Z</dc:date>
    </item>
  </channel>
</rss>

