<?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/4889511#M402091</link>
    <description>Hi Thana,&lt;BR /&gt;&lt;BR /&gt;Here's the patches that you need to mount a rock ridge cdrom format&lt;BR /&gt;&lt;BR /&gt;PHCO_25841&lt;BR /&gt;PHKL_26269&lt;BR /&gt;PHKL_32035&lt;BR /&gt;&lt;BR /&gt;after installing these patches you can mount your cdrom using this command&lt;BR /&gt;&lt;BR /&gt;# mount -F cdfs -o rr /dev/dsk/c#t#d# /CDROM&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Paul</description>
    <pubDate>Fri, 04 Mar 2005 02:29:53 GMT</pubDate>
    <dc:creator>Paul_481</dc:creator>
    <dc:date>2005-03-04T02:29:53Z</dc:date>
    <item>
      <title>mount cdrom???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/4889507#M402087</link>
      <description>Hi &lt;BR /&gt;I try to mount cdrom. It show me very strange.&lt;BR /&gt;-----------------------------------&lt;BR /&gt;Before mount&lt;BR /&gt;&lt;BR /&gt;drwxrwxrwx   2 root       sys             96 Aug 18  2004 cdrom&lt;BR /&gt;&lt;BR /&gt;mount /dev/dsk/c0t0d0 /cdrom&lt;BR /&gt;&lt;BR /&gt;After mount&lt;BR /&gt;dr-xr-xr-x   1 -1         -1            2048 Jun 11  2002 cdrom&lt;BR /&gt;&lt;BR /&gt;When I try to read cdrom. It show strange list of file as followed.&lt;BR /&gt;&lt;BR /&gt;dr-xr-xr-x   1 -1         -1            2048 Jun 11  2002 DOC&lt;BR /&gt;-r-xr-xr-x   1 -1         -1            5334 Jun 11  2002 INDEX.HTM;1&lt;BR /&gt;dr-xr-xr-x   1 -1         -1            2048 May 14  2002 INSTALL&lt;BR /&gt;dr-xr-xr-x   1 -1         -1            2048 May 14  2002 LGTO&lt;BR /&gt;dr-xr-xr-x   1 -1         -1            2048 May 14  2002 RESPONSE&lt;BR /&gt;-r-xr-xr-x   1 -1         -1             651 May 14  2002 RUNINSTA.;1&lt;BR /&gt;dr-xr-xr-x   1 -1         -1            2048 Jun 11  2002 STAGE&lt;BR /&gt;&lt;BR /&gt;** file name with extension html show as HTM;1.&lt;BR /&gt;&lt;BR /&gt;Evenif I try to mount with command.&lt;BR /&gt;&lt;BR /&gt; mount -F cdfs /dev/dsk/c0t0d0 /cdrom&lt;BR /&gt;&lt;BR /&gt;It still got same result.&lt;BR /&gt;&lt;BR /&gt;How can I do. CD-rom is oracle install for HP-UX&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Mar 2005 01:20:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/4889507#M402087</guid>
      <dc:creator>Thana</dc:creator>
      <dc:date>2005-03-04T01:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/4889508#M402088</link>
      <description>Hi there.&lt;BR /&gt;Did you try pfsmount ? Described somewhere in Oracle Documentation.&lt;BR /&gt;There is also a patch to avoid this, but i cannot remember the number.&lt;BR /&gt;Perhaps somebody else has still got it.&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes</description>
      <pubDate>Fri, 04 Mar 2005 01:41:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/4889508#M402088</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2005-03-04T01:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/4889509#M402089</link>
      <description>Hi Thana,&lt;BR /&gt;&lt;BR /&gt;I also dont know what the patch is but if you are in a hurry follow this steps.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#vi /etc/fstab&lt;BR /&gt;&lt;BR /&gt;input the ff. &lt;BR /&gt;&lt;BR /&gt;/dev/dsk/&lt;DEVICEFILE&gt; /CDROM pfs-rrip xlat=unix 1 0&lt;BR /&gt;&lt;BR /&gt;at the command line enter&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;mount the CDROM&lt;BR /&gt;&lt;BR /&gt;#/usr/sbin/pfs_mount /CDROM&lt;BR /&gt;&lt;BR /&gt;to unmount&lt;BR /&gt;&lt;BR /&gt;#/usr/sbin/pfs_umount /CDROM&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Paul&lt;/DEVICEFILE&gt;</description>
      <pubDate>Fri, 04 Mar 2005 02:25:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/4889509#M402089</guid>
      <dc:creator>Paul_481</dc:creator>
      <dc:date>2005-03-04T02:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/4889510#M402090</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;try this:&lt;BR /&gt;&lt;BR /&gt;1. create file, /etc/pfs_fstab&lt;BR /&gt;2. add entry to /etc/pfs_fstab&lt;BR /&gt; # "device name" /cdrom pfs-rrip xlat=unix 0 0&lt;BR /&gt;3. run pfs daemon at the background&lt;BR /&gt; # nohup /usr/sbin/pfs_mountd &amp;amp;&lt;BR /&gt; # nohup /usr/sbin/pfsd &amp;amp;&lt;BR /&gt;4. start nfs server&lt;BR /&gt; # /sbin/init.d/nfs.server start&lt;BR /&gt;        make sure NFS_CLIENT and NFS_SERVER=1 in /etc/rc.config.d/nfsconf&lt;BR /&gt;5. mount and unmount file system&lt;BR /&gt; # pfs_mount /cdrom&lt;BR /&gt; # pfs_umount /cdrom &lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Fri, 04 Mar 2005 02:26:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/4889510#M402090</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2005-03-04T02:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/4889511#M402091</link>
      <description>Hi Thana,&lt;BR /&gt;&lt;BR /&gt;Here's the patches that you need to mount a rock ridge cdrom format&lt;BR /&gt;&lt;BR /&gt;PHCO_25841&lt;BR /&gt;PHKL_26269&lt;BR /&gt;PHKL_32035&lt;BR /&gt;&lt;BR /&gt;after installing these patches you can mount your cdrom using this command&lt;BR /&gt;&lt;BR /&gt;# mount -F cdfs -o rr /dev/dsk/c#t#d# /CDROM&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Paul</description>
      <pubDate>Fri, 04 Mar 2005 02:29:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/4889511#M402091</guid>
      <dc:creator>Paul_481</dc:creator>
      <dc:date>2005-03-04T02:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/4889512#M402092</link>
      <description>By the way, these patches are for kernel so you need to reboot your system.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Paul</description>
      <pubDate>Fri, 04 Mar 2005 02:37:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/4889512#M402092</guid>
      <dc:creator>Paul_481</dc:creator>
      <dc:date>2005-03-04T02:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/4889513#M402093</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;search for "My CD-ROM doesn't show what I expect" at the site below:&lt;BR /&gt;&lt;A href="http://www.cmve.net/~merijn/" target="_blank"&gt;http://www.cmve.net/~merijn/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Fri, 04 Mar 2005 02:52:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/4889513#M402093</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-03-04T02:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/4889514#M402094</link>
      <description>à¹ Hi I try many way as your recommend.&lt;BR /&gt;  And follow oracle 9i installation booklet.&lt;BR /&gt;  I can not mount it. the result as followed.&lt;BR /&gt;  Every command take very long time and not success.&lt;BR /&gt;&lt;BR /&gt;(pstuxs24):/etc# cat fstab&lt;BR /&gt;/dev/vg00/lvol3 / vxfs delaylog 0 1&lt;BR /&gt;/dev/vg00/lvol1 /stand hfs defaults 0 1&lt;BR /&gt;/dev/vg00/lvol4 /home vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol5 /opt vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol6 /tmp vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol7 /usr vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol8 /var vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol9 /aps vxfs rw,suid,largefiles,delaylog,datainlog 0 2&lt;BR /&gt;/dev/vg00/lvol10 /oracle vxfs rw,suid,largefiles,delaylog,datainlog 0 2&lt;BR /&gt;/dev/vg00/lvol11 /oradata vxfs rw,suid,largefiles,delaylog,datainlog 0 2&lt;BR /&gt;/dev/dsk/c0t0d0 /SD_CDROM pfs-rrip xlat=unix 1 0&lt;BR /&gt;(pstuxs24):/etc# pfs_mount /SD_CDROM&lt;BR /&gt;pfs_mount: /etc/pfs_fstab: No such file or directory&lt;BR /&gt; Usage: pfs_mount [-v -f -t -o -x [type|option|xlat] ... [mount_device] [ mount_point ]&lt;BR /&gt;(pstuxs24):/etc# pfs_mount -t iso9660 /dev/dsk/c0t0d0 /SD_CDROM&lt;BR /&gt;(pstuxs24):/etc# nohup /usr/sbin/pfs_mountd &amp;amp;&lt;BR /&gt;[5]     2597&lt;BR /&gt;(pstuxs24):/etc# Sending output to nohup.out&lt;BR /&gt;&lt;BR /&gt;(pstuxs24):/etc# nohup /usr/sbin/pfsd &amp;amp;&lt;BR /&gt;[6]     2599&lt;BR /&gt;(pstuxs24):/etc# Sending output to nohup.out&lt;BR /&gt;&lt;BR /&gt;(pstuxs24):/etc# /usr/sbin/pfs_mount -t rrip -x unix \ /dev/dsk/c0t0d0 /SD_CDROM&lt;BR /&gt;&lt;BR /&gt;Any idea? If I can not mount. I will patch system. But now I will try firs</description>
      <pubDate>Fri, 04 Mar 2005 03:48:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/4889514#M402094</guid>
      <dc:creator>Thana</dc:creator>
      <dc:date>2005-03-04T03:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/4889515#M402095</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;if you do not want to apply the patch which will need a reboot to kick into effect. follow the steps i have given cause i used it to mount the Oracle 9i CD.&lt;BR /&gt;&lt;BR /&gt;u have to start NFS in order to pfs_mount the CD.&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Fri, 04 Mar 2005 03:58:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/4889515#M402095</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2005-03-04T03:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/4889516#M402096</link>
      <description>check out the following link:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?admit=716493758+1109926892756+28353475&amp;amp;threadId=267210" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?admit=716493758+1109926892756+28353475&amp;amp;threadId=267210&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs</description>
      <pubDate>Fri, 04 Mar 2005 04:03:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/4889516#M402096</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2005-03-04T04:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/4889517#M402097</link>
      <description>Hi Thana,&lt;BR /&gt;&lt;BR /&gt;My mistake, you should create /etc/pfs_fstab&lt;BR /&gt;&lt;BR /&gt;#vi /etc/pfs_fstab&lt;BR /&gt;&lt;BR /&gt;and add&lt;BR /&gt;&lt;BR /&gt;/dev/dsk/c0t0d0 /CDROM pfs-rrip xlat=unix 1 0&lt;BR /&gt;&lt;BR /&gt;then run the daemon and mount/umount the filesystem&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;#/usr/sbin/pfs_mount /CDROM&lt;BR /&gt;#/usr/sbin/pfs_umount /CDROM&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Paul&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Mar 2005 05:54:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/4889517#M402097</guid>
      <dc:creator>Paul_481</dc:creator>
      <dc:date>2005-03-04T05:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/4889518#M402098</link>
      <description>Additional, the patches i gave you previously was for HPUX 11.11, for HPUX 11.00 here's the patch&lt;BR /&gt;&lt;BR /&gt;PHKL_26450&lt;BR /&gt;PHCO_26449&lt;BR /&gt;PHKL_28060&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Paul</description>
      <pubDate>Sun, 06 Mar 2005 05:11:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/4889518#M402098</guid>
      <dc:creator>Paul_481</dc:creator>
      <dc:date>2005-03-06T05:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/4889519#M402099</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;have you tried if you already have the RockRidge option?&lt;BR /&gt;mount -F cdfs -o rr,ro,cdcase /dev/dsk/c0t0d0 /cdrom &lt;BR /&gt;&lt;BR /&gt;And very much times I've read the advice here in the forum NOT to use pfs_mount.&lt;BR /&gt;It's not very stable. You can also read it at Merijn's site. The link you got above.&lt;BR /&gt;&lt;BR /&gt;The RockRidge option works good and is simple to use.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Mar 2005 03:57:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/4889519#M402099</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2005-03-07T03:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/4889520#M402100</link>
      <description>This curcumstnace occured because of&lt;BR /&gt;many pfsd daemon run many time and can not kill. Then before mount rock-ridge cd-rom must to check daemon first.&lt;BR /&gt;My senior describe me that each daemon make very high I/O load. Then it just reboot and mount again no need to patch.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Mar 2005 05:11:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/4889520#M402100</guid>
      <dc:creator>Thana</dc:creator>
      <dc:date>2005-03-07T05:11:36Z</dc:date>
    </item>
  </channel>
</rss>

