<?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 error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount-error/m-p/2454107#M772097</link>
    <description>sorry, didn't notice that the /etc/fstab did not post properly.&lt;BR /&gt;&lt;BR /&gt;Originally I had &lt;BR /&gt;# cat /etc/pfs_fstab &lt;BR /&gt;/dev/dsk/c0t2d0 /SD_CDROM pfs-rrip xlat=unix 0 0&lt;BR /&gt;&lt;BR /&gt;which produced the above error.&lt;BR /&gt;&lt;BR /&gt;I changed it to /dev/rdsk/c0t2d0 /SD_CDROM pfs-rrip xlat=unix,soft 1 0&lt;BR /&gt;&lt;BR /&gt;and killed and restarted the pfs daemons.&lt;BR /&gt;I got the same error.&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/pfs_mount: /dev/rdsk/c0t2d0 on /SD_CDROM: not rrip.&lt;BR /&gt;/usr/sbin/pfs_mount: giving up on /SD_CDROM</description>
    <pubDate>Mon, 16 Oct 2000 15:58:29 GMT</pubDate>
    <dc:creator>Youlette Etienne_2</dc:creator>
    <dc:date>2000-10-16T15:58:29Z</dc:date>
    <item>
      <title>pfs_mount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount-error/m-p/2454103#M772093</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am trying to mount an Oracle  cdrom using the pfs_mount command.   I get the following error:&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/pfs_mount /CDROM&lt;BR /&gt;/usr/sbin/pfs_mount: /dev/dsk/c2t2d0 on /CDROM: not rrip.&lt;BR /&gt;/usr/sbin/pfs_mount: giving up on /CDROM&lt;BR /&gt;&lt;BR /&gt;I followed the "nohup" instructions to start the pfs daemons and created the /etc/pfs_fstab file.&lt;BR /&gt;&lt;BR /&gt;# cat /etc/pfs_fstab &lt;BR /&gt;&lt;BR /&gt;The following daemons are running:&lt;BR /&gt;# ps -fea|grep pfs&lt;BR /&gt;    root  4906 26288  0 11:52:19 pts/t5    0:00 /usr/sbin/pfs_mountd&lt;BR /&gt;    root 14654 14650  0 11:54:58 pts/t5    0:00 pfsd.rpc&lt;BR /&gt;    root 14650 26288  0 11:54:58 pts/t5    0:00 /usr/sbin/pfsd&lt;BR /&gt;    root  4909  4906  0 11:52:19 pts/t5    0:00 pfs_mountd.rpc&lt;BR /&gt;    root 28478  9284  0 12:23:55 pts/t7    0:00 grep pfs&lt;BR /&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 16 Oct 2000 15:24:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount-error/m-p/2454103#M772093</guid>
      <dc:creator>Youlette Etienne_2</dc:creator>
      <dc:date>2000-10-16T15:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount-error/m-p/2454104#M772094</link>
      <description>Hi Youlette,&lt;BR /&gt;&lt;BR /&gt;Your post suggests that /etc/pfs_fstab is empty. It should contain the line:-&lt;BR /&gt;&lt;BR /&gt;/dev/dsk/c2t2d0 /cdrom pfs-rrip xlat=unix 0 0&lt;BR /&gt;If you cd drive is c2t2d0.&lt;BR /&gt;&lt;BR /&gt;Do a mkdir /cdrom then pfs_mount /cdrom should work ok with an Oracle install CD.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Mon, 16 Oct 2000 15:31:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount-error/m-p/2454104#M772094</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-10-16T15:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount-error/m-p/2454105#M772095</link>
      <description>You will need the /etc/pfs_fstab file with the rrip option or you can pfs_mount from the command line by specifing the format, in this case, the rrip.</description>
      <pubDate>Mon, 16 Oct 2000 15:34:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount-error/m-p/2454105#M772095</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-10-16T15:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount-error/m-p/2454106#M772096</link>
      <description>&lt;BR /&gt;Your /etc/pfs_fstab file should look like this for optimal settings (reliability)&lt;BR /&gt;&lt;BR /&gt;/dev/rdsk/cxxxxxx /SD_CDROM (or /cdrom) pfs-rrip xlat=unix,soft 1 0&lt;BR /&gt;&lt;BR /&gt;Dont forget to use the /dev/rdsk - much more reliable than /dev/dsk, and the soft option, this way if it hangs you can remove the /etc/pfs_mnttab file and it wont hang the server forcing an immediate reboot - although you will still need to reboot later to free up the cd drive.&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Oct 2000 15:39:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount-error/m-p/2454106#M772096</guid>
      <dc:creator>Ken Scharpell</dc:creator>
      <dc:date>2000-10-16T15:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount-error/m-p/2454107#M772097</link>
      <description>sorry, didn't notice that the /etc/fstab did not post properly.&lt;BR /&gt;&lt;BR /&gt;Originally I had &lt;BR /&gt;# cat /etc/pfs_fstab &lt;BR /&gt;/dev/dsk/c0t2d0 /SD_CDROM pfs-rrip xlat=unix 0 0&lt;BR /&gt;&lt;BR /&gt;which produced the above error.&lt;BR /&gt;&lt;BR /&gt;I changed it to /dev/rdsk/c0t2d0 /SD_CDROM pfs-rrip xlat=unix,soft 1 0&lt;BR /&gt;&lt;BR /&gt;and killed and restarted the pfs daemons.&lt;BR /&gt;I got the same error.&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/pfs_mount: /dev/rdsk/c0t2d0 on /SD_CDROM: not rrip.&lt;BR /&gt;/usr/sbin/pfs_mount: giving up on /SD_CDROM</description>
      <pubDate>Mon, 16 Oct 2000 15:58:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount-error/m-p/2454107#M772097</guid>
      <dc:creator>Youlette Etienne_2</dc:creator>
      <dc:date>2000-10-16T15:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount-error/m-p/2454108#M772098</link>
      <description>I notice tha tthe path has changed between your first post and your latest.  Is the CD on path c0 or c2?  Make sure you have the correct one specified in /etc/pfs_fstab.  I use the bloack device (/dev/dsk) in my pfs_fstab, and it functions properly.&lt;BR /&gt;&lt;BR /&gt;If your file is correct, try killing all pfs demons and starting them up again.  Of course, make sure that nfs is running before starting pfs.</description>
      <pubDate>Mon, 16 Oct 2000 16:16:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount-error/m-p/2454108#M772098</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-10-16T16:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount-error/m-p/2454109#M772099</link>
      <description>I agree with Alan here is what I have for a c2t2do:&lt;BR /&gt;/dev/dsk/c2t2d0 /SD_CDROM pfs-rrip xlat=unix 1 0&lt;BR /&gt;Now are you sure the cd you are wanting to mount is rockridge format?&lt;BR /&gt;have you tried simply:&lt;BR /&gt;mount -o cdcase /dev/dsk/c2t2d0 /SD_CDROM</description>
      <pubDate>Mon, 16 Oct 2000 16:23:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount-error/m-p/2454109#M772099</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2000-10-16T16:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount-error/m-p/2454110#M772100</link>
      <description>Step 1 : Login as root&lt;BR /&gt;&lt;BR /&gt;Step 2 : Ensure the /etc/pfs_fstab file contains the following entry&lt;BR /&gt;/dev/dsk/cxtxdx /cdrom pfs-rrip xlat=unix 0 0&lt;BR /&gt;  &lt;BR /&gt;x = this is  machine dependent in your case c1t2d0&lt;BR /&gt;&lt;BR /&gt;Step 3 :Ensure the CDROM is loaded&lt;BR /&gt;&lt;BR /&gt;Step 4 :enter 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;&lt;BR /&gt;Step 5 :mount the cd&lt;BR /&gt;# pfs_mount &lt;BR /&gt;    ?o xlat=unix /dev/rdsk/cxtxdx /cdrom&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Nov 2000 15:53:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount-error/m-p/2454110#M772100</guid>
      <dc:creator>Faizer Jameel</dc:creator>
      <dc:date>2000-11-07T15:53:27Z</dc:date>
    </item>
  </channel>
</rss>

