<?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: issue extending /tmp logical volume in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-extending-tmp-logical-volume/m-p/4154325#M319099</link>
    <description>Unless you have Online JFS, that is.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Mon, 03 Mar 2008 17:23:30 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2008-03-03T17:23:30Z</dc:date>
    <item>
      <title>issue extending /tmp logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-extending-tmp-logical-volume/m-p/4154323#M319097</link>
      <description>I have a hpus 11.23 running HPVM.   I was gong to upgrade the patch bundles, so I wanted to increase /tmp, but cannot because it is busy.   after doing a "fuser -cu /tmp I noticed the processes that I am not aware of.&lt;BR /&gt;&lt;BR /&gt;    root  1424     1  0  Feb  7  ?         0:00 /usr/sbin/hp_unixagt&lt;BR /&gt;    root  1435     1  0  Feb  7  ?         1:26 /usr/sbin/ipv6agt&lt;BR /&gt;#ps -ef | grep 1445&lt;BR /&gt;    root  1445     1  0  Feb  7  ?         1:22 /usr/sbin/mib2agt&lt;BR /&gt;&lt;BR /&gt;I canceled the 3 processes and fuser comand show no more processes, but I still get an error that it is busy.   Is booting to single user mode my only option?</description>
      <pubDate>Mon, 03 Mar 2008 17:20:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-extending-tmp-logical-volume/m-p/4154323#M319097</guid>
      <dc:creator>John Jimenez</dc:creator>
      <dc:date>2008-03-03T17:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: issue extending /tmp logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-extending-tmp-logical-volume/m-p/4154324#M319098</link>
      <description>Yes.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 03 Mar 2008 17:22:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-extending-tmp-logical-volume/m-p/4154324#M319098</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2008-03-03T17:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: issue extending /tmp logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-extending-tmp-logical-volume/m-p/4154325#M319099</link>
      <description>Unless you have Online JFS, that is.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 03 Mar 2008 17:23:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-extending-tmp-logical-volume/m-p/4154325#M319099</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2008-03-03T17:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: issue extending /tmp logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-extending-tmp-logical-volume/m-p/4154326#M319100</link>
      <description>Not sure about 11.23.&lt;BR /&gt;But anytime I needed to extend tmp I had to do so in single user mode.&lt;BR /&gt;&lt;BR /&gt;Another thought is to&lt;BR /&gt;&lt;BR /&gt;export TMP=/some/other/path&lt;BR /&gt;&lt;BR /&gt;A path with lots of room temporarly</description>
      <pubDate>Mon, 03 Mar 2008 17:23:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-extending-tmp-logical-volume/m-p/4154326#M319100</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2008-03-03T17:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: issue extending /tmp logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-extending-tmp-logical-volume/m-p/4154327#M319101</link>
      <description>Hi John:&lt;BR /&gt;&lt;BR /&gt;If you have (and you should have) OnlineJFS, then there is (was) no need to unmount '/tmp' to increase its size.  Use 'fsadm' to enlarge the filesystem.&lt;BR /&gt;&lt;BR /&gt;Make sure that you aren't 'cd'ed into '/tmp' if it is busy.&lt;BR /&gt;&lt;BR /&gt;That said, the easist way to make sure that there are no processes or open files in a filesystem is to boot *into* single-user mode.&lt;BR /&gt;&lt;BR /&gt;A better tool than 'fuser' is 'lsof' when looking for open files.  You could also try, doing:&lt;BR /&gt;&lt;BR /&gt;# fuser -ku /tmp&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 03 Mar 2008 17:28:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-extending-tmp-logical-volume/m-p/4154327#M319101</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-03-03T17:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: issue extending /tmp logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-extending-tmp-logical-volume/m-p/4154328#M319102</link>
      <description>Thanks for the info.   I do not own licensing of online jfs on this machine. My first thought was that it had something to do with hpvm which I know nothing about.   I really should have known that it was because I did not have online jfs.      Paul, interesting plan.  This system is not in production, I am going to try and see if I can export temp.  If not, since it is in production, it will not be an issue going into single user mode</description>
      <pubDate>Mon, 03 Mar 2008 18:01:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-extending-tmp-logical-volume/m-p/4154328#M319102</guid>
      <dc:creator>John Jimenez</dc:creator>
      <dc:date>2008-03-03T18:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: issue extending /tmp logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-extending-tmp-logical-volume/m-p/4154329#M319103</link>
      <description>Hello John,&lt;BR /&gt;&lt;BR /&gt;you said that you are using HPVM.&lt;BR /&gt;just to make it clear for me: are you trying to encrease /tmp on the host OS or inside one of the HP IntegrityVMs?&lt;BR /&gt;&lt;BR /&gt;If you boot your Host OS into single user mode, of course all the HP VMs will be shut down.&lt;BR /&gt;&lt;BR /&gt;Reagrds,&lt;BR /&gt;Carsten</description>
      <pubDate>Mon, 03 Mar 2008 18:05:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-extending-tmp-logical-volume/m-p/4154329#M319103</guid>
      <dc:creator>Carsten.Cimander</dc:creator>
      <dc:date>2008-03-03T18:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: issue extending /tmp logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-extending-tmp-logical-volume/m-p/4154330#M319104</link>
      <description>I only have one windows hpvm right now, but I shut it down.   Any good books on hpvm that you know of would really help me out.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#hpvmstatus&lt;BR /&gt;[Virtual Machines]&lt;BR /&gt;Virtual Machine Name VM #  OS Type State     #VCPUs #Devs #Nets Memory  Runsysid&lt;BR /&gt;==================== ===== ======= ========= ====== ===== ===== ======= ========&lt;BR /&gt;stage                    1 WINDOWS Off            2     2     1    8 GB        0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Mar 2008 18:10:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-extending-tmp-logical-volume/m-p/4154330#M319104</guid>
      <dc:creator>John Jimenez</dc:creator>
      <dc:date>2008-03-03T18:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: issue extending /tmp logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-extending-tmp-logical-volume/m-p/4154331#M319105</link>
      <description>As mentioned if you do not have onlineJFS then you must be in single usermod to modify the size of /tmp.&lt;BR /&gt;&lt;BR /&gt;To save yourself time and effort why not simply create another filesystem large enough filesystem for your software temp space ? &lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;Any good books on IVM ?  &lt;BR /&gt;&lt;A href="http://docs.hp.com/en/vse.html#HP%20Integrity%20Virtual%20Machines" target="_blank"&gt;http://docs.hp.com/en/vse.html#HP%20Integrity%20Virtual%20Machines&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Mar 2008 20:48:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-extending-tmp-logical-volume/m-p/4154331#M319105</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-03-03T20:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: issue extending /tmp logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issue-extending-tmp-logical-volume/m-p/4154332#M319106</link>
      <description>fuser is notoriously incomplete in finding all the possible uses of a mount point. Try:&lt;BR /&gt; &lt;BR /&gt;fuser /dev/vg00/lvolXX&lt;BR /&gt;fuser /dev/vg00/rlvolXX&lt;BR /&gt; &lt;BR /&gt;This may find a few more processes.&lt;BR /&gt; &lt;BR /&gt;But the only definitive way to locate all the open files is to download lsof. This program will find all the processes that keep a mount point busy. Note that /tmp is a very busy location - you may need to be careful about randomly killing any process using /tmp.</description>
      <pubDate>Tue, 04 Mar 2008 03:39:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issue-extending-tmp-logical-volume/m-p/4154332#M319106</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2008-03-04T03:39:30Z</dc:date>
    </item>
  </channel>
</rss>

