<?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: Can't umount /var? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-umount-var/m-p/2572725#M873573</link>
    <description>Forgive me, my error...&lt;BR /&gt;&lt;BR /&gt;I forgot that /var ISNT MOUNTED at this point&lt;BR /&gt;&lt;BR /&gt;Eran, you were right on the money&lt;BR /&gt;&lt;BR /&gt;Thanks very much&lt;BR /&gt;Jon</description>
    <pubDate>Thu, 30 Aug 2001 12:33:11 GMT</pubDate>
    <dc:creator>Jon Mattatall</dc:creator>
    <dc:date>2001-08-30T12:33:11Z</dc:date>
    <item>
      <title>Can't umount /var?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-umount-var/m-p/2572719#M873567</link>
      <description>Hi there -&lt;BR /&gt;On HP-UX 11.00, I've lvextended /var and am now trying to extend the fs to the new size.  However, when I:&lt;BR /&gt;shutdown -y 0&lt;BR /&gt;umount /dev/vg00/lvol8&lt;BR /&gt;it says "Device in use" - if I reboot to hpux -lm, and try to umount, the message is "requires block file"&lt;BR /&gt;I'm fairly new to this, but how can I determine what's in use?&lt;BR /&gt;(ps -ef |grep var shows nothing, but I'm not sure if it should)&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Thu, 30 Aug 2001 11:37:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-umount-var/m-p/2572719#M873567</guid>
      <dc:creator>Jon Mattatall</dc:creator>
      <dc:date>2001-08-30T11:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Can't umount /var?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-umount-var/m-p/2572720#M873568</link>
      <description>Oops - I'm using a Web Console to a remote location - that may have some impact as well</description>
      <pubDate>Thu, 30 Aug 2001 11:39:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-umount-var/m-p/2572720#M873568</guid>
      <dc:creator>Jon Mattatall</dc:creator>
      <dc:date>2001-08-30T11:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Can't umount /var?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-umount-var/m-p/2572721#M873569</link>
      <description>#fuser -ku /var</description>
      <pubDate>Thu, 30 Aug 2001 11:42:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-umount-var/m-p/2572721#M873569</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-08-30T11:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Can't umount /var?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-umount-var/m-p/2572722#M873570</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;use fuser to see which user are working or open a file in the /var .&lt;BR /&gt;&lt;BR /&gt;you dont need to boot with lm option but to boot with isl&amp;gt;hp-ux -is &lt;BR /&gt;to boot to a single user mode and then do you action on the /var .&lt;BR /&gt;&lt;BR /&gt;you can also active the vg if you are booting with lm . &lt;BR /&gt;&lt;BR /&gt;the Web Console dont have any effect on this .&lt;BR /&gt;&lt;BR /&gt;tell me if you need more help</description>
      <pubDate>Thu, 30 Aug 2001 11:45:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-umount-var/m-p/2572722#M873570</guid>
      <dc:creator>eran maor</dc:creator>
      <dc:date>2001-08-30T11:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Can't umount /var?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-umount-var/m-p/2572723#M873571</link>
      <description>Hi Jon,&lt;BR /&gt;&lt;BR /&gt;For a mounted filesystem, use:&lt;BR /&gt;&lt;BR /&gt;fuser -cu /var&lt;BR /&gt;&lt;BR /&gt;to see who is using it.&lt;BR /&gt;&lt;BR /&gt;However, the extendfs will need to be done in single-user mode, since a number of multi-user processes will be using /var, e.g. the logging tools.&lt;BR /&gt;&lt;BR /&gt;Rgds, Robin.</description>
      <pubDate>Thu, 30 Aug 2001 11:49:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-umount-var/m-p/2572723#M873571</guid>
      <dc:creator>Robin Wakefield</dc:creator>
      <dc:date>2001-08-30T11:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Can't umount /var?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-umount-var/m-p/2572724#M873572</link>
      <description>Good ideas, but - &lt;BR /&gt;when I boot with hpux -is and try&lt;BR /&gt;umount /dev/vg00/lvol8&lt;BR /&gt;I get - "umount: cannot umount /var : Block device required"&lt;BR /&gt;&lt;BR /&gt;Doesn't that mean a disk?&lt;BR /&gt;&lt;BR /&gt;I do not grok this at all, 30 secs before this I umounted, extendfs, mounted lvol7 without a problem.&lt;BR /&gt;&lt;BR /&gt;Would this have a chance?&lt;BR /&gt;shutdown -y 0&lt;BR /&gt;fuser -k /var&lt;BR /&gt;umount ......&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Aug 2001 12:27:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-umount-var/m-p/2572724#M873572</guid>
      <dc:creator>Jon Mattatall</dc:creator>
      <dc:date>2001-08-30T12:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can't umount /var?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-umount-var/m-p/2572725#M873573</link>
      <description>Forgive me, my error...&lt;BR /&gt;&lt;BR /&gt;I forgot that /var ISNT MOUNTED at this point&lt;BR /&gt;&lt;BR /&gt;Eran, you were right on the money&lt;BR /&gt;&lt;BR /&gt;Thanks very much&lt;BR /&gt;Jon</description>
      <pubDate>Thu, 30 Aug 2001 12:33:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-umount-var/m-p/2572725#M873573</guid>
      <dc:creator>Jon Mattatall</dc:creator>
      <dc:date>2001-08-30T12:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can't umount /var?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-umount-var/m-p/2572726#M873574</link>
      <description>Hi Jon,&lt;BR /&gt;&lt;BR /&gt;Can you show us what the output of the following commands shows:&lt;BR /&gt;&lt;BR /&gt;ls -l /dev/vg00&lt;BR /&gt;mount -p&lt;BR /&gt;&lt;BR /&gt;Rgds, Robin.</description>
      <pubDate>Thu, 30 Aug 2001 12:33:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-umount-var/m-p/2572726#M873574</guid>
      <dc:creator>Robin Wakefield</dc:creator>
      <dc:date>2001-08-30T12:33:15Z</dc:date>
    </item>
  </channel>
</rss>

