<?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: Mount CDROM in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/2750081#M834693</link>
    <description>there a lot of thing to trubleshoot pfs problem .&lt;BR /&gt;&lt;BR /&gt;first i will check to see in your /etc/rc.config.d/nfsconf has 1 on the nfs_server and client . &lt;BR /&gt;&lt;BR /&gt;kill the pfs and pfs_mount and try to run it again . &lt;BR /&gt;you can also check the pfs patch but !!!!&lt;BR /&gt;&lt;BR /&gt;i will recommend to install this patches to solve any issue with pfs  .&lt;BR /&gt;This is good news for PFS/CDFS... At least for 11.0 and 11i! Simply apply the patch(s) use the mount command and toss PFS away. There are no initial plans to release the CDFS enhancements as a patch for 10.20. For 11i, the patch has been on the street for about a month: &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;For 11.00, the patches have just hit the street: &lt;BR /&gt;&lt;BR /&gt;PHKL_26448 s700_800 11.00 Y2k; Rock Ridge extension for ISO-9660 &lt;BR /&gt;PHCO_26449 s700_800 11.00 Add Rock Ridge extension to mount_cdfs(1M) &lt;BR /&gt;PHKL_26450 s700_800 11.00 Rock Ridge extension for ISO-9660 &lt;BR /&gt;&lt;BR /&gt;So what this means is PFS goes away for 11.0 and 11.i and we can use the updated mount command. &lt;BR /&gt;&lt;BR /&gt;install the patch to your system and you can leave all the issue with pfs .&lt;BR /&gt;&lt;BR /&gt;i think that you are trying to install oracle database so i did a test and it work for me &lt;BR /&gt;</description>
    <pubDate>Sun, 23 Jun 2002 09:53:14 GMT</pubDate>
    <dc:creator>eran maor</dc:creator>
    <dc:date>2002-06-23T09:53:14Z</dc:date>
    <item>
      <title>Mount CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/2750076#M834688</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am trying to mount CDROM by giving the following commands.&lt;BR /&gt;# nohup /usr/sbin/pfs_mountd &amp;amp;&lt;BR /&gt;# nohup /usr/sbin/pfsd &amp;amp;&lt;BR /&gt;# /usr/sbin/pfs_mountd -t rrip -x unix /dev/dsk/c4t2d0 /SD_CDROM&lt;BR /&gt;&lt;BR /&gt;I am getting the following error message&lt;BR /&gt;"usr/sbin/pfs_mountd: giving up on /SD_CDROM"&lt;BR /&gt;&lt;BR /&gt;There is full permission on the /SD_CDROM directory.&lt;BR /&gt;&lt;BR /&gt;Please Help!, I am running under a tight deadline.&lt;BR /&gt;&lt;BR /&gt;Jai Harikrishnan</description>
      <pubDate>Fri, 21 Jun 2002 20:57:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/2750076#M834688</guid>
      <dc:creator>Jai Harikrishnan</dc:creator>
      <dc:date>2002-06-21T20:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Mount CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/2750077#M834689</link>
      <description>You should run,&lt;BR /&gt;&lt;BR /&gt; /usr/sbin/pfs_mount -t rrip -x unix /dev/dsk/c4t2d0 /SD_CDROM &lt;BR /&gt;not /usr/sbin/pfs_mountd -t rrip .......&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Jun 2002 21:12:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/2750077#M834689</guid>
      <dc:creator>Arockia Jegan</dc:creator>
      <dc:date>2002-06-21T21:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Mount CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/2750078#M834690</link>
      <description>Did pfsd get started properly when you run pfsd. Are u running hpux 10.20? If yes, install the patch PHCO_15453. For hpux 11.0, install PHCO_16438. I hope that will fix the problem.</description>
      <pubDate>Fri, 21 Jun 2002 21:28:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/2750078#M834690</guid>
      <dc:creator>Arockia Jegan</dc:creator>
      <dc:date>2002-06-21T21:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Mount CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/2750079#M834691</link>
      <description>Opps!&lt;BR /&gt;Sorry, the last command should read as&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/pfs_mount -t rrip -x unix /dev/dsk/c4t2d0 /SD_CDROM &lt;BR /&gt;&lt;BR /&gt;Thanks Arockia, for pointing it out.&lt;BR /&gt;I got my problem resolved by excecuting the following, from earlier posts&lt;BR /&gt;&lt;BR /&gt;# nohup /usr/sbin/pfs_mountd &amp;amp; &lt;BR /&gt;# nohup /usr/sbin/pfsd &amp;amp; &lt;BR /&gt;&lt;BR /&gt;Create and edit /etc/pfs_fstab (/dev/dsk/c4t2d0 /SD_CDROM pfs-rrip &lt;BR /&gt;xlat=unix 0 0) &lt;BR /&gt;&lt;BR /&gt;Insert the CD &lt;BR /&gt;# /usr/sbin/pfs_mount /SD_CDROM &lt;BR /&gt;&lt;BR /&gt;The CDROM got mounted.&lt;BR /&gt;&lt;BR /&gt;Further to unmount&lt;BR /&gt;pfs_umount /dev/dsk/c4t2d0 &lt;BR /&gt;</description>
      <pubDate>Sat, 22 Jun 2002 00:22:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/2750079#M834691</guid>
      <dc:creator>Jai Harikrishnan</dc:creator>
      <dc:date>2002-06-22T00:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Mount CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/2750080#M834692</link>
      <description>Hello Jai,&lt;BR /&gt;&lt;BR /&gt;you might want to install the very new CD-ROM patches which include ISO9660, High-Sierra and RockRidge Extensions into the original "mount" command - not PFS needed any more!&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
      <pubDate>Sat, 22 Jun 2002 22:01:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/2750080#M834692</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-06-22T22:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Mount CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/2750081#M834693</link>
      <description>there a lot of thing to trubleshoot pfs problem .&lt;BR /&gt;&lt;BR /&gt;first i will check to see in your /etc/rc.config.d/nfsconf has 1 on the nfs_server and client . &lt;BR /&gt;&lt;BR /&gt;kill the pfs and pfs_mount and try to run it again . &lt;BR /&gt;you can also check the pfs patch but !!!!&lt;BR /&gt;&lt;BR /&gt;i will recommend to install this patches to solve any issue with pfs  .&lt;BR /&gt;This is good news for PFS/CDFS... At least for 11.0 and 11i! Simply apply the patch(s) use the mount command and toss PFS away. There are no initial plans to release the CDFS enhancements as a patch for 10.20. For 11i, the patch has been on the street for about a month: &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;For 11.00, the patches have just hit the street: &lt;BR /&gt;&lt;BR /&gt;PHKL_26448 s700_800 11.00 Y2k; Rock Ridge extension for ISO-9660 &lt;BR /&gt;PHCO_26449 s700_800 11.00 Add Rock Ridge extension to mount_cdfs(1M) &lt;BR /&gt;PHKL_26450 s700_800 11.00 Rock Ridge extension for ISO-9660 &lt;BR /&gt;&lt;BR /&gt;So what this means is PFS goes away for 11.0 and 11.i and we can use the updated mount command. &lt;BR /&gt;&lt;BR /&gt;install the patch to your system and you can leave all the issue with pfs .&lt;BR /&gt;&lt;BR /&gt;i think that you are trying to install oracle database so i did a test and it work for me &lt;BR /&gt;</description>
      <pubDate>Sun, 23 Jun 2002 09:53:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/2750081#M834693</guid>
      <dc:creator>eran maor</dc:creator>
      <dc:date>2002-06-23T09:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Mount CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/2750082#M834694</link>
      <description>See following thread&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf489107d277ad611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf489107d277ad611abdb0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Sun, 23 Jun 2002 18:41:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/2750082#M834694</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2002-06-23T18:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Mount CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/2750083#M834695</link>
      <description>The new patches are a great idea whose time is way over-due, however of the three patches required (25841, 25760, and 26269) according to the text in PHCO_25841, PHKL_25760 is listed on the patch site as unavailable.  I assume this would indicate a hold for some reason and that it will be available shortly.</description>
      <pubDate>Mon, 24 Jun 2002 18:18:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/2750083#M834695</guid>
      <dc:creator>Philip P. Hartl</dc:creator>
      <dc:date>2002-06-24T18:18:37Z</dc:date>
    </item>
  </channel>
</rss>

