<?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 Filesystem unmount problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-unmount-problem/m-p/3755853#M258457</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have unmounted all but one filesystem. When I do a bdf, I see the following:&lt;BR /&gt;&lt;BR /&gt;bdf: /opt/oracle/yyccciidb/oraarch: No such device or address&lt;BR /&gt;bdf: /opt/oracle/yyccciidb/product: No such device or address&lt;BR /&gt;bdf: /opt/oracle/yyccciidb/admin/IC17: No such device or address&lt;BR /&gt;bdf: /opt/oracle/yyccciidb/oradata/IC17: No such device or address&lt;BR /&gt;bdf: /opt/oracle/yyccciidb/oradata/IC17/data: No such device or address&lt;BR /&gt;bdf: /opt/oracle/yyccciidb/oradata/IC17/index: No such device or address&lt;BR /&gt;/dev/vx/dsk/yyccciidbdg/orabase&lt;BR /&gt;    512000  108767  378041  22% /opt/oracle/yyccciidb&lt;BR /&gt;&lt;BR /&gt;I am unable to unmount the last filesystem.&lt;BR /&gt;&lt;BR /&gt;These are veritas volume manager file systems and are under VCS control.&lt;BR /&gt;&lt;BR /&gt;thanks</description>
    <pubDate>Tue, 21 Mar 2006 10:36:49 GMT</pubDate>
    <dc:creator>Kurt_32</dc:creator>
    <dc:date>2006-03-21T10:36:49Z</dc:date>
    <item>
      <title>Filesystem unmount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-unmount-problem/m-p/3755853#M258457</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have unmounted all but one filesystem. When I do a bdf, I see the following:&lt;BR /&gt;&lt;BR /&gt;bdf: /opt/oracle/yyccciidb/oraarch: No such device or address&lt;BR /&gt;bdf: /opt/oracle/yyccciidb/product: No such device or address&lt;BR /&gt;bdf: /opt/oracle/yyccciidb/admin/IC17: No such device or address&lt;BR /&gt;bdf: /opt/oracle/yyccciidb/oradata/IC17: No such device or address&lt;BR /&gt;bdf: /opt/oracle/yyccciidb/oradata/IC17/data: No such device or address&lt;BR /&gt;bdf: /opt/oracle/yyccciidb/oradata/IC17/index: No such device or address&lt;BR /&gt;/dev/vx/dsk/yyccciidbdg/orabase&lt;BR /&gt;    512000  108767  378041  22% /opt/oracle/yyccciidb&lt;BR /&gt;&lt;BR /&gt;I am unable to unmount the last filesystem.&lt;BR /&gt;&lt;BR /&gt;These are veritas volume manager file systems and are under VCS control.&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Tue, 21 Mar 2006 10:36:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-unmount-problem/m-p/3755853#M258457</guid>
      <dc:creator>Kurt_32</dc:creator>
      <dc:date>2006-03-21T10:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem unmount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-unmount-problem/m-p/3755854#M258458</link>
      <description>Kurt,&lt;BR /&gt;what is the error message?&lt;BR /&gt;Are you sitting on the filesystem?&lt;BR /&gt;cd /&lt;BR /&gt;fuser -cu /opt/oracle/yyccciidb&lt;BR /&gt;Perhaps an oracle process is using the filesystem?</description>
      <pubDate>Tue, 21 Mar 2006 10:50:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-unmount-problem/m-p/3755854#M258458</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-03-21T10:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem unmount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-unmount-problem/m-p/3755855#M258459</link>
      <description>Hi Kurt,&lt;BR /&gt;&lt;BR /&gt;Check if there is an active process keeping the filesystem mounted.&lt;BR /&gt;&lt;BR /&gt;# lsof /opt/oracle/yyccciidb&lt;BR /&gt;# fuser /opt/oracle/yyccciidb&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Tue, 21 Mar 2006 10:52:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-unmount-problem/m-p/3755855#M258459</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2006-03-21T10:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem unmount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-unmount-problem/m-p/3755856#M258460</link>
      <description>Hi Kurt, &lt;BR /&gt;&lt;BR /&gt;In order to unmount, you need to kill all processes running in that file system. You can try the following commands, &lt;BR /&gt;&lt;BR /&gt;# fuser -u /opt/oracle/yyccciidb &lt;BR /&gt;to list the processes running in /opt/oracle/yyccciidb&lt;BR /&gt;&lt;BR /&gt;# fuser -ku /opt/oracle/yyccciidb &lt;BR /&gt;to kill them&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 21 Mar 2006 10:57:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-unmount-problem/m-p/3755856#M258460</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-03-21T10:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem unmount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-unmount-problem/m-p/3755857#M258461</link>
      <description>I used the fuser command with -ck option on the mount point but no help. I also killed all processes using it. but still....&lt;BR /&gt;&lt;BR /&gt;&amp;lt;&amp;gt;&lt;BR /&gt;# umount /opt/oracle/yyccciidb&lt;BR /&gt;umount: cannot unmount /opt/oracle/yyccciidb : Device busy&lt;BR /&gt;umount: return error 1.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 21 Mar 2006 11:00:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-unmount-problem/m-p/3755857#M258461</guid>
      <dc:creator>Kurt_32</dc:creator>
      <dc:date>2006-03-21T11:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem unmount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-unmount-problem/m-p/3755858#M258462</link>
      <description>And this is what syslog.log says for all the seven file systems:&lt;BR /&gt;&lt;BR /&gt;Mar 21 11:03:42 ymxppdb0 vmunix: msgcnt 2440 vxfs: mesg 025: vx_wsuper - /dev/vx&lt;BR /&gt;/dsk/yyccciidbdg/orabase file system super-block update failed</description>
      <pubDate>Tue, 21 Mar 2006 11:05:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-unmount-problem/m-p/3755858#M258462</guid>
      <dc:creator>Kurt_32</dc:creator>
      <dc:date>2006-03-21T11:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem unmount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-unmount-problem/m-p/3755859#M258463</link>
      <description>Kurt,&lt;BR /&gt;after you have done your:&lt;BR /&gt;fuser -ck  /opt/oracle/yyccciidb&lt;BR /&gt;what does&lt;BR /&gt;fuser -cu  /opt/oracle/yyccciidb&lt;BR /&gt;report?&lt;BR /&gt;Is there a daemon respawning new processes against this filesystem?</description>
      <pubDate>Tue, 21 Mar 2006 11:06:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-unmount-problem/m-p/3755859#M258463</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-03-21T11:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem unmount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-unmount-problem/m-p/3755860#M258464</link>
      <description>It reports nothing.</description>
      <pubDate>Tue, 21 Mar 2006 11:07:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-unmount-problem/m-p/3755860#M258464</guid>
      <dc:creator>Kurt_32</dc:creator>
      <dc:date>2006-03-21T11:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem unmount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-unmount-problem/m-p/3755861#M258465</link>
      <description>Try to dd the disk and check if the disk is ok.&lt;BR /&gt;# dd if=/dev/rdsk/cxtydz of=/dev/null bs=1024k&lt;BR /&gt;&lt;BR /&gt;WARNING: msgcnt x: vxfs: mesg 025:&lt;BR /&gt; vx_wsuper - mount_point file system super_block update failed&lt;BR /&gt;&lt;BR /&gt;Message 025 Explanation:&lt;BR /&gt;An I/O error occurred while writing the super-block during a resize operation.&lt;BR /&gt;The file system is disabled.&lt;BR /&gt;&lt;BR /&gt;Unmount the file system and use fsck to run a full structural check. Check the&lt;BR /&gt;console log for I/O errors. If the problem is a disk failure, replace the disk&lt;BR /&gt;before the file system is mounted for write access.&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Mar 2006 11:17:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-unmount-problem/m-p/3755861#M258465</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2006-03-21T11:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem unmount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-unmount-problem/m-p/3755862#M258466</link>
      <description>This is what syslog.log file gives:&lt;BR /&gt;&lt;BR /&gt;Mar 21 11:15:03 ymxppdb0 vmunix: msgcnt 2567 vxfs: mesg 008: vx_direrr: vx_dirsc&lt;BR /&gt;an_2 - /opt/oracle/yyccciidb file system inode 2 block 1285 error 6&lt;BR /&gt;Mar 21 11:15:03 ymxppdb0 vmunix: msgcnt 2568 vxfs: mesg 025: vx_wsuper - /dev/vx&lt;BR /&gt;/dsk/yyccciidbdg/orabase file system super-block update failed&lt;BR /&gt;Mar 21 11:15:03 ymxppdb0 vmunix: msgcnt 2569 vxfs: mesg 008: vx_direrr: vx_dirsc&lt;BR /&gt;an_2 - /opt/oracle/yyccciidb file system inode 2 block 1285 error 6&lt;BR /&gt;Mar 21 11:15:03 ymxppdb0 vmunix: msgcnt 2570 vxfs: mesg 025: vx_wsuper - /dev/vx&lt;BR /&gt;/dsk/yyccciidbdg/orabase file system super-block update failed&lt;BR /&gt;Mar 21 11:15:03 ymxppdb0 vmunix: msgcnt 2571 vxfs: mesg 008: vx_direrr: vx_dirsc&lt;BR /&gt;an_2 - /opt/oracle/yyccciidb file system inode 2 block 1285 error 6&lt;BR /&gt;Mar 21 11:15:03 ymxppdb0 vmunix: msgcnt 2572 vxfs: mesg 025: vx_wsuper - /dev/vx&lt;BR /&gt;/dsk/yyccciidbdg/orabase file system super-block update failed&lt;BR /&gt;Mar 21 11:15:03 ymxppdb0 vmunix: msgcnt 2573 vxfs: mesg 008: vx_direrr: vx_dirsc&lt;BR /&gt;an_2 - /opt/oracle/yyccciidb file system inode 2 block 1285 error 6&lt;BR /&gt;Mar 21 11:15:03 ymxppdb0 vmunix: msgcnt 2574 vxfs: mesg 025: vx_wsuper - /dev/vx&lt;BR /&gt;/dsk/yyccciidbdg/orabase file system super-block update failed&lt;BR /&gt;Mar 21 11:15:03 ymxppdb0 vmunix: msgcnt 2575 vxfs: mesg 008: vx_direrr: vx_dirsc&lt;BR /&gt;an_2 - /opt/oracle/yyccciidb file system inode 2 block 1285 error 6&lt;BR /&gt;Mar 21 11:15:03 ymxppdb0 vmunix: msgcnt 2576 vxfs: mesg 025: vx_wsuper - /dev/vx&lt;BR /&gt;/dsk/yyccciidbdg/orabase file system super-block update failed&lt;BR /&gt;Mar 21 11:15:03 ymxppdb0 vmunix: msgcnt 2577 vxfs: mesg 008: vx_direrr: vx_dirsc&lt;BR /&gt;an_2 - /opt/oracle/yyccciidb file system inode 2 block 1285 error 6&lt;BR /&gt;Mar 21 11:15:03 ymxppdb0 vmunix: msgcnt 2578 vxfs: mesg 025: vx_wsuper - /dev/vx&lt;BR /&gt;/dsk/yyccciidbdg/orabase file system super-block update failed&lt;BR /&gt;Mar 21 11:15:03 ymxppdb0 vmunix: msgcnt 2579 vxfs: mesg 008: vx_direrr: vx_dirsc&lt;BR /&gt;an_2 - /opt/oracle/yyccciidb file system inode 2 block 1285 error 6&lt;BR /&gt;Mar 21 11:15:03 ymxppdb0 vmunix: msgcnt 2580 vxfs: mesg 025: vx_wsuper - /dev/vx&lt;BR /&gt;/dsk/yyccciidbdg/orabase file system super-block update failed&lt;BR /&gt;Mar 21 11:15:37 ymxppdb0 Had[2030]: (ymxppdb0) VCS:13079:Resource(dg_YYCCCIIDBdg&lt;BR /&gt;): The last 90 invocations of the clean procedure have failed.&lt;BR /&gt;=======================</description>
      <pubDate>Tue, 21 Mar 2006 11:17:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-unmount-problem/m-p/3755862#M258466</guid>
      <dc:creator>Kurt_32</dc:creator>
      <dc:date>2006-03-21T11:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem unmount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-unmount-problem/m-p/3755863#M258467</link>
      <description>Kurt,&lt;BR /&gt;I am not sure why you are getting the No such device messages unless they relat to systems mounted below the /opt/oracle/yyccciidb mount point?!&lt;BR /&gt;&lt;BR /&gt;If there are any other mount-points starting /opt/oracle/yyccciidb, please unmount them first and retry the unmount of /opt/oracle/yyccciidb.&lt;BR /&gt;&lt;BR /&gt;If fuser and lsof report no activity, but umount thinks it's busy, I suspect the only way is to re-boot.&lt;BR /&gt;&lt;BR /&gt;By the way, were you trying to unmount all the disks in order to shut down?</description>
      <pubDate>Tue, 21 Mar 2006 11:18:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-unmount-problem/m-p/3755863#M258467</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-03-21T11:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem unmount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-unmount-problem/m-p/3755864#M258468</link>
      <description>Is the database still up on this server?  This may be a reason why it won't let you unmount this filesystem.</description>
      <pubDate>Tue, 21 Mar 2006 11:18:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-unmount-problem/m-p/3755864#M258468</guid>
      <dc:creator>Deoncia Grayson_1</dc:creator>
      <dc:date>2006-03-21T11:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem unmount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-unmount-problem/m-p/3755865#M258469</link>
      <description>I have rebooted the server twice. After it comes back up, all filessytems get mounted without any problems... but at the time of unmounting them, I get these messages.</description>
      <pubDate>Tue, 21 Mar 2006 11:20:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-unmount-problem/m-p/3755865#M258469</guid>
      <dc:creator>Kurt_32</dc:creator>
      <dc:date>2006-03-21T11:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem unmount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-unmount-problem/m-p/3755866#M258470</link>
      <description>This is what it says when I try to fsck on a filesystem:&lt;BR /&gt;&lt;BR /&gt;# fsck -F vxfs -o full /dev/vx/rdsk/yyccciidbdg/orabase&lt;BR /&gt;vxfs fsck: Cannot open /dev/vx/rdsk/yyccciidbdg/orabase: No such device or addre&lt;BR /&gt;ss&lt;BR /&gt;file system check failure, aborting ...</description>
      <pubDate>Tue, 21 Mar 2006 11:23:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-unmount-problem/m-p/3755866#M258470</guid>
      <dc:creator>Kurt_32</dc:creator>
      <dc:date>2006-03-21T11:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem unmount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-unmount-problem/m-p/3755867#M258471</link>
      <description>By looking at the docs, it points to a faulty disk, have you ran an ioscan or run a dd on the disks that belongs to logical volume?&lt;BR /&gt;&lt;BR /&gt;Try this link to read upon more about the errors you are getting:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B3929-90011/apas03.html" target="_blank"&gt;http://docs.hp.com/en/B3929-90011/apas03.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Mar 2006 11:26:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-unmount-problem/m-p/3755867#M258471</guid>
      <dc:creator>Deoncia Grayson_1</dc:creator>
      <dc:date>2006-03-21T11:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem unmount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-unmount-problem/m-p/3755868#M258472</link>
      <description>The disks are sitting in SAN (EMC Clariion) and see to be ok. I just checked them by logging into Navisphere. Also I did ioscan -fnCdisk and it reported them CLAIMED.</description>
      <pubDate>Tue, 21 Mar 2006 11:35:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-unmount-problem/m-p/3755868#M258472</guid>
      <dc:creator>Kurt_32</dc:creator>
      <dc:date>2006-03-21T11:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem unmount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-unmount-problem/m-p/3755869#M258473</link>
      <description>Thanks for all your help. A reboot fixed the problem....</description>
      <pubDate>Tue, 21 Mar 2006 12:20:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-unmount-problem/m-p/3755869#M258473</guid>
      <dc:creator>Kurt_32</dc:creator>
      <dc:date>2006-03-21T12:20:17Z</dc:date>
    </item>
  </channel>
</rss>

