<?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: pfs_mount in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2523021#M878397</link>
    <description>I agree with James , ie is why I said that you have to kill the process in the ascending order first the lower id then go up.&lt;BR /&gt;&lt;BR /&gt;Manoj</description>
    <pubDate>Mon, 30 Apr 2001 17:51:12 GMT</pubDate>
    <dc:creator>MANOJ SRIVASTAVA</dc:creator>
    <dc:date>2001-04-30T17:51:12Z</dc:date>
    <item>
      <title>pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2523014#M878390</link>
      <description>we used pfs_mount for using CDROM on L1000 Unix 11.0 and we're not able to perform an umount.  We have to reboot system!!!  When we tried pfs_umount, the system said "device busy".</description>
      <pubDate>Mon, 30 Apr 2001 16:03:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2523014#M878390</guid>
      <dc:creator>Sylvie Vezina</dc:creator>
      <dc:date>2001-04-30T16:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2523015#M878391</link>
      <description>Well, of course some common things come to mind:&lt;BR /&gt;&lt;BR /&gt;1 - Were you and anybody else out of the directory? - confirm this with an fuser command on the file system to see if there are any users..&lt;BR /&gt;&lt;BR /&gt;2 - Any user that was using the file system, have them log out of the system entirely..&lt;BR /&gt;&lt;BR /&gt;From outside the filesystem directory, try the unmount again...&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Mon, 30 Apr 2001 16:06:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2523015#M878391</guid>
      <dc:creator>Michael Elleby III</dc:creator>
      <dc:date>2001-04-30T16:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2523016#M878392</link>
      <description>Do an fuser -c /cdrom (or wahatever the mount directory is)&lt;BR /&gt;you should see a list of processes (pids) which are using the cdrom. ps -p pid -f will then give you more information.&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Apr 2001 16:12:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2523016#M878392</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-04-30T16:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2523017#M878393</link>
      <description>Agree with Clay...&lt;BR /&gt;&lt;BR /&gt;I says device is busy because....device is busy.  Use fuser to determine which process has a hold on the mountpoint.  Then kill the process.&lt;BR /&gt;&lt;BR /&gt;...jcd...</description>
      <pubDate>Mon, 30 Apr 2001 16:18:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2523017#M878393</guid>
      <dc:creator>Joseph C. Denman</dc:creator>
      <dc:date>2001-04-30T16:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2523018#M878394</link>
      <description>Maybe I should have clarified my answer a little better for jcd...&lt;BR /&gt;&lt;BR /&gt;When I stated about the fuser, do it first to see if there is a process/user that has a hold on it, then use the -k parameter to kill the process..&lt;BR /&gt;&lt;BR /&gt;Then log that user out.. I have had similar problems with Oracle CD's..&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Mon, 30 Apr 2001 16:21:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2523018#M878394</guid>
      <dc:creator>Michael Elleby III</dc:creator>
      <dc:date>2001-04-30T16:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2523019#M878395</link>
      <description>I Think your problem is that even if you are able to unmount you cant eject the CDROM . Incase you are not using pfs_umount or there are remanent pfs processes then the CD will not be able to eject . So do the following :&lt;BR /&gt;&lt;BR /&gt;1. pfs_umount ( obviously nobody should be in thtat directory , user fuser -c &amp;lt; mount directory &amp;gt; to know who is using it .&lt;BR /&gt;&lt;BR /&gt;2. Incase you cant eject th&lt;BR /&gt;e CD out try this do ps -ef | grep pfs and kill the processes in the incresing order , &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;that means issue kill -9 to the lowest id and then go ahead . After that is done th CD will be able to come out.&lt;BR /&gt;&lt;BR /&gt;Also in the later version of ORACLE 8.1.7 there are two CD to be used in while installing oracle . Incase you are stuck up after the first CD then in the oracle install GUi go to the root directory this will free the mount point being owned by oracle.&lt;BR /&gt;&lt;BR /&gt;This should work for you.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj</description>
      <pubDate>Mon, 30 Apr 2001 16:28:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2523019#M878395</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2001-04-30T16:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2523020#M878396</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;A word of caution (from bitter experience, too!):&lt;BR /&gt;&lt;BR /&gt;The order in which you start a 'pfs_mount' process is stictly reversed when you unmount.&lt;BR /&gt;&lt;BR /&gt;First, make sure that you *only* use 'pfs_umount'.  Do *not* use the standard 'umount' command.  Remember to 'cd' "out" of the mounted directory first.&lt;BR /&gt;&lt;BR /&gt;Next, kill the 'pfsd' daemon, and *then* lastly, the 'pfs_mountd' daemon.&lt;BR /&gt;&lt;BR /&gt;Failure to observe this order can lead to a "hung" system, most notably one where queries of filesystems and directories "hang" and processor utilization climbs and climbs, leading to a reboot to ressurrect an unresponsive system.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 30 Apr 2001 17:41:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2523020#M878396</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-04-30T17:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2523021#M878397</link>
      <description>I agree with James , ie is why I said that you have to kill the process in the ascending order first the lower id then go up.&lt;BR /&gt;&lt;BR /&gt;Manoj</description>
      <pubDate>Mon, 30 Apr 2001 17:51:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2523021#M878397</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2001-04-30T17:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2523022#M878398</link>
      <description>I agree completely with James. This is the progression you must follow when using pfs_mount'd media (ORACLE CDs). &lt;BR /&gt;&lt;BR /&gt;You also may want to consider creating a seperate mount point just for PFS mounted media. This will help you remember NEVER to do a umount for these. Use the seperate mount point (/PFSCD) for pfs_mounted media and then remember to do a pfs_umount AFTER changing to the root directory and running fuser -c /PFSCD to check that nobody is still in. &lt;BR /&gt;&lt;BR /&gt;Hope this helps</description>
      <pubDate>Mon, 30 Apr 2001 18:04:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2523022#M878398</guid>
      <dc:creator>Shaun Walter</dc:creator>
      <dc:date>2001-04-30T18:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2523023#M878399</link>
      <description>Sylvie,&lt;BR /&gt;&lt;BR /&gt;  Why dont you try fuser on device file rather than mount point.&lt;BR /&gt;  Next thing while doing pfsmount make sure that statd and lockd daemons are running.</description>
      <pubDate>Wed, 02 May 2001 13:11:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2523023#M878399</guid>
      <dc:creator>Rajeev Tyagi</dc:creator>
      <dc:date>2001-05-02T13:11:17Z</dc:date>
    </item>
  </channel>
</rss>

