<?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: /tmp; INCREASE SIZE OF in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-increase-size-of/m-p/2437826#M5955</link>
    <description>fuser doesn't report lots of things. try lsof to see if it can help.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/ftp/hpux/Sysadmin/lsof-4.48" target="_blank"&gt;http://hpux.cs.utah.edu/ftp/hpux/Sysadmin/lsof-4.48&lt;/A&gt;</description>
    <pubDate>Fri, 18 Aug 2000 13:53:15 GMT</pubDate>
    <dc:creator>Andy Monks</dc:creator>
    <dc:date>2000-08-18T13:53:15Z</dc:date>
    <item>
      <title>/tmp; INCREASE SIZE OF</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-increase-size-of/m-p/2437825#M5954</link>
      <description>I have been trying to increase the size of the /tmp directory.&lt;BR /&gt;It  will not umount since it is always in use.  When I do fuser on /tmp I see the active process but cannot use fuser -ku on these processes since at least one of them is my current process.&lt;BR /&gt;It would appear that I would have go to single user mode, which is not practical at this time on that particular server.&lt;BR /&gt;Any/all help, as always, is greatly appreciated.&lt;BR /&gt;Andy</description>
      <pubDate>Fri, 18 Aug 2000 13:49:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-increase-size-of/m-p/2437825#M5954</guid>
      <dc:creator>Andrew Luis Arruza</dc:creator>
      <dc:date>2000-08-18T13:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: /tmp; INCREASE SIZE OF</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-increase-size-of/m-p/2437826#M5955</link>
      <description>fuser doesn't report lots of things. try lsof to see if it can help.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/ftp/hpux/Sysadmin/lsof-4.48" target="_blank"&gt;http://hpux.cs.utah.edu/ftp/hpux/Sysadmin/lsof-4.48&lt;/A&gt;</description>
      <pubDate>Fri, 18 Aug 2000 13:53:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-increase-size-of/m-p/2437826#M5955</guid>
      <dc:creator>Andy Monks</dc:creator>
      <dc:date>2000-08-18T13:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: /tmp; INCREASE SIZE OF</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-increase-size-of/m-p/2437827#M5956</link>
      <description>running 11.00 with vxfs files systems?&lt;BR /&gt;try this&lt;BR /&gt;lvextend -L ### /dev/vgxx/lvolx &lt;BR /&gt;then run&lt;BR /&gt;fsadm -F  vxfs -b $((###*1024)) /tmp&lt;BR /&gt;&lt;BR /&gt;### being the size you want&lt;BR /&gt;xx the vg and lvol of the tmp fs&lt;BR /&gt;good luck</description>
      <pubDate>Fri, 18 Aug 2000 13:53:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-increase-size-of/m-p/2437827#M5956</guid>
      <dc:creator>James Odak</dc:creator>
      <dc:date>2000-08-18T13:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: /tmp; INCREASE SIZE OF</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-increase-size-of/m-p/2437828#M5957</link>
      <description>Are you using a file in /tmp for your shell history?&lt;BR /&gt;&lt;BR /&gt;Try 'print $HISTFILE' if you are using the korn/posix shell.</description>
      <pubDate>Fri, 18 Aug 2000 13:54:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-increase-size-of/m-p/2437828#M5957</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-08-18T13:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: /tmp; INCREASE SIZE OF</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-increase-size-of/m-p/2437829#M5958</link>
      <description>Actually, your process should not be one of the ones that gets picked up with fuser, unless that is your $PWD.  &lt;BR /&gt;some of the processes cannot be killed and may need to shut them down with /sbin/init.d/xyzabc stop - one that comes to mind is the rpcd; for that you would have to /sbin/init.d/ncs stop.&lt;BR /&gt;&lt;BR /&gt;After finding the PIDs, run a grep against a ps -ef for the pids to find out the actual processes.</description>
      <pubDate>Fri, 18 Aug 2000 13:57:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-increase-size-of/m-p/2437829#M5958</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-08-18T13:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: /tmp; INCREASE SIZE OF</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-increase-size-of/m-p/2437830#M5959</link>
      <description>Andrew,&lt;BR /&gt;&lt;BR /&gt;You have to find time to go to single user mode. Must apps (eg oracle) make use of the filesystem regularly.&lt;BR /&gt;Use bdf to determine n value of lvol. &lt;BR /&gt;At [] prompt, do lvextend -L NNN /dev/vg00/lvoln&lt;BR /&gt;extendfs -F (filesystem) /dev/vg00/rlvoln&lt;BR /&gt;reboot&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Fri, 18 Aug 2000 13:58:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-increase-size-of/m-p/2437830#M5959</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-08-18T13:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: /tmp; INCREASE SIZE OF</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-increase-size-of/m-p/2437831#M5960</link>
      <description>As Chris said, you have to do it in single user mode unless is vxfs and you have OnLine JFS.&lt;BR /&gt;Do a search in the forum key "increase" or "extend" key word for plenty of details.</description>
      <pubDate>Fri, 18 Aug 2000 14:06:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-increase-size-of/m-p/2437831#M5960</guid>
      <dc:creator>Antoanetta Naghiu</dc:creator>
      <dc:date>2000-08-18T14:06:33Z</dc:date>
    </item>
  </channel>
</rss>

