<?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: export cdrom to in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/export-cdrom-to/m-p/3791022#M265010</link>
    <description>thx mel,&lt;BR /&gt;&lt;BR /&gt;I am doing what you are talking, "mount the cdrom locally" , but when I mount it, it pop the error , it seems the cdrom is unable to mount as a path , could advise what is wrong ? thx&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mount /dev/cdrom /tmp/cdrom&lt;BR /&gt;mount: /dev/cdrom is not a block device</description>
    <pubDate>Fri, 19 May 2006 01:58:06 GMT</pubDate>
    <dc:creator>nash11</dc:creator>
    <dc:date>2006-05-19T01:58:06Z</dc:date>
    <item>
      <title>export cdrom to</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-cdrom-to/m-p/3791015#M265003</link>
      <description>I have two server and only one cdrom in one of the server , if I want to share the cdrom to let another server to mount it , could advise how to do it ? thx.</description>
      <pubDate>Thu, 18 May 2006 22:35:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-cdrom-to/m-p/3791015#M265003</guid>
      <dc:creator>nash11</dc:creator>
      <dc:date>2006-05-18T22:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: export cdrom to</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-cdrom-to/m-p/3791016#M265004</link>
      <description>on the server with cdrom, first mount the cdrom&lt;BR /&gt;&lt;BR /&gt;mkdir /cdrom&lt;BR /&gt;mount /dev/dsk/cXdXtX&lt;BR /&gt;&lt;BR /&gt;then&lt;BR /&gt;&lt;BR /&gt;edit file /etc/exports and place a line like this :&lt;BR /&gt;&lt;BR /&gt;/cdrom -access=server1:server2&lt;BR /&gt;&lt;BR /&gt;server1 or server2 are the servers without cdrom drives. It can be more than one or two. Just separate them by column signs.&lt;BR /&gt;&lt;BR /&gt;save and exit&lt;BR /&gt;run command &lt;BR /&gt;&lt;BR /&gt;exportfs -a&lt;BR /&gt;&lt;BR /&gt;then go to the server without cdrom drive&lt;BR /&gt;&lt;BR /&gt;mkdir /cdrom&lt;BR /&gt;mount servercd:/cdrom /cdrom&lt;BR /&gt;&lt;BR /&gt;here servercd is the name of the server which contains the cdrom drive&lt;BR /&gt;&lt;BR /&gt;hope it helps</description>
      <pubDate>Thu, 18 May 2006 22:42:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-cdrom-to/m-p/3791016#M265004</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2006-05-18T22:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: export cdrom to</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-cdrom-to/m-p/3791017#M265005</link>
      <description>thx reply,&lt;BR /&gt;&lt;BR /&gt;I tried your method , I still have question .&lt;BR /&gt;&lt;BR /&gt;here is my step :&lt;BR /&gt;Assume server A has cdrom , the cdrom path is /dev/cdrom , then add "/dev/cdrom -access=serverB" to /etc/exports and run "exportfs -a" , then in serverB , run "mount serverA:/mnt/cdrom /tmp" , is that right ?  I tried it , but still mount it , does cdrom is unable to export to another server ? thx.</description>
      <pubDate>Thu, 18 May 2006 23:09:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-cdrom-to/m-p/3791017#M265005</guid>
      <dc:creator>nash11</dc:creator>
      <dc:date>2006-05-18T23:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: export cdrom to</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-cdrom-to/m-p/3791018#M265006</link>
      <description>If you are trying to mount a cdrom with a depot file do this:&lt;BR /&gt;&lt;BR /&gt;mount /dev/dsk/c1t2d3 /cdrom &lt;BR /&gt;swreg -l depot /cdrom &lt;BR /&gt;&lt;BR /&gt;Then run swinstall and use a network depot to the server that it is mounted on.&lt;BR /&gt;&lt;BR /&gt;- Richard</description>
      <pubDate>Fri, 19 May 2006 00:13:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-cdrom-to/m-p/3791018#M265006</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2006-05-19T00:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: export cdrom to</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-cdrom-to/m-p/3791019#M265007</link>
      <description>thx reply ,&lt;BR /&gt;&lt;BR /&gt;I may be share the cdrom with other unix-like distro , the swreg and depot seems only work on hp-unix server ... thx</description>
      <pubDate>Fri, 19 May 2006 00:27:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-cdrom-to/m-p/3791019#M265007</guid>
      <dc:creator>nash11</dc:creator>
      <dc:date>2006-05-19T00:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: export cdrom to</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-cdrom-to/m-p/3791020#M265008</link>
      <description>/dev/cdrom is a device file and to the best of my knowledge, you can not export special files like device files. You need to first mount the device locally and then you can export the locally mounted file as I described in my earlier post.&lt;BR /&gt;&lt;BR /&gt;I am not sure what you are trying to do with this cdrom export but the instructions given applies basically to HPUX or any modern version of unix. If your purpose is something else, you had better explain it to get better responses.</description>
      <pubDate>Fri, 19 May 2006 00:58:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-cdrom-to/m-p/3791020#M265008</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2006-05-19T00:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: export cdrom to</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-cdrom-to/m-p/3791021#M265009</link>
      <description>Hi nash11,&lt;BR /&gt;&lt;BR /&gt;In local server1:&lt;BR /&gt;&lt;BR /&gt;# mount -r /dev/dsk/cxtydz /cdrom&lt;BR /&gt;&lt;BR /&gt;cxtydz --&amp;gt; DVD/CD device.&lt;BR /&gt;&lt;BR /&gt;# bdf /cdrom&lt;BR /&gt;&lt;BR /&gt;In local /etc/exports&lt;BR /&gt;/cdrom -anon=65534,ro,root=server2&lt;BR /&gt;&lt;BR /&gt;# export /cdrom&lt;BR /&gt;&lt;BR /&gt;In server2:&lt;BR /&gt;&lt;BR /&gt;# mount -F nfs host:/cdrom /cdrom&lt;BR /&gt;&lt;BR /&gt;When you finish,&lt;BR /&gt;&lt;BR /&gt;In server2:&lt;BR /&gt;&lt;BR /&gt;# unmount /cdrom &lt;BR /&gt;&lt;BR /&gt;In server1:&lt;BR /&gt;&lt;BR /&gt;exportfs -u /cdrom&lt;BR /&gt;umount /cdrom&lt;BR /&gt;&lt;BR /&gt;rgs,&lt;BR /&gt;&lt;BR /&gt;ran</description>
      <pubDate>Fri, 19 May 2006 01:26:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-cdrom-to/m-p/3791021#M265009</guid>
      <dc:creator>rariasn</dc:creator>
      <dc:date>2006-05-19T01:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: export cdrom to</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-cdrom-to/m-p/3791022#M265010</link>
      <description>thx mel,&lt;BR /&gt;&lt;BR /&gt;I am doing what you are talking, "mount the cdrom locally" , but when I mount it, it pop the error , it seems the cdrom is unable to mount as a path , could advise what is wrong ? thx&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mount /dev/cdrom /tmp/cdrom&lt;BR /&gt;mount: /dev/cdrom is not a block device</description>
      <pubDate>Fri, 19 May 2006 01:58:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-cdrom-to/m-p/3791022#M265010</guid>
      <dc:creator>nash11</dc:creator>
      <dc:date>2006-05-19T01:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: export cdrom to</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-cdrom-to/m-p/3791023#M265011</link>
      <description>mount "device_file_of_cdrom" /cdrom&lt;BR /&gt;ioscan -fnCdisk -&amp;gt; to know device path of cdrom.</description>
      <pubDate>Fri, 19 May 2006 02:18:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-cdrom-to/m-p/3791023#M265011</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-05-19T02:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: export cdrom to</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-cdrom-to/m-p/3791024#M265012</link>
      <description>hi nash,&lt;BR /&gt;&lt;BR /&gt;you seem to be mounting the cdrom incorrectly first.&lt;BR /&gt;&lt;BR /&gt;mount /dev/cdrom /tmp/cdrom is incorrect&lt;BR /&gt;&lt;BR /&gt;you need to use the special device files o correctly mount the cdrom drive&lt;BR /&gt;&lt;BR /&gt;get the device files from ioscan first&lt;BR /&gt;&lt;BR /&gt;#ioscan -funC disk&lt;BR /&gt;&lt;BR /&gt;will be c0t2d0 or something similar&lt;BR /&gt;&lt;BR /&gt;then mkdir /cdrom if you havent already&lt;BR /&gt;&lt;BR /&gt;then&lt;BR /&gt;#mount /dev/dsk/c0t2d0 /cdrom&lt;BR /&gt;&lt;BR /&gt;this will mount the cdrom drive, providing there is a disk in it.&lt;BR /&gt;&lt;BR /&gt;then carry on with exportingas already stated previously&lt;BR /&gt;&lt;BR /&gt;ANdy&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 19 May 2006 02:56:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-cdrom-to/m-p/3791024#M265012</guid>
      <dc:creator>Andrew Rutter</dc:creator>
      <dc:date>2006-05-19T02:56:26Z</dc:date>
    </item>
  </channel>
</rss>

