<?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: mount /cdrom remotely in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-remotely/m-p/5019962#M428294</link>
    <description>mount cdrom on the machine has the cdrom drive;&lt;BR /&gt;export the filesystem to nfs&lt;BR /&gt;&lt;BR /&gt;on other remote machines, use nfs mount to access the cdrom</description>
    <pubDate>Thu, 21 Dec 2006 08:52:05 GMT</pubDate>
    <dc:creator>George Liu_4</dc:creator>
    <dc:date>2006-12-21T08:52:05Z</dc:date>
    <item>
      <title>mount /cdrom remotely</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-remotely/m-p/5019956#M428288</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I need to mount a /cdrom remotely, how do I dod that?</description>
      <pubDate>Wed, 20 Dec 2006 20:07:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-remotely/m-p/5019956#M428288</guid>
      <dc:creator>Hector Vargas</dc:creator>
      <dc:date>2006-12-20T20:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: mount /cdrom remotely</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-remotely/m-p/5019957#M428289</link>
      <description>You use the mount command.&lt;BR /&gt;&lt;BR /&gt;Are you really saying that you need to access the cdrom on one machine from another machine?  If so, then you can use NFS to export the CD on the first machine and then mount it on the second.</description>
      <pubDate>Wed, 20 Dec 2006 21:42:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-remotely/m-p/5019957#M428289</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-12-20T21:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: mount /cdrom remotely</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-remotely/m-p/5019958#M428290</link>
      <description>Hector,&lt;BR /&gt;&lt;BR /&gt;On Server with CD,&lt;BR /&gt;# mount -r /dev/dsk/cxtxdx/cdrom&lt;BR /&gt;Add in file /etc/exports:&lt;BR /&gt;/cdrom -anon=65534,ro,root=server_without_CD&lt;BR /&gt;# exportfs /cdrom&lt;BR /&gt;&lt;BR /&gt;In Server without CD,&lt;BR /&gt;# mount -F nfs server_with_CD:/cdrom /cdrom&lt;BR /&gt;&lt;BR /&gt;Or use SAM ;-)</description>
      <pubDate>Thu, 21 Dec 2006 03:57:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-remotely/m-p/5019958#M428290</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-12-21T03:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: mount /cdrom remotely</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-remotely/m-p/5019959#M428291</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;If you have a server with two cell boards the CDROM\DVD is only wired to the first cell and not avialable on the second. &lt;BR /&gt;&lt;BR /&gt;The only change I would make is that I would soft mount the CDROM. Otherwise if the CDROM is  unmounted on the first server after which you attempt to access it...... shouldn't happen but I know from experience it does. For safety's sake also use the intr option too.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Andrew Y</description>
      <pubDate>Thu, 21 Dec 2006 05:07:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-remotely/m-p/5019959#M428291</guid>
      <dc:creator>Andrew Young_2</dc:creator>
      <dc:date>2006-12-21T05:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: mount /cdrom remotely</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-remotely/m-p/5019960#M428292</link>
      <description>Basic Version, &lt;BR /&gt;&lt;BR /&gt;Ensure NFS Client is running on the Client (target ) server &lt;BR /&gt;&lt;BR /&gt;Ensure NFS Server is running on the Server (source) server &lt;BR /&gt;&lt;BR /&gt;add following into /etc/exports on source server&lt;BR /&gt;/cdrom -ro &lt;BR /&gt;&lt;BR /&gt;on target&lt;BR /&gt;mkdir /&lt;SOURCE&gt;_cdrom&lt;BR /&gt;mount &lt;SOURCE&gt;:/cdrom /&lt;SOURCE&gt;_cdrom&lt;BR /&gt;&lt;/SOURCE&gt;&lt;/SOURCE&gt;&lt;/SOURCE&gt;</description>
      <pubDate>Thu, 21 Dec 2006 05:45:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-remotely/m-p/5019960#M428292</guid>
      <dc:creator>gstonian</dc:creator>
      <dc:date>2006-12-21T05:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: mount /cdrom remotely</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-remotely/m-p/5019961#M428293</link>
      <description>If you want to share and remotely mount.&lt;BR /&gt;From ioscan command get CD-ROM device physical address and proceed for mounting.&lt;BR /&gt;mount -F cdfs -o rr /dev/dsk/cxtxdx /cdrom&lt;BR /&gt;Edit file /etc/exports and add below entry&lt;BR /&gt;/cdrom -ro&lt;BR /&gt;Run command exportfs -a to share file /cdrom&lt;BR /&gt;&lt;BR /&gt;If CD-ROM is already shared skip above steps and proceed with below.&lt;BR /&gt;On the client all you need to do is run below command&lt;BR /&gt;mount serverip:/cdrom /mountpoint&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Dec 2006 08:32:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-remotely/m-p/5019961#M428293</guid>
      <dc:creator>shivan</dc:creator>
      <dc:date>2006-12-21T08:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: mount /cdrom remotely</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-remotely/m-p/5019962#M428294</link>
      <description>mount cdrom on the machine has the cdrom drive;&lt;BR /&gt;export the filesystem to nfs&lt;BR /&gt;&lt;BR /&gt;on other remote machines, use nfs mount to access the cdrom</description>
      <pubDate>Thu, 21 Dec 2006 08:52:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-remotely/m-p/5019962#M428294</guid>
      <dc:creator>George Liu_4</dc:creator>
      <dc:date>2006-12-21T08:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: mount /cdrom remotely</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-remotely/m-p/5019963#M428295</link>
      <description>Thanks to all for you support, after review all your response I got it to work with the following.&lt;BR /&gt;&lt;BR /&gt;On server with cdrom.&lt;BR /&gt;&lt;BR /&gt;nohup pfs_mountd &amp;amp;&lt;BR /&gt;nohup pfsd &amp;amp;&lt;BR /&gt;mount -F cdfs -orr /dev/dsk/c0t0d0 /cdrom&lt;BR /&gt;&lt;BR /&gt;vi /etc/exports&lt;BR /&gt;/cdrom -ro&lt;BR /&gt;&lt;BR /&gt;Share the cdrom drive&lt;BR /&gt;exportfs /cdrom&lt;BR /&gt;&lt;BR /&gt;On second server:&lt;BR /&gt;mkdir /cdrom2&lt;BR /&gt;mount -F nfs txsldsb2:/cdrom /cdrom2&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Dec 2006 12:39:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-remotely/m-p/5019963#M428295</guid>
      <dc:creator>Hector Vargas</dc:creator>
      <dc:date>2006-12-21T12:39:12Z</dc:date>
    </item>
  </channel>
</rss>

