<?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: cannot unmount in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/umount-cannot-unmount/m-p/4180852#M322409</link>
    <description>Unfortunately this is on 11i v1, no -f option for umount.&lt;BR /&gt;Wow, ipcs to do an unmount, thats a new one to me. How do you translate ipcs output to a mount point?&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 16 Apr 2008 14:20:10 GMT</pubDate>
    <dc:creator>Steve Faidley</dc:creator>
    <dc:date>2008-04-16T14:20:10Z</dc:date>
    <item>
      <title>umount: cannot unmount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umount-cannot-unmount/m-p/4180848#M322405</link>
      <description>This is more of a solution, rather then a question. But I thought it worth putting on the forums.&lt;BR /&gt;I had SG package that failed halt as it could not unmount one of it's filesystems(LVM, not CD or NFS) tonight. I tried  what I think are all the normal things; ps, lsof, fuser. None of them returned any info indicating there was a process holding up the unmount. &lt;BR /&gt;I was running a constant loop of fuser -ku .. ;unmount .. and got nothing.&lt;BR /&gt;I had started to call together a bridgeline to reboot the box when I thought of trying one more thing.&lt;BR /&gt;You all remember; &lt;BR /&gt;export UNIX95=yes;ps -efo pid,comm,args&lt;BR /&gt;&lt;BR /&gt;I'll be darned, the offender's popped up like they were on Viagra.&lt;BR /&gt;&lt;BR /&gt;I had saved off lsof output, but not ps -ef so I can only detail lsof output.&lt;BR /&gt;&lt;BR /&gt;export UNIX95=yes;ps -efo pid,comm,args | grep ops;&lt;BR /&gt;14764 cat             cat /plops/u90/export/pplops/DAILY/20080415/p_0415_pplops.3.np&lt;BR /&gt;14774 cat             cat /plops/u90/export/pplops/DAILY/20080415/p_0415_pplops.5.np&lt;BR /&gt; 4689 grep            grep ops&lt;BR /&gt;14757 cat             cat /plops/u90/export/pplops/DAILY/20080415/p_0415_pplops.2.np&lt;BR /&gt; 4687 fuser           fuser -uk /dev/vgops50/lvol4&lt;BR /&gt;14769 cat             cat /plops/u90/export/pplops/DAILY/20080415/p_0415_pplops.4.np&lt;BR /&gt;14779 cat             cat /plops/u90/export/pplops/DAILY/20080415/p_0415_pplops.6.np&lt;BR /&gt;14752 cat             cat /plops/u90/export/pplops/DAILY/20080415/p_0415_pplops.1.np&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;lsof grep on one of the PID's;&lt;BR /&gt;cat       14764  oracle  cwd    DIR  64,0x20001       16384        6 /u00/home/oracle&lt;BR /&gt;cat       14764  oracle  txt    REG      64,0x6       20480      328 /usr/bin/cat&lt;BR /&gt;cat       14764  oracle  mem    REG      64,0x6       24576    36714 /usr/lib/libdld.2&lt;BR /&gt;cat       14764  oracle  mem    REG      64,0x6     1826816    36697 /usr/lib/libc.2&lt;BR /&gt;cat       14764  oracle  mem    REG      64,0x6      278528    33693 /usr/lib/dld.sl&lt;BR /&gt;cat       14764  oracle    0u   CHR       3,0x2         0t0       66 /dev/null&lt;BR /&gt;cat       14764  oracle    1w  FIFO 0x39574fe08         0t0 30479180 &lt;BR /&gt;cat       14764  oracle    2u   REG      64,0x5      446019      903 /tmp (/dev/vg00/lvol5)&lt;BR /&gt;&lt;BR /&gt;It seems that fuser and lsof, (and basic ps for that matter) do NOT pull the long arg string.&lt;BR /&gt;&lt;BR /&gt;Once I killed off the processes indicated by the ps -efo I was able to unmount the filesystem, vgchange the VG and let the batch process continue.&lt;BR /&gt;&lt;BR /&gt;Has anyone else ever seen/tried this?&lt;BR /&gt;&lt;BR /&gt;Hope this saves someone a reboot!&lt;BR /&gt;Let me know.&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Apr 2008 09:11:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umount-cannot-unmount/m-p/4180848#M322405</guid>
      <dc:creator>Steve Faidley</dc:creator>
      <dc:date>2008-04-16T09:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: umount: cannot unmount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umount-cannot-unmount/m-p/4180849#M322406</link>
      <description>Steve,&lt;BR /&gt;     Thanks, it is really good solution of that type of problem, because i have also faced this problem before some times, &lt;BR /&gt;Thanks again.&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Apr 2008 09:29:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umount-cannot-unmount/m-p/4180849#M322406</guid>
      <dc:creator>piyush mathiya</dc:creator>
      <dc:date>2008-04-16T09:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: umount: cannot unmount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umount-cannot-unmount/m-p/4180850#M322407</link>
      <description>Did you check with ipcs (ipcs -mab). Were there any shared memory stuff not cleared. I had long back some issues with one SG package which had not cleared shared memory correctly and had problems of halting packages.&lt;BR /&gt;&lt;BR /&gt;Also, did you use the umount -f (Forcibly unmount a file system).&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Apr 2008 11:30:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umount-cannot-unmount/m-p/4180850#M322407</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2008-04-16T11:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: umount: cannot unmount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umount-cannot-unmount/m-p/4180851#M322408</link>
      <description>HI Steve&lt;BR /&gt;&lt;BR /&gt;Yeah, good way. but i think&lt;BR /&gt;&lt;BR /&gt;fuser -ku to lvol path rather than this long task is fruitful in very much critical situation.</description>
      <pubDate>Wed, 16 Apr 2008 11:47:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umount-cannot-unmount/m-p/4180851#M322408</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-04-16T11:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: umount: cannot unmount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umount-cannot-unmount/m-p/4180852#M322409</link>
      <description>Unfortunately this is on 11i v1, no -f option for umount.&lt;BR /&gt;Wow, ipcs to do an unmount, thats a new one to me. How do you translate ipcs output to a mount point?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Apr 2008 14:20:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umount-cannot-unmount/m-p/4180852#M322409</guid>
      <dc:creator>Steve Faidley</dc:creator>
      <dc:date>2008-04-16T14:20:10Z</dc:date>
    </item>
  </channel>
</rss>

