<?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 CD-ROM in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-cd-rom/m-p/2592651#M883595</link>
    <description>Many thanks to all...&lt;BR /&gt;&lt;BR /&gt;/etc/exports needed..&lt;BR /&gt;/cdrom -anon=65534,ro&lt;BR /&gt;&lt;BR /&gt;then the mounts worked correctly.</description>
    <pubDate>Thu, 11 Oct 2001 14:37:09 GMT</pubDate>
    <dc:creator>Doug Moloney</dc:creator>
    <dc:date>2001-10-11T14:37:09Z</dc:date>
    <item>
      <title>Remote Mount CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-cd-rom/m-p/2592636#M883580</link>
      <description>HP-UX 11.0, Both boxes.&lt;BR /&gt;&lt;BR /&gt;How do I remote mount a cdrom from one box to another? Do I have to use pfs_mount and if so what commands and files need editing on both of the boxes. I founds some references and have attempted with pfs_mount, but currently getting an access denied.  I can see the cdrom on the remote machine, but get a access denied when I try to mount on local machine.&lt;BR /&gt;&lt;BR /&gt;So far.&lt;BR /&gt;Local Machine&lt;BR /&gt;/etc/pfstab  is set up for access to its own cd&lt;BR /&gt;and is able to mount if there was a cd in place.  Both with mount and pfs_mount. Is there something special I need in /etc/pfs_tab that will indicate the cd is a remotely mounted cd? Does /etc/pfs_exports play a role in this and should I execute the pfs_export command. What should be in this file?&lt;BR /&gt;&lt;BR /&gt;Remote Machine&lt;BR /&gt;/etc/pfstab is set up for access to its own cd and is able to mount is cdrom using both mount and pfs_mount.  And is currently mounted with pfs_mount, all the file names are in upper case and I am not sure if this will be a problem. Does /etc/pfs_exports play a role in this and should I execute the pfs_export command. What should be in this file?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Oct 2001 17:03:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-cd-rom/m-p/2592636#M883580</guid>
      <dc:creator>Doug Moloney</dc:creator>
      <dc:date>2001-10-10T17:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Mount CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-cd-rom/m-p/2592637#M883581</link>
      <description>Hi Doug:&lt;BR /&gt;&lt;BR /&gt;From Technical Knowledge Base document #A5486201:&lt;BR /&gt;&lt;BR /&gt;A. Perform these steps on the local system:&lt;BR /&gt;&lt;BR /&gt;   1. nohup /usr/sbin/pfs_mountd &amp;amp;&lt;BR /&gt;&lt;BR /&gt;   2. nohup /usr/sbin/pfsd &amp;amp;&lt;BR /&gt;&lt;BR /&gt;   3. Add the filesystem to /etc/pfs_fstab&lt;BR /&gt;&lt;BR /&gt;   4. Add the filesystem to /etc/pfs_exports&lt;BR /&gt;&lt;BR /&gt;   5. pfs_exportfs -a&lt;BR /&gt;&lt;BR /&gt;   6. pfs_mount /cdrom&lt;BR /&gt;&lt;BR /&gt;B. Perform these steps on the remote system:&lt;BR /&gt;&lt;BR /&gt;   1. nohup /usr/sbin/pfs_mountd &amp;amp;&lt;BR /&gt;&lt;BR /&gt;   2. nohup /usr/sbin/pfsd &amp;amp;&lt;BR /&gt;&lt;BR /&gt;   3. pfs_mount -o xlat=unix remotesystemA:/cdrom /localmnt_pnt&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 10 Oct 2001 17:15:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-cd-rom/m-p/2592637#M883581</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-10-10T17:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Mount CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-cd-rom/m-p/2592638#M883582</link>
      <description>Hi Doug,&lt;BR /&gt;&lt;BR /&gt;To remote mount a CD-ROM, mount the CDrom on the remote system first.&lt;BR /&gt;&lt;BR /&gt;mount -r /dev/dsk/CD_DEVICE_FILE /cdrom&lt;BR /&gt;&lt;BR /&gt;Export the /cdrom directory&lt;BR /&gt;&lt;BR /&gt;exportfs /cdrom&lt;BR /&gt;&lt;BR /&gt;On the local system, mount the exported directory.&lt;BR /&gt;&lt;BR /&gt;mount -r remote_system:/cdrom /local_mount_point&lt;BR /&gt;&lt;BR /&gt;Remeber your remote system should be configured as NFS Server and the local system should be configured as NFS client. If you are doing it the other way round, i.e. mounting a cdrom from local server to the remote server, substitute remote in place of local in the above example and vice versa.&lt;BR /&gt;&lt;BR /&gt;hope this helps.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Oct 2001 17:18:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-cd-rom/m-p/2592638#M883582</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-10-10T17:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Mount CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-cd-rom/m-p/2592639#M883583</link>
      <description>Both methods are giving me an access denied or permission denied error!</description>
      <pubDate>Wed, 10 Oct 2001 17:25:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-cd-rom/m-p/2592639#M883583</guid>
      <dc:creator>Doug Moloney</dc:creator>
      <dc:date>2001-10-10T17:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Mount CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-cd-rom/m-p/2592640#M883584</link>
      <description>are you trying to install software from a CD from one box to another? if so, just do &lt;BR /&gt;&lt;BR /&gt;swinstall -s &lt;HOSTNAME&gt;:/cdrom&lt;BR /&gt;&lt;BR /&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Wed, 10 Oct 2001 17:35:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-cd-rom/m-p/2592640#M883584</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2001-10-10T17:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Mount CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-cd-rom/m-p/2592641#M883585</link>
      <description>Hi&lt;BR /&gt;Try #mount -o ro &lt;HOST&gt;:/SD_CDROM /SD_CDROM to mount remote CD.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Prashant.&lt;/HOST&gt;</description>
      <pubDate>Wed, 10 Oct 2001 17:40:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-cd-rom/m-p/2592641#M883585</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2001-10-10T17:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Mount CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-cd-rom/m-p/2592642#M883586</link>
      <description>Software is not being installed so swinstall can not be used.  All methods thus far still give me an access denied or permission denied error.</description>
      <pubDate>Wed, 10 Oct 2001 18:42:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-cd-rom/m-p/2592642#M883586</guid>
      <dc:creator>Doug Moloney</dc:creator>
      <dc:date>2001-10-10T18:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Mount CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-cd-rom/m-p/2592643#M883587</link>
      <description>I think Sanjay's advice is more simple and easy.</description>
      <pubDate>Thu, 11 Oct 2001 05:38:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-cd-rom/m-p/2592643#M883587</guid>
      <dc:creator>zhoufeilong</dc:creator>
      <dc:date>2001-10-11T05:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Mount CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-cd-rom/m-p/2592644#M883588</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You haven't said why this is has to a &lt;BR /&gt;pfs_mount so I'm going to assume it is&lt;BR /&gt;not as it seems that question has been&lt;BR /&gt;answered already. There is a problem in&lt;BR /&gt;in that you need to export the filesystem.&lt;BR /&gt;In order to do so you still have to add &lt;BR /&gt;some information to the /etc/exports &lt;BR /&gt;file, similar to this. Mounting a CD &lt;BR /&gt;remotely is no different to NFS &lt;BR /&gt;mounting a normal filesytem. &lt;BR /&gt;&lt;BR /&gt;/cdrom -anon=65534,ro,root=server,access=client&lt;BR /&gt;&lt;BR /&gt;# exportfs -a (on server with the CD)&lt;BR /&gt;&lt;BR /&gt;Then go to the client system and try to mount&lt;BR /&gt;it as such.&lt;BR /&gt;# mkdir /cdrom2&lt;BR /&gt;# mount server:/cdrom /cdrom2&lt;BR /&gt;&lt;BR /&gt;Make sure that your NFS is running on both&lt;BR /&gt;systems. If it is not no tyep of NFS mount&lt;BR /&gt;will work.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Oct 2001 05:58:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-cd-rom/m-p/2592644#M883588</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-10-11T05:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Mount CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-cd-rom/m-p/2592645#M883589</link>
      <description>Still getting permission denied on all three versions.  Any help on the permissions?</description>
      <pubDate>Thu, 11 Oct 2001 11:32:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-cd-rom/m-p/2592645#M883589</guid>
      <dc:creator>Doug Moloney</dc:creator>
      <dc:date>2001-10-11T11:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Mount CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-cd-rom/m-p/2592646#M883590</link>
      <description>Hi&lt;BR /&gt;Are you able mount normal file system on NFS?&lt;BR /&gt;Are pfs daemons running on server with CD ?&lt;BR /&gt;&lt;BR /&gt;Prashant.</description>
      <pubDate>Thu, 11 Oct 2001 12:53:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-cd-rom/m-p/2592646#M883590</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2001-10-11T12:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Mount CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-cd-rom/m-p/2592647#M883591</link>
      <description>I have killed all the pfs deamons and tried the mounts without pfs and still receiving permission denied. &lt;BR /&gt;&lt;BR /&gt;I have not tried mounting a nfs file system, I really do not have one or know how to create one.  If there is a test I can do I will.&lt;BR /&gt;&lt;BR /&gt;Is there a hosts config file or a nfs config file somewhere that holds permission for remote mounts?</description>
      <pubDate>Thu, 11 Oct 2001 13:03:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-cd-rom/m-p/2592647#M883591</guid>
      <dc:creator>Doug Moloney</dc:creator>
      <dc:date>2001-10-11T13:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Mount CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-cd-rom/m-p/2592648#M883592</link>
      <description>Hi - Use the mount command as above, but after the ro flag add the following : -   ,vers=2</description>
      <pubDate>Thu, 11 Oct 2001 13:32:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-cd-rom/m-p/2592648#M883592</guid>
      <dc:creator>Andrew Duncalfe</dc:creator>
      <dc:date>2001-10-11T13:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Mount CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-cd-rom/m-p/2592649#M883593</link>
      <description>Still getting access denied.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# mount -ro vers=2 zakori:/cdrom /cdrom&lt;BR /&gt;nfs mount: get_fh: zakori:/cdrom: access denied&lt;BR /&gt;#</description>
      <pubDate>Thu, 11 Oct 2001 14:23:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-cd-rom/m-p/2592649#M883593</guid>
      <dc:creator>Doug Moloney</dc:creator>
      <dc:date>2001-10-11T14:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Mount CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-cd-rom/m-p/2592650#M883594</link>
      <description>Hi&lt;BR /&gt;First check your both servers are running NFS server/client. If no you can start this from SAM.&lt;BR /&gt;Check with #ps -eaf |grep -e nfs -e biod.&lt;BR /&gt;&lt;BR /&gt;To check NFS -&lt;BR /&gt;On server add /usr to /etc/exports file.&lt;BR /&gt;Run #exportfs -av to export the "/usr" dir.&lt;BR /&gt;Check same using command #showmount -e&lt;BR /&gt;&lt;BR /&gt;Then on client machine use&lt;BR /&gt;#mount SERVER-A:/usr /tmp_mnt/usr&lt;BR /&gt;&lt;BR /&gt;If this works replace "/usr" with your CD directory.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Prashant.&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Oct 2001 14:27:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-cd-rom/m-p/2592650#M883594</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2001-10-11T14:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Mount CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-cd-rom/m-p/2592651#M883595</link>
      <description>Many thanks to all...&lt;BR /&gt;&lt;BR /&gt;/etc/exports needed..&lt;BR /&gt;/cdrom -anon=65534,ro&lt;BR /&gt;&lt;BR /&gt;then the mounts worked correctly.</description>
      <pubDate>Thu, 11 Oct 2001 14:37:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-mount-cd-rom/m-p/2592651#M883595</guid>
      <dc:creator>Doug Moloney</dc:creator>
      <dc:date>2001-10-11T14:37:09Z</dc:date>
    </item>
  </channel>
</rss>

