<?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: Oracle and PFS_Mount in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-and-pfs-mount/m-p/2834367#M824922</link>
    <description>What - no points yet?</description>
    <pubDate>Fri, 15 Nov 2002 12:49:26 GMT</pubDate>
    <dc:creator>Judy Traynor</dc:creator>
    <dc:date>2002-11-15T12:49:26Z</dc:date>
    <item>
      <title>Oracle and PFS_Mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-and-pfs-mount/m-p/2834354#M824909</link>
      <description>we constantly lock up our hpux system mounting oracle cd's using pfs_mount. Can some one direct me to a fix or patch for this. We do the nohup exercise as well, but have little luck. Are there any patches or procedures that may be of importance that i can check for or any bullet proof procedures available. Running HPUX 11.0 on a n4000.</description>
      <pubDate>Mon, 28 Oct 2002 15:08:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-and-pfs-mount/m-p/2834354#M824909</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2002-10-28T15:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle and PFS_Mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-and-pfs-mount/m-p/2834355#M824910</link>
      <description>A good and recent discussion about the same subject:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x003006350fe2d61190050090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x003006350fe2d61190050090279cd0f9,00.html&lt;/A&gt;</description>
      <pubDate>Mon, 28 Oct 2002 15:16:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-and-pfs-mount/m-p/2834355#M824910</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-10-28T15:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle and PFS_Mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-and-pfs-mount/m-p/2834356#M824911</link>
      <description>Here is a reference to patches you can apply.</description>
      <pubDate>Mon, 28 Oct 2002 15:17:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-and-pfs-mount/m-p/2834356#M824911</guid>
      <dc:creator>Ken Hubnik_2</dc:creator>
      <dc:date>2002-10-28T15:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle and PFS_Mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-and-pfs-mount/m-p/2834357#M824912</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You can do away with the pfs_mount and all its associated problems.  For 11.0, download and apply the following three patches:&lt;BR /&gt;&lt;BR /&gt;PHKL_26448 &lt;BR /&gt;PHCO_26449 &lt;BR /&gt;PHKL_26450 &lt;BR /&gt;&lt;BR /&gt;A reboot is required for this installation.  When done, mount your CD thusly:&lt;BR /&gt;&lt;BR /&gt;# mount -F cdfs -o rr /dev/dsk/cXdYtZ /cdrom &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 28 Oct 2002 15:20:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-and-pfs-mount/m-p/2834357#M824912</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-10-28T15:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle and PFS_Mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-and-pfs-mount/m-p/2834358#M824913</link>
      <description>&lt;BR /&gt;On server where CD drive is located:&lt;BR /&gt;&lt;BR /&gt;nohup /usr/sbin/pfs_mountd &amp;amp;&lt;BR /&gt;nohup pfsd &amp;amp;&lt;BR /&gt;&lt;BR /&gt;pfs_mount -t rrip -x unix /dev/dsk/c0t6d0 /cdrom&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now, if you want to use the network and remotely access the tape drive, follow above instructions, and then follow these for the system without the CD drive:&lt;BR /&gt;&lt;BR /&gt;nohup /usr/sbin/pfs_mountd &amp;amp;&lt;BR /&gt;nohup pfsd &amp;amp;&lt;BR /&gt;&lt;BR /&gt;pfs_mount -o hard vpart1:/cdrom /SD_CDROM&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Of course REMEMBER to use pfs_umount to unmount, otherwise you will have issues ejecting the CD.&lt;BR /&gt;&lt;BR /&gt;Unmounting SEQUENCE for server WITHOUT cd:&lt;BR /&gt;&lt;BR /&gt;cd /&lt;BR /&gt;pfs_umount  /SD_CDROM&lt;BR /&gt;&lt;BR /&gt;then, server with CD:&lt;BR /&gt;&lt;BR /&gt;cd /&lt;BR /&gt;pfs_umount /cdrom&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 28 Oct 2002 15:28:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-and-pfs-mount/m-p/2834358#M824913</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-10-28T15:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle and PFS_Mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-and-pfs-mount/m-p/2834359#M824914</link>
      <description>&lt;BR /&gt;  &lt;BR /&gt;First install the  follow  patches :&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;PHKL_26448  -  s700_800 11.00 Y2k; Rock Ridge extension for ISO-9660 &lt;BR /&gt; &lt;BR /&gt;PHCO_26449 -  s700_800 11.00 Add Rock Ridge extension to mount_cdfs(1M) &lt;BR /&gt; &lt;BR /&gt;PHKL_26450  -  s700_800 11.00 Rock Ridge extension for ISO-9660 &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;Then  :&lt;BR /&gt; &lt;BR /&gt;# mount -F cdfs -o rr /dev/dsk/cxtydz  /cdrom&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;==========================================================================================================&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;FYI&lt;BR /&gt; &lt;BR /&gt;      On  HP-UX  11.11  :&lt;BR /&gt; &lt;BR /&gt;  &lt;BR /&gt;First install the  follow  patches :&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;PHKL_25620 -  s700_800 11.11 Rock Ridge extension for ISO-9660 &lt;BR /&gt; &lt;BR /&gt;PHCO_25841 -  s700_800 11.11 Add Rock Ridge extension to mount_cdfs(1M) &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;Then  :&lt;BR /&gt; &lt;BR /&gt;# mount -F cdfs -o rr /dev/dsk/cxtydz  /cdrom&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Oct 2002 15:37:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-and-pfs-mount/m-p/2834359#M824914</guid>
      <dc:creator>eran maor</dc:creator>
      <dc:date>2002-10-28T15:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle and PFS_Mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-and-pfs-mount/m-p/2834360#M824915</link>
      <description>but doesn't PHKL_26448 have warnings attached to it? How safe is it?</description>
      <pubDate>Mon, 28 Oct 2002 15:41:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-and-pfs-mount/m-p/2834360#M824915</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2002-10-28T15:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle and PFS_Mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-and-pfs-mount/m-p/2834361#M824916</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;HP has released patches , we no require pfs daemons &lt;BR /&gt;&lt;BR /&gt;PHCO_25841 s700_800 11.11 Add Rock Rodge extension to mount_cdfs(1M)&lt;BR /&gt;&lt;BR /&gt;for 11.00&lt;BR /&gt;&lt;BR /&gt;PHKL_26448,PHCO_26449,PHKL_26450&lt;BR /&gt;after applying these patches we can use the updated mount command  for oracle/DB2 CD's</description>
      <pubDate>Mon, 28 Oct 2002 15:42:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-and-pfs-mount/m-p/2834361#M824916</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2002-10-28T15:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle and PFS_Mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-and-pfs-mount/m-p/2834362#M824917</link>
      <description>Hi (again) Chris:&lt;BR /&gt;&lt;BR /&gt;Yes, for 11.0, PHKL_26448 (and the companions patch for 11.11, PHKL_26520) have critical warnings associated with them, notably that these patches may cause a system panic when reading a CD/DVD with RockRidge extensions.&lt;BR /&gt;&lt;BR /&gt;Unfortunately, in either release the aforementioned patches are but one of three required to enable RockRidge CDFS support with the native 'mount' command.&lt;BR /&gt;&lt;BR /&gt;If you elect not to install, or if you deinstall, patch PHKL_26448 or PHKL_26520, you will need to use the 'pfs_mount' mechanism.&lt;BR /&gt;&lt;BR /&gt;In my opinion, if you have a development server or even a production one where you can schedule possible downtime, you may want to "chance" the possible panic situation.  I have used the patches in 11.11 without problems.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 29 Oct 2002 01:58:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-and-pfs-mount/m-p/2834362#M824917</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-10-29T01:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle and PFS_Mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-and-pfs-mount/m-p/2834363#M824918</link>
      <description>The warning for the Rock Ridge patches is precautionary. A corner case CDROM format will cause the code to panic the system. It may never occur on Oracle CDROMs but there is no guarentee. I would put the patches on a test or development server and then export the result to a production server. Hopefully a replacement patch will out soon.</description>
      <pubDate>Tue, 29 Oct 2002 03:02:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-and-pfs-mount/m-p/2834363#M824918</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-10-29T03:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle and PFS_Mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-and-pfs-mount/m-p/2834364#M824919</link>
      <description>Hi there.&lt;BR /&gt;Follow JRF's recommendation with the patches.&lt;BR /&gt;We did this a few weeks ago.&lt;BR /&gt;It works perfect on different servers&lt;BR /&gt;( 2x N4000 / 1 V2500 / 1 K480 ).&lt;BR /&gt;No problems.&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes</description>
      <pubDate>Tue, 29 Oct 2002 08:04:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-and-pfs-mount/m-p/2834364#M824919</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2002-10-29T08:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle and PFS_Mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-and-pfs-mount/m-p/2834365#M824920</link>
      <description>If you use pfs_mount to access the cd, don't do the installation from the /cdrom (or whatever you called it) folder.&lt;BR /&gt;&lt;BR /&gt;If its a multi-cd install, you want be able to pfs_umount and switch cds.  I learned this one the hard way.&lt;BR /&gt;&lt;BR /&gt;Use this command from anywhere but the /cdrom folder.&lt;BR /&gt;&lt;BR /&gt;/cdrom/runInstaller&lt;BR /&gt;&lt;BR /&gt;X Windows required.&lt;BR /&gt;&lt;BR /&gt;Standard advice for oracle db installes.  See this script.  Ignore the memory warning, just makes sure you have lots(min 256 MB).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Nov 2002 18:08:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-and-pfs-mount/m-p/2834365#M824920</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2002-11-06T18:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle and PFS_Mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-and-pfs-mount/m-p/2834366#M824921</link>
      <description>I feel your pain&lt;BR /&gt;&lt;BR /&gt;pfs_mount as instructed in the oracle cd &lt;BR /&gt;&lt;BR /&gt;pfs_umount /dev/rdsk/device, for ex:&lt;BR /&gt;/dev/rdsk/c0t0d0&lt;BR /&gt;&lt;BR /&gt;For "stuck" cd's&lt;BR /&gt;pfs_umount -c /dev/rdsk/c0t0d0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mount syntax for different cd's&lt;BR /&gt;&lt;BR /&gt;pfs_mount&lt;BR /&gt;-t iso9660 -x unix /dev/rdsk/c0t0d0 /SD_CDROM&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;pfs_mount -t rrip -x unix /dev/rdsk/c0t0d0 /SD_CDROM&lt;BR /&gt;&lt;BR /&gt;I have the Sept 2002 qpack installed -</description>
      <pubDate>Fri, 08 Nov 2002 13:14:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-and-pfs-mount/m-p/2834366#M824921</guid>
      <dc:creator>Judy Traynor</dc:creator>
      <dc:date>2002-11-08T13:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle and PFS_Mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-and-pfs-mount/m-p/2834367#M824922</link>
      <description>What - no points yet?</description>
      <pubDate>Fri, 15 Nov 2002 12:49:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-and-pfs-mount/m-p/2834367#M824922</guid>
      <dc:creator>Judy Traynor</dc:creator>
      <dc:date>2002-11-15T12:49:26Z</dc:date>
    </item>
  </channel>
</rss>

