<?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: remote mount pfs cd for oracle in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-pfs-cd-for-oracle/m-p/3409190#M202263</link>
    <description>Remotely mounting PFS format file system (e.g. Oracle 8.1.5 Cdrom):&lt;BR /&gt;&lt;BR /&gt;ON THE 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;WARNING!!! before exportfs you have to pfs_umount the cd and mount it again after the exportfs command&lt;BR /&gt;c. nohup /usr/sbin/pfs_mountd &amp;amp;&lt;BR /&gt;d. nohup /usr/sbin/pfsd &amp;amp;&lt;BR /&gt;NOTE: use ( #ioscan -funC disk ) to find the device name.&lt;BR /&gt;e. add the filesystem to /etc/pfs_fstab as follows : /dev/dsk/c0t2d0 /cdrom pfs-iso9660 ro,suid 0 0&lt;BR /&gt;f. add the filesystem to /etc/pfs_exports as follows : /cdrom -ro&lt;BR /&gt;g. pfs_exportfs -a&lt;BR /&gt;h. pfs_mount /cdrom&lt;BR /&gt;&lt;BR /&gt;ON THE CLIENT SIDE :&lt;BR /&gt;&lt;BR /&gt;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;&lt;BR /&gt;Note: do not need to do this if entered in /etc/pfs_fstab , # pfs_mount /test&lt;BR /&gt;d. pfs_mount -o xlat=unix remotesystemA:/cdrom /test&lt;BR /&gt;&lt;BR /&gt;Note: to unmount use : # pfs_umount /test &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Forgot where the doc came from at HP...&lt;BR /&gt;All the best&lt;BR /&gt;Victor&lt;/SERVER_HOSTNAME&gt;</description>
    <pubDate>Wed, 27 Oct 2004 11:43:17 GMT</pubDate>
    <dc:creator>Victor BERRIDGE</dc:creator>
    <dc:date>2004-10-27T11:43:17Z</dc:date>
    <item>
      <title>remote mount pfs cd for oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-pfs-cd-for-oracle/m-p/3409185#M202258</link>
      <description>Error!!!&lt;BR /&gt;[hpp100 /] nohup /usr/sbin/pfs_mountd&amp;amp;&lt;BR /&gt;[1]     21824&lt;BR /&gt;[hpp100 /] Sending output to nohup.out&lt;BR /&gt;&lt;BR /&gt;[hpp100 /] nohup /usr/sbin/psfd&amp;amp;&lt;BR /&gt;[2]     21862&lt;BR /&gt;[hpp100 /] Sending output to nohup.out&lt;BR /&gt;nohup: /usr/sbin/psfd: No such file or directory&lt;BR /&gt;&lt;BR /&gt;[2] +  Done(127)                  nohup /usr/sbin/psfd&amp;amp;&lt;BR /&gt;[hpp100 /] nohup.out  /usr/sbin/psfd&amp;amp;&lt;BR /&gt;[hpp100 /] nohup /usr/sbin/pfsd&amp;amp;&lt;BR /&gt;[2]     21906&lt;BR /&gt;[hpp100 /] Sending output to nohup.out&lt;BR /&gt;&lt;BR /&gt;[hpp100 /] cd /etc&lt;BR /&gt;[hpp100 /etc] more pfs_exports&lt;BR /&gt;/cdrom -anon=2,ro&lt;BR /&gt;[hpp100 /etc] cd&lt;BR /&gt;[hpp100 /] pfs_exportfs -a&lt;BR /&gt;[hpp100 /] pfs_mount /cdrom&lt;BR /&gt;pfs_mount: /dev/dsk/c2t2d0 on /cdrom: unrecongnized format.&lt;BR /&gt;pfs_mount: giving up on /cdrom&lt;BR /&gt;[hpp100 /] cd /etc&lt;BR /&gt;[hpp100 /etc] more pfs_fstab&lt;BR /&gt;/dev/dsk/c2t2d0 /cdrom pfs-nfs ro,suid0 0&lt;BR /&gt;#/dev/sr0 /cd-rom pfs-iso9660 ro,suid 0 0&lt;BR /&gt;[hpp100 /etc]</description>
      <pubDate>Wed, 27 Oct 2004 10:08:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-pfs-cd-for-oracle/m-p/3409185#M202258</guid>
      <dc:creator>Janet Parker_1</dc:creator>
      <dc:date>2004-10-27T10:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: remote mount pfs cd for oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-pfs-cd-for-oracle/m-p/3409186#M202259</link>
      <description>On remote machine, use this script:&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/mount -F cdfs -e -o ro,rr /dev/dsk/c3t2d0 /cdrom&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Then the nfs export might work and you can access it via the network.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 27 Oct 2004 10:17:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-pfs-cd-for-oracle/m-p/3409186#M202259</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-10-27T10:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: remote mount pfs cd for oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-pfs-cd-for-oracle/m-p/3409187#M202260</link>
      <description>That worked on local system and cd is mounted but error on remote mount:&lt;BR /&gt;&lt;BR /&gt;[hpp090 / ]nohup /usr/sbin/pfs_mountd&amp;amp;&lt;BR /&gt;[1]     9010&lt;BR /&gt;[hpp090 / ]Sending output to nohup.out&lt;BR /&gt;&lt;BR /&gt;[hpp090 / ]nohup /usr/sbin/pfsd&amp;amp;&lt;BR /&gt;[2]     9063&lt;BR /&gt;[hpp090 / ]Sending output to nohup.out&lt;BR /&gt;&lt;BR /&gt;[hpp090 / ]pfs_mount -o xlat=unix hpp100:/cdrom /cdrom&lt;BR /&gt;pfs_mount: hpp100:/cdrom not mounted&lt;BR /&gt;pfs_mount: giving up on /cdrom&lt;BR /&gt;[hpp090 / ]</description>
      <pubDate>Wed, 27 Oct 2004 11:20:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-pfs-cd-for-oracle/m-p/3409187#M202260</guid>
      <dc:creator>Janet Parker_1</dc:creator>
      <dc:date>2004-10-27T11:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: remote mount pfs cd for oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-pfs-cd-for-oracle/m-p/3409188#M202261</link>
      <description>Hi,&lt;BR /&gt;Did you pfs_umount the cd before the exportfs?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Oct 2004 11:26:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-pfs-cd-for-oracle/m-p/3409188#M202261</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2004-10-27T11:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: remote mount pfs cd for oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-pfs-cd-for-oracle/m-p/3409189#M202262</link>
      <description>NO when should I do this???</description>
      <pubDate>Wed, 27 Oct 2004 11:33:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-pfs-cd-for-oracle/m-p/3409189#M202262</guid>
      <dc:creator>Janet Parker_1</dc:creator>
      <dc:date>2004-10-27T11:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: remote mount pfs cd for oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-pfs-cd-for-oracle/m-p/3409190#M202263</link>
      <description>Remotely mounting PFS format file system (e.g. Oracle 8.1.5 Cdrom):&lt;BR /&gt;&lt;BR /&gt;ON THE 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;WARNING!!! before exportfs you have to pfs_umount the cd and mount it again after the exportfs command&lt;BR /&gt;c. nohup /usr/sbin/pfs_mountd &amp;amp;&lt;BR /&gt;d. nohup /usr/sbin/pfsd &amp;amp;&lt;BR /&gt;NOTE: use ( #ioscan -funC disk ) to find the device name.&lt;BR /&gt;e. add the filesystem to /etc/pfs_fstab as follows : /dev/dsk/c0t2d0 /cdrom pfs-iso9660 ro,suid 0 0&lt;BR /&gt;f. add the filesystem to /etc/pfs_exports as follows : /cdrom -ro&lt;BR /&gt;g. pfs_exportfs -a&lt;BR /&gt;h. pfs_mount /cdrom&lt;BR /&gt;&lt;BR /&gt;ON THE CLIENT SIDE :&lt;BR /&gt;&lt;BR /&gt;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;&lt;BR /&gt;Note: do not need to do this if entered in /etc/pfs_fstab , # pfs_mount /test&lt;BR /&gt;d. pfs_mount -o xlat=unix remotesystemA:/cdrom /test&lt;BR /&gt;&lt;BR /&gt;Note: to unmount use : # pfs_umount /test &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Forgot where the doc came from at HP...&lt;BR /&gt;All the best&lt;BR /&gt;Victor&lt;/SERVER_HOSTNAME&gt;</description>
      <pubDate>Wed, 27 Oct 2004 11:43:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-pfs-cd-for-oracle/m-p/3409190#M202263</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2004-10-27T11:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: remote mount pfs cd for oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-pfs-cd-for-oracle/m-p/3409191#M202264</link>
      <description>This is remote system:&lt;BR /&gt;hpp100&amp;gt;:/cdrom /cdrom pfs-nfs ro,hard,fg 0 0&lt;BR /&gt;"pfs_fstab" [New file] 3 lines, 47 characters&lt;BR /&gt;[hpp090 /etc ]cd&lt;BR /&gt;[hpp090 / ]pfs_mount -o xlat=unix hpp100:/cdrom /cdrom&lt;BR /&gt;pfs_mount: hpp100:/cdrom not mounted&lt;BR /&gt;pfs_mount: giving up on /cdrom&lt;BR /&gt;[hpp090 / ]</description>
      <pubDate>Wed, 27 Oct 2004 11:53:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-pfs-cd-for-oracle/m-p/3409191#M202264</guid>
      <dc:creator>Janet Parker_1</dc:creator>
      <dc:date>2004-10-27T11:53:33Z</dc:date>
    </item>
  </channel>
</rss>

