<?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: Problems mounting CD in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-mounting-cd/m-p/3897264#M282422</link>
    <description>James Ferguson,&lt;BR /&gt;&lt;BR /&gt;Actually, this is the only thing I have not tried yet in this thread.  I should try it however. &lt;BR /&gt;&lt;BR /&gt;I had similar commands work on other servers, I don't know why there are issues with 11i. Patch issue I see.</description>
    <pubDate>Mon, 13 Nov 2006 15:43:25 GMT</pubDate>
    <dc:creator>dictum9</dc:creator>
    <dc:date>2006-11-13T15:43:25Z</dc:date>
    <item>
      <title>Problems mounting CD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-mounting-cd/m-p/3897254#M282412</link>
      <description>&lt;!--!*#--&gt;&lt;BR /&gt;This is 11.11 on A class.&lt;BR /&gt;&lt;BR /&gt;I am trying to mount Oracle CD. It looks almost right but the username/group is messed up and so are the file names. Am I using the right options? What's going on?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#:mount -F cdfs -o cdcase /dev/dsk/c0t1d0 /cdrom&lt;BR /&gt;# ll /cdrom&lt;BR /&gt;total 34&lt;BR /&gt;dr-xr-xr-x   1 4294967295 4294967295    2048 May 13  2002 install&lt;BR /&gt;dr-xr-xr-x   1 4294967295 4294967295    2048 May 13  2002 lgto&lt;BR /&gt;-r-xr-xr-x   1 4294967295 4294967295     651 May 13  2002 runinsta.&lt;BR /&gt;dr-xr-xr-x   1 4294967295 4294967295    2048 May 13  2002 response&lt;BR /&gt;dr-xr-xr-x   1 4294967295 4294967295    2048 Jun 10  2002 doc&lt;BR /&gt;-r-xr-xr-x   1 4294967295 4294967295    5334 Jun 10  2002 index.htm&lt;BR /&gt;dr-xr-xr-x   1 4294967295 4294967295    2048 Jun 10  2002 &lt;BR /&gt;</description>
      <pubDate>Mon, 13 Nov 2006 11:33:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-mounting-cd/m-p/3897254#M282412</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-11-13T11:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problems mounting CD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-mounting-cd/m-p/3897255#M282413</link>
      <description>This works for us:&lt;BR /&gt;&lt;BR /&gt;mount -F cdfs -o ro,rr,noauto /dev/dsk/c0t1d0 /cdrom</description>
      <pubDate>Mon, 13 Nov 2006 11:39:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-mounting-cd/m-p/3897255#M282413</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2006-11-13T11:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problems mounting CD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-mounting-cd/m-p/3897256#M282414</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;See the script in my post in this thread:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=70859" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=70859&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 13 Nov 2006 11:44:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-mounting-cd/m-p/3897256#M282414</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-11-13T11:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problems mounting CD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-mounting-cd/m-p/3897257#M282415</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;To mount Oracle CD's I use pfs_mount, it's easy and work's fine. Using "nohup" and "&amp;amp;" you send the processes to background, and worry about shell logout or system-hang-up.&lt;BR /&gt;To mount the CD:&lt;BR /&gt;Example:&lt;BR /&gt;nohup pfs_mountd&amp;amp;&lt;BR /&gt;&lt;BR /&gt;nohup pfsd&amp;amp;&lt;BR /&gt;&lt;BR /&gt;pfs_mount -van -xlat unix /dev/rdsk/c0t1d0 /SD_CDROM&lt;BR /&gt;&lt;BR /&gt;Then to eject the CD:&lt;BR /&gt;&lt;BR /&gt;pfs_umount /dev/rdsk/c0t1d0 &lt;BR /&gt;ps -edaf | grep pfs&lt;BR /&gt;kill -9 "pid dos pfs"&lt;BR /&gt;&lt;BR /&gt;Good Luck...&lt;BR /&gt;JT</description>
      <pubDate>Mon, 13 Nov 2006 11:48:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-mounting-cd/m-p/3897257#M282415</guid>
      <dc:creator>uadm26</dc:creator>
      <dc:date>2006-11-13T11:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problems mounting CD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-mounting-cd/m-p/3897258#M282416</link>
      <description>Hi, correction&lt;BR /&gt;Using "nohup" and "&amp;amp;" you send the processes to background, and you don't worry about shell logout or system-hang-up.</description>
      <pubDate>Mon, 13 Nov 2006 11:52:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-mounting-cd/m-p/3897258#M282416</guid>
      <dc:creator>uadm26</dc:creator>
      <dc:date>2006-11-13T11:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problems mounting CD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-mounting-cd/m-p/3897259#M282417</link>
      <description>How did you mount the CD. I'd sujest using &lt;BR /&gt;RockRidge.&lt;BR /&gt;&lt;BR /&gt;For 11.0 : &lt;BR /&gt;&lt;BR /&gt;PHKL_28060 PHCO_26449 PHKL_26450 &lt;BR /&gt;&lt;BR /&gt;For 11.11: &lt;BR /&gt;&lt;BR /&gt;PHKL_25760 PHCO_25841 PHKL_26269 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Then to mount&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/mount -F cdfs -e -o ro,rr device</description>
      <pubDate>Mon, 13 Nov 2006 12:26:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-mounting-cd/m-p/3897259#M282417</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2006-11-13T12:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problems mounting CD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-mounting-cd/m-p/3897260#M282418</link>
      <description>Hi Etc,&lt;BR /&gt;&lt;BR /&gt;pf-mount some time will hang the server if you don't have the current patch. We use the commands listed below. Normaly the 1st one works for us.&lt;BR /&gt;&lt;BR /&gt;mount -F cdfs -o rr /dev/dsk/cxtxdx /cdrom&lt;BR /&gt;&lt;BR /&gt;mount -o cdcase /dev/dsk/cxtxdx /cdrom&lt;BR /&gt;&lt;BR /&gt;mount -o rr,ro /xxxx/xxxx /xxxx/xxxx  &lt;BR /&gt;&lt;BR /&gt;Sp,</description>
      <pubDate>Mon, 13 Nov 2006 12:30:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-mounting-cd/m-p/3897260#M282418</guid>
      <dc:creator>Sp4admin</dc:creator>
      <dc:date>2006-11-13T12:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problems mounting CD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-mounting-cd/m-p/3897261#M282419</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Unless this is a must-have, right-now, *don't* fiddle with a 'pfs_mount'.  Instead, install any matches you need to do a native mode mount.  Jeff has provided the syntax.  If you can't wait to install the patches, which require a reboot, do yourself a favor and make this the last time you 'pfs_mount'!&lt;BR /&gt;&lt;BR /&gt;The rationale for *not* using 'pfs_mount' is documentented in my response in the thread Steven mentions:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=70859" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=70859&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I also noted the 11.11 patches you need, there, although they almost certainly have been superseded.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 13 Nov 2006 12:33:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-mounting-cd/m-p/3897261#M282419</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-11-13T12:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problems mounting CD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-mounting-cd/m-p/3897262#M282420</link>
      <description>Thanks for the replies, but not one command above worked and I tried all of them.  I am sure they work on other systems, but on 11.11 it bombed. Not sure if this is a patch issue or what. (It is a fresh install)&lt;BR /&gt;&lt;BR /&gt;Browsing the referenced thread, I was able to get the following to work:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;pfsd &amp;amp;&lt;BR /&gt;ps -fe| grep pfs&lt;BR /&gt;pfs_mount -o xlat=unix /dev/dsk/c0t1d0 /cdrom&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I will explore working alternatives without pfs_mount, using just "mount".&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Nov 2006 14:12:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-mounting-cd/m-p/3897262#M282420</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-11-13T14:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problems mounting CD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-mounting-cd/m-p/3897263#M282421</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;Assuming that you install (or have installed) the requisite patches for native CD mounts, you should be able to do:&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/mount -F cdfs -e -o ro,rr device_file &lt;BR /&gt;&lt;BR /&gt;The current 11.11 patches you need are:&lt;BR /&gt;&lt;BR /&gt;PHCO_25841&lt;BR /&gt;PHKL_34153&lt;BR /&gt;PHKL_26269&lt;BR /&gt;&lt;BR /&gt;You must install all three patches for the mount feature to work.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 13 Nov 2006 14:20:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-mounting-cd/m-p/3897263#M282421</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-11-13T14:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problems mounting CD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-mounting-cd/m-p/3897264#M282422</link>
      <description>James Ferguson,&lt;BR /&gt;&lt;BR /&gt;Actually, this is the only thing I have not tried yet in this thread.  I should try it however. &lt;BR /&gt;&lt;BR /&gt;I had similar commands work on other servers, I don't know why there are issues with 11i. Patch issue I see.</description>
      <pubDate>Mon, 13 Nov 2006 15:43:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-mounting-cd/m-p/3897264#M282422</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-11-13T15:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problems mounting CD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-mounting-cd/m-p/3897265#M282423</link>
      <description>James Ferguson,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I ran into some pfs problems, where I couldn't unmount the CD, or actually I could, but it wouldn't eject. I did 'kill -9' on all the daemons and still problems, then it wouldn't mount anything anymore. I had to powercycle the CDROM drive to eject the CD. Restarting the pfs daemons, and nothing worked. I feared the machine needed a reboot.  &lt;BR /&gt;&lt;BR /&gt;So never mind pfs.  I installed the 3 patches and it worked wonderfully, thank you.  &lt;BR /&gt;</description>
      <pubDate>Mon, 13 Nov 2006 18:14:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-mounting-cd/m-p/3897265#M282423</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-11-13T18:14:04Z</dc:date>
    </item>
  </channel>
</rss>

