<?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: How do i do a pfsmount on a network in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-do-a-pfsmount-on-a-network/m-p/2523443#M23929</link>
    <description>That is great , also look at the following :&lt;BR /&gt;&lt;BR /&gt;1. the mount should be as&lt;BR /&gt;&lt;BR /&gt;A:/cdrom  xxxxx xxxx  0 100% /cdrom and not &lt;BR /&gt;/dev/dsk/cXtYdZ xxx xxxx 0 100% /cdrom&lt;BR /&gt;&lt;BR /&gt;2. What is the HPUX version on each machine ?&lt;BR /&gt;&lt;BR /&gt;3. create in /etc the following file other than pfs_exports , pfs_fstab with the following entry in the both the machines :&lt;BR /&gt;&lt;BR /&gt;/dev/dsk/cXtYdZ /cdrom pfs_rrip xlat=unix 0 0&lt;BR /&gt;&lt;BR /&gt;also please note the sequence of pfsd and pfs_mountd .&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 01 May 2001 19:56:33 GMT</pubDate>
    <dc:creator>MANOJ SRIVASTAVA</dc:creator>
    <dc:date>2001-05-01T19:56:33Z</dc:date>
    <item>
      <title>How do i do a pfsmount on a network</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-do-a-pfsmount-on-a-network/m-p/2523436#M23922</link>
      <description>Iam trying to read oracle files on a CDROM over a network. I understand I should do a pfsmount.&lt;BR /&gt;&lt;BR /&gt;can anybody give the correct syntax??</description>
      <pubDate>Tue, 01 May 2001 18:23:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-do-a-pfsmount-on-a-network/m-p/2523436#M23922</guid>
      <dc:creator>Sprint Unix Team</dc:creator>
      <dc:date>2001-05-01T18:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do i do a pfsmount on a network</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-do-a-pfsmount-on-a-network/m-p/2523437#M23923</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;Remote (CD-server) :&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_mount ?t rrip ?x \ unix /dev/dsk/c9t9d0 /cdrom&lt;BR /&gt;vi /etc/pfs_exports and add:&lt;BR /&gt;/cdrom ?access=other_host&lt;BR /&gt;pfs_exportfs ?a ?v&lt;BR /&gt;&lt;BR /&gt;Local (Oracle server):&lt;BR /&gt;nohup /usr/sbin/pfs_mountd &amp;amp;&lt;BR /&gt;nohup /usr/sbin/pfsd 4 &amp;amp;&lt;BR /&gt;/usr/sbin/pfs_mount cdserver:/cdrom /cdrom&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;BTW if you used search you would probably have found some threads on this, but then again I would have missed a chance to get some points ;))))&lt;BR /&gt;good luck,&lt;BR /&gt;Thierry.</description>
      <pubDate>Tue, 01 May 2001 18:31:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-do-a-pfsmount-on-a-network/m-p/2523437#M23923</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2001-05-01T18:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do i do a pfsmount on a network</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-do-a-pfsmount-on-a-network/m-p/2523438#M23924</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Knowledge Base document #KBAN00000252 ("PFS to mount Oracle, Rockridge and most PC formatted CD-ROM 11.x") gives a very good summary of the methodology and cautions used with pfs_mounts.&lt;BR /&gt;&lt;BR /&gt;Document #KBRC00001258 ("Export a pfs_mounted CD-ROM using pfs_export") discusses the pfs_export procedures needed.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 01 May 2001 18:34:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-do-a-pfsmount-on-a-network/m-p/2523438#M23924</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-05-01T18:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do i do a pfsmount on a network</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-do-a-pfsmount-on-a-network/m-p/2523439#M23925</link>
      <description>Local Server (A)&lt;BR /&gt;Remoter Server (B)&lt;BR /&gt;&lt;BR /&gt;On (A)&lt;BR /&gt;1. /usr/sbin/pfs_mountd &amp;amp;&lt;BR /&gt;2. /usr/sbin/pfsd &amp;amp;&lt;BR /&gt;3. in /etc create file pfs_exportfs and add &lt;BR /&gt;/cdrom&lt;BR /&gt;4. pfs_mount /dev/dsk/cXtYdZ /cdrom&lt;BR /&gt;5. pfs_exportfs -a -v&lt;BR /&gt;6. check in bdf that the mount of the CDROm should be &lt;BR /&gt;&lt;BR /&gt;a:/cdrom   xxx xxx xxxx xxxx  /cdrom&lt;BR /&gt;&lt;BR /&gt;on the serve (B)&lt;BR /&gt;&lt;BR /&gt;1. /usr/sbin/pfs_mountd &amp;amp;&lt;BR /&gt;2. /usr/sbin/pfsd &amp;amp;&lt;BR /&gt;3. pfs_mount a:/cdrom /cdrom&lt;BR /&gt;&lt;BR /&gt;also check in the /etc/hosts file that the corresponding IP conversions should be present for each servers.&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 May 2001 18:49:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-do-a-pfsmount-on-a-network/m-p/2523439#M23925</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2001-05-01T18:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do i do a pfsmount on a network</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-do-a-pfsmount-on-a-network/m-p/2523440#M23926</link>
      <description>hi Thierry and Manoj,&lt;BR /&gt;&lt;BR /&gt;Inspite of using the commands, i still get an error message :&lt;BR /&gt;# /usr/sbin/pfs_mount 10.12.104.34:/CDROM /CDROM1&lt;BR /&gt;/usr/sbin/pfs_mount: access denied for 10.12.104.34:/CDROM.&lt;BR /&gt;/usr/sbin/pfs_mount: giving up on /CDROM1&lt;BR /&gt;&lt;BR /&gt;what should be the problme</description>
      <pubDate>Tue, 01 May 2001 19:02:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-do-a-pfsmount-on-a-network/m-p/2523440#M23926</guid>
      <dc:creator>Sprint Unix Team</dc:creator>
      <dc:date>2001-05-01T19:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do i do a pfsmount on a network</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-do-a-pfsmount-on-a-network/m-p/2523441#M23927</link>
      <description>what is the OS version on bothe ther servers , Can you ping across to the other server ?&lt;BR /&gt;Also check the step 6 that after the pfs_exportfs -a -v the bdf should give the cdrom mounted as &lt;BR /&gt;&lt;BR /&gt;a:/cdrom   xxxx xxxx xxxxx /cdrom&lt;BR /&gt;&lt;BR /&gt;If this doesnt show up then there is a issue in local server it self.</description>
      <pubDate>Tue, 01 May 2001 19:16:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-do-a-pfsmount-on-a-network/m-p/2523441#M23927</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2001-05-01T19:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: How do i do a pfsmount on a network</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-do-a-pfsmount-on-a-network/m-p/2523442#M23928</link>
      <description>Manoj,&lt;BR /&gt;Both the boxes talk to each other. I see the CDROM successfully mounted on the server. It can be seen in the bdf output.</description>
      <pubDate>Tue, 01 May 2001 19:33:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-do-a-pfsmount-on-a-network/m-p/2523442#M23928</guid>
      <dc:creator>Sprint Unix Team</dc:creator>
      <dc:date>2001-05-01T19:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do i do a pfsmount on a network</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-do-a-pfsmount-on-a-network/m-p/2523443#M23929</link>
      <description>That is great , also look at the following :&lt;BR /&gt;&lt;BR /&gt;1. the mount should be as&lt;BR /&gt;&lt;BR /&gt;A:/cdrom  xxxxx xxxx  0 100% /cdrom and not &lt;BR /&gt;/dev/dsk/cXtYdZ xxx xxxx 0 100% /cdrom&lt;BR /&gt;&lt;BR /&gt;2. What is the HPUX version on each machine ?&lt;BR /&gt;&lt;BR /&gt;3. create in /etc the following file other than pfs_exports , pfs_fstab with the following entry in the both the machines :&lt;BR /&gt;&lt;BR /&gt;/dev/dsk/cXtYdZ /cdrom pfs_rrip xlat=unix 0 0&lt;BR /&gt;&lt;BR /&gt;also please note the sequence of pfsd and pfs_mountd .&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 May 2001 19:56:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-do-a-pfsmount-on-a-network/m-p/2523443#M23929</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2001-05-01T19:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: How do i do a pfsmount on a network</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-do-a-pfsmount-on-a-network/m-p/2523444#M23930</link>
      <description>hi,&lt;BR /&gt;sorry to hear things did't work out from the first try :(&lt;BR /&gt;okay, so the CD is (pfs-)mounted on the cd-server.&lt;BR /&gt;1. did the pfs_export work okay, did you get the message '/CDROM exported' ?&lt;BR /&gt;2. are pfs_mountd and pfsd running on both servers?&lt;BR /&gt;(maybe you could try to mount with the servername instead of the IP address, should also work however, just a wild hunch)&lt;BR /&gt;good luck,&lt;BR /&gt;Thierry.&lt;BR /&gt;BTW if things really don't work, pfs-mount the CD on a server, and copy the whole CD to a temporary directory on  the oracle-server, and then install from there.  That's how I did it my very first time ;))</description>
      <pubDate>Wed, 02 May 2001 10:19:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-do-a-pfsmount-on-a-network/m-p/2523444#M23930</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2001-05-02T10:19:08Z</dc:date>
    </item>
  </channel>
</rss>

