<?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: umount /tmp in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/umount-tmp/m-p/3330175#M188939</link>
    <description>You would have to free up any processes that are holding the filesystem open.  Since /tmp is used by many system processes, you may find that freeing up /tmp is impossible without rebooting into single user mode.&lt;BR /&gt;&lt;BR /&gt;# fuser -cu /tmp&lt;BR /&gt;&lt;BR /&gt;Using init s is not the same as true single user mode.  There is no bypassing the reboot into single user mode.</description>
    <pubDate>Tue, 13 Jul 2004 11:24:54 GMT</pubDate>
    <dc:creator>Cheryl Griffin</dc:creator>
    <dc:date>2004-07-13T11:24:54Z</dc:date>
    <item>
      <title>umount /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umount-tmp/m-p/3330173#M188937</link>
      <description>OS: HP-UX B.11.11&lt;BR /&gt;&lt;BR /&gt;I can umount /tmp to increase the the FS, without state on single user?&lt;BR /&gt;&lt;BR /&gt;By the way how can i pass to single user using init command, i try the "init s , or, init S" it doesn't work.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Joel&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Jul 2004 11:19:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umount-tmp/m-p/3330173#M188937</guid>
      <dc:creator>uadm26</dc:creator>
      <dc:date>2004-07-13T11:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: umount /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umount-tmp/m-p/3330174#M188938</link>
      <description>/tmp is used by different system/user process. so if you do not have Online JFS, you can not extend it online. You will have to go ot single user mode and extend it.(lvextend and extendfs)&lt;BR /&gt;&lt;BR /&gt;After 10.20, doing init s or init S, is no longer the confirmed way of going to single user mode.&lt;BR /&gt;&lt;BR /&gt;You will have to reboot the server, interrupt the boot process, interact with ISL and once on ISL prompt, do hpux -is&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Tue, 13 Jul 2004 11:23:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umount-tmp/m-p/3330174#M188938</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-07-13T11:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: umount /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umount-tmp/m-p/3330175#M188939</link>
      <description>You would have to free up any processes that are holding the filesystem open.  Since /tmp is used by many system processes, you may find that freeing up /tmp is impossible without rebooting into single user mode.&lt;BR /&gt;&lt;BR /&gt;# fuser -cu /tmp&lt;BR /&gt;&lt;BR /&gt;Using init s is not the same as true single user mode.  There is no bypassing the reboot into single user mode.</description>
      <pubDate>Tue, 13 Jul 2004 11:24:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umount-tmp/m-p/3330175#M188939</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2004-07-13T11:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: umount /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umount-tmp/m-p/3330176#M188940</link>
      <description>Hi Joel,&lt;BR /&gt;&lt;BR /&gt; # fuser -cu /tmp | xargs -n1 ps -fp&lt;BR /&gt;&lt;BR /&gt; The above command will tell you the processes using the /tmp file system&lt;BR /&gt; &lt;BR /&gt; Though it is not preferred to unmount /tmp in multiuser mode, in most cases you could kill the processes and unmount the /tmp file system (I could unmount in my system).&lt;BR /&gt;&lt;BR /&gt; The processes using /tmp are mostly OVO processes, SNMP process (and few others).&lt;BR /&gt;&lt;BR /&gt; But if you can take the system offline for sometime, then preferred way is to bring the system to single user mode and unmount /tmp&lt;BR /&gt;&lt;BR /&gt;  # init s&lt;BR /&gt;&lt;BR /&gt;  or&lt;BR /&gt;&lt;BR /&gt;  # shutdown -y 0&lt;BR /&gt;&lt;BR /&gt;  should bring you to the single user mode&lt;BR /&gt;&lt;BR /&gt;  Run the who -r command to see the current run state.&lt;BR /&gt;&lt;BR /&gt;  But if you have online JFS installed in your system then you dont even have to unmount /tmp to increase it&lt;BR /&gt;&lt;BR /&gt;  # swlist | grep -i online&lt;BR /&gt;&lt;BR /&gt;  See if online JFS is installed. If yes you dont have to unmount the file system to increase it. You can do it online.</description>
      <pubDate>Tue, 13 Jul 2004 11:27:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umount-tmp/m-p/3330176#M188940</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-07-13T11:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: umount /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umount-tmp/m-p/3330177#M188941</link>
      <description>You should be able to try this to umount /tmp&lt;BR /&gt;&lt;BR /&gt;Its best to shut down all applicatons and databases first because this could distrupt them.&lt;BR /&gt;&lt;BR /&gt;fuser -cu /tmp&lt;BR /&gt;# list processes. You may want to manually kill them.&lt;BR /&gt;&lt;BR /&gt;fuser -cuk /tmp&lt;BR /&gt;&lt;BR /&gt;umount /tmp&lt;BR /&gt;&lt;BR /&gt;If this does not work the only way I've been in single single user mode is this:&lt;BR /&gt;&lt;BR /&gt;shutdown -ry now&lt;BR /&gt;&lt;BR /&gt;interupt at the 10 second prompt at console&lt;BR /&gt;&lt;BR /&gt;bo&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;Y # means yes, interact&lt;BR /&gt;&lt;BR /&gt;hpux -is&lt;BR /&gt;&lt;BR /&gt;Now you are in single user mode.&lt;BR /&gt;&lt;BR /&gt;OnlineJFS probably negates the need for this process. Good buy, per processor licensing.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/ENTER&gt;</description>
      <pubDate>Tue, 13 Jul 2004 11:27:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umount-tmp/m-p/3330177#M188941</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-07-13T11:27:59Z</dc:date>
    </item>
  </channel>
</rss>

