<?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 on remote cd-rom in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount-on-remote-cd-rom/m-p/2467932#M16085</link>
    <description>Use the following steps to mount the remote cdrom&lt;BR /&gt;&lt;BR /&gt;On Server side:&lt;BR /&gt;&lt;BR /&gt;a:create /etc/exports with: /cdrom -ro&lt;BR /&gt;b:/usr/sbin/exportfs -av&lt;BR /&gt;c:WARNING!! before exportfs you have to pts_umount the cd and mount it again after the exportfs command&lt;BR /&gt;d:nohup /usr/sbin/pfs_mountd &amp;amp;&lt;BR /&gt;e:nohup /usr/sbin/pfsd &amp;amp;&lt;BR /&gt;f: Note: use (ioscan -funC disk) to find the device name&lt;BR /&gt;g:add the filesystem to /etc/pfs_fstab as follows: /dev/dsk/c0t2d0 /cdrom pfs -iso9660 ro,suid 0 0&lt;BR /&gt;h:add the filesystem to /etc/pfs_exports as follows: /cdrom -ro&lt;BR /&gt;i:pfs_exportfs -a&lt;BR /&gt;j:pfs_mount /cdrom&lt;BR /&gt;&lt;BR /&gt;On the client side:&lt;BR /&gt;a:nohup /usr/sbin/pfs_mountd &amp;amp;&lt;BR /&gt;b:nohup /usr/sbin/pfsd &amp;amp;&lt;BR /&gt;c:add the filesystem to /etc/pfs_fstab as follows: &lt;SERVER_HOSTNAME&gt;:/cdrom /test pfs-nfs ro,hard,fg 0 0&lt;BR /&gt;d: pfs_mount -o xlat=unix remotesystemA:/cdrom /test&lt;/SERVER_HOSTNAME&gt;</description>
    <pubDate>Tue, 28 Nov 2000 15:53:10 GMT</pubDate>
    <dc:creator>CHRIS_ANORUO</dc:creator>
    <dc:date>2000-11-28T15:53:10Z</dc:date>
    <item>
      <title>pfs_mount on remote cd-rom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount-on-remote-cd-rom/m-p/2467927#M16080</link>
      <description>We're installing oracle on an HP-UX 11.0 machine that does not have a cdrom so we're wanting to remotely mount the cdrom from another machine.  Will we be able to modify the /etc/pfs_fstab to refer to the remote cdrom and then use the normal pfs_mountd, pfsd, and pfs_mount commands and refer to the /cdrom device for mounting or are there other steps required?  We've tried unsuccessfully to do this as described above.  This is our entry in the /etc/pfs_fstab file:&lt;BR /&gt;&lt;BR /&gt;rga7:/dev/cdrom /cdrom pfs-rrip xlat=unix 1 0&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;..Joe</description>
      <pubDate>Tue, 28 Nov 2000 15:10:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount-on-remote-cd-rom/m-p/2467927#M16080</guid>
      <dc:creator>Joe Profaizer</dc:creator>
      <dc:date>2000-11-28T15:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount on remote cd-rom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount-on-remote-cd-rom/m-p/2467928#M16081</link>
      <description>Hi Joe,&lt;BR /&gt;&lt;BR /&gt;I would mount the CDROM on the remote machine, using pfs_mount and export the /cdrom directory.&lt;BR /&gt;&lt;BR /&gt;You'll then be able to mount that directory locally.&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Nov 2000 15:23:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount-on-remote-cd-rom/m-p/2467928#M16081</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2000-11-28T15:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount on remote cd-rom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount-on-remote-cd-rom/m-p/2467929#M16082</link>
      <description>Joe:&lt;BR /&gt;&lt;BR /&gt;What you want to do is to export the cdrom filesystem on the machine with the cdrom and then use nfs mount to mount it locally on your machine (that does not have the cdrom)&lt;BR /&gt;&lt;BR /&gt;machine_with_cdrom # echo "/cdrom -anon=2,ro" &amp;gt;&amp;gt; /etc/exports&lt;BR /&gt;machine_with_cdrom # exportfs /cdrom&lt;BR /&gt;&lt;BR /&gt;now to the machine without cdrom:&lt;BR /&gt;&lt;BR /&gt;machine_without# mount -F nfs machine_with_cdrom:/cdrom /cdrom&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;(assuming that you have the /cdrom as the mount points)</description>
      <pubDate>Tue, 28 Nov 2000 15:25:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount-on-remote-cd-rom/m-p/2467929#M16082</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-11-28T15:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount on remote cd-rom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount-on-remote-cd-rom/m-p/2467930#M16083</link>
      <description>Good luck!  I can not get pfs_mount of a remote system to work.  I have made a few startup scripts which I have attached to startup the required pfs subsystems at startup time.  Maybe they will help.&lt;BR /&gt;Anyway, you are right that you have to export via /etc/pfs_exports, and pfs_exportfs.  &lt;BR /&gt;Again though, I wish I could remotely mount a pfs file system.  Maybe someone can point me in the right direction......&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Tue, 28 Nov 2000 15:38:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount-on-remote-cd-rom/m-p/2467930#M16083</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2000-11-28T15:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount on remote cd-rom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount-on-remote-cd-rom/m-p/2467931#M16084</link>
      <description>There is a pfs_exports file that would need to be updated as well in order to pfs mount remotely.&lt;BR /&gt;&lt;BR /&gt;This also needs to be pfs_exports -a so the other systems see it as well.&lt;BR /&gt;&lt;BR /&gt;pfs export on the local machine, pfs mount on the local machine, then pfs mount on the remote machine back to the local machine.&lt;BR /&gt;&lt;BR /&gt;Make sure you have latest pfs patches. There have been many troubles with pfs and if it hoses, there are two machines you would need to reboot to get back to normal.</description>
      <pubDate>Tue, 28 Nov 2000 15:40:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount-on-remote-cd-rom/m-p/2467931#M16084</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-11-28T15:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount on remote cd-rom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount-on-remote-cd-rom/m-p/2467932#M16085</link>
      <description>Use the following steps to mount the remote cdrom&lt;BR /&gt;&lt;BR /&gt;On Server side:&lt;BR /&gt;&lt;BR /&gt;a:create /etc/exports with: /cdrom -ro&lt;BR /&gt;b:/usr/sbin/exportfs -av&lt;BR /&gt;c:WARNING!! before exportfs you have to pts_umount the cd and mount it again after the exportfs command&lt;BR /&gt;d:nohup /usr/sbin/pfs_mountd &amp;amp;&lt;BR /&gt;e:nohup /usr/sbin/pfsd &amp;amp;&lt;BR /&gt;f: Note: use (ioscan -funC disk) to find the device name&lt;BR /&gt;g:add the filesystem to /etc/pfs_fstab as follows: /dev/dsk/c0t2d0 /cdrom pfs -iso9660 ro,suid 0 0&lt;BR /&gt;h:add the filesystem to /etc/pfs_exports as follows: /cdrom -ro&lt;BR /&gt;i:pfs_exportfs -a&lt;BR /&gt;j:pfs_mount /cdrom&lt;BR /&gt;&lt;BR /&gt;On the client side:&lt;BR /&gt;a:nohup /usr/sbin/pfs_mountd &amp;amp;&lt;BR /&gt;b:nohup /usr/sbin/pfsd &amp;amp;&lt;BR /&gt;c:add the filesystem to /etc/pfs_fstab as follows: &lt;SERVER_HOSTNAME&gt;:/cdrom /test pfs-nfs ro,hard,fg 0 0&lt;BR /&gt;d: pfs_mount -o xlat=unix remotesystemA:/cdrom /test&lt;/SERVER_HOSTNAME&gt;</description>
      <pubDate>Tue, 28 Nov 2000 15:53:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount-on-remote-cd-rom/m-p/2467932#M16085</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-11-28T15:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount on remote cd-rom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount-on-remote-cd-rom/m-p/2467933#M16086</link>
      <description>Thanks Chris,&lt;BR /&gt;Your solution has worked.  I did have the following error after step "j", which read:&lt;BR /&gt;Invalid type: pfs&lt;BR /&gt;&lt;BR /&gt;But things are working OK.  Let me know if I need any more changes/modifications regarding above.&lt;BR /&gt;&lt;BR /&gt;..Joe&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Nov 2000 16:50:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount-on-remote-cd-rom/m-p/2467933#M16086</guid>
      <dc:creator>Joe Profaizer</dc:creator>
      <dc:date>2000-11-28T16:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount on remote cd-rom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount-on-remote-cd-rom/m-p/2467934#M16087</link>
      <description>Mabye one of you guys can help on a similar Issue I am having. &lt;BR /&gt;&lt;BR /&gt;I have a CDrom located localy I want to pfs_mount this cdrom remotely on a box located states away, the hard part of this is the box is a SUN box :(.  I do not have root on, and this is something I will have to do on a monthly basis, is thier a way to set up automounter to do this for them. &lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Fred</description>
      <pubDate>Thu, 15 Aug 2002 19:35:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount-on-remote-cd-rom/m-p/2467934#M16087</guid>
      <dc:creator>Fred Myers</dc:creator>
      <dc:date>2002-08-15T19:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount on remote cd-rom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount-on-remote-cd-rom/m-p/2467935#M16088</link>
      <description>The reason you can't export the local CDROM mounted using PFS is that PFS is actually an internal NFS mount and you can't export an imported filesystem. You can use PFS export as long as the other machine has PFS but this software has been replaced long ago by native CDROM support in other flavors of Unix.&lt;BR /&gt;&lt;BR /&gt;The good news is that if you download the 11.0 patches for RockRidge support, you can kiss PFS goodbye forever. The mount command will now mount the CD correctly without any PFS stuff. And most importantly, you can export the CD as a normal NFS filesystem.</description>
      <pubDate>Fri, 16 Aug 2002 01:14:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount-on-remote-cd-rom/m-p/2467935#M16088</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-08-16T01:14:32Z</dc:date>
    </item>
  </channel>
</rss>

