<?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 how to mount and read a cd-rom in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/how-to-mount-and-read-a-cd-rom/m-p/5026845#M81657</link>
    <description>Hey specialists.&lt;BR /&gt;I would like to mount a cd-rom and read the content and finally install the c compiler.&lt;BR /&gt;I mount the cd drive with:&lt;BR /&gt;Wal &amp;gt; mount dqa0: /forei  &lt;BR /&gt;%MOUNT-I-MOUNTED, ALPHA0732 mounted on _$1$DQA0: (SRVEB4)&lt;BR /&gt;&lt;BR /&gt;and can see the device:&lt;BR /&gt;Wal &amp;gt; sh dev d&lt;BR /&gt;$1$DQA0:      (SRVEB4)  Mounted alloc        0  ALPHA0732            0     1   1&lt;BR /&gt;                        foreign         &lt;BR /&gt;but when I try to read the cd rom, this error occur:&lt;BR /&gt;Wal &amp;gt; dir dqa0:[000000]&lt;BR /&gt;%DIRECT-E-OPENIN, error opening DQA0:[000000]*.*;* as input&lt;BR /&gt;-SYSTEM-F-DEVFOREIGN, device is mounted foreign&lt;BR /&gt;&lt;BR /&gt;any ideas?&lt;BR /&gt;thanks</description>
    <pubDate>Tue, 06 Feb 2007 08:27:16 GMT</pubDate>
    <dc:creator>Dario Karlen</dc:creator>
    <dc:date>2007-02-06T08:27:16Z</dc:date>
    <item>
      <title>how to mount and read a cd-rom</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-mount-and-read-a-cd-rom/m-p/5026845#M81657</link>
      <description>Hey specialists.&lt;BR /&gt;I would like to mount a cd-rom and read the content and finally install the c compiler.&lt;BR /&gt;I mount the cd drive with:&lt;BR /&gt;Wal &amp;gt; mount dqa0: /forei  &lt;BR /&gt;%MOUNT-I-MOUNTED, ALPHA0732 mounted on _$1$DQA0: (SRVEB4)&lt;BR /&gt;&lt;BR /&gt;and can see the device:&lt;BR /&gt;Wal &amp;gt; sh dev d&lt;BR /&gt;$1$DQA0:      (SRVEB4)  Mounted alloc        0  ALPHA0732            0     1   1&lt;BR /&gt;                        foreign         &lt;BR /&gt;but when I try to read the cd rom, this error occur:&lt;BR /&gt;Wal &amp;gt; dir dqa0:[000000]&lt;BR /&gt;%DIRECT-E-OPENIN, error opening DQA0:[000000]*.*;* as input&lt;BR /&gt;-SYSTEM-F-DEVFOREIGN, device is mounted foreign&lt;BR /&gt;&lt;BR /&gt;any ideas?&lt;BR /&gt;thanks</description>
      <pubDate>Tue, 06 Feb 2007 08:27:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-mount-and-read-a-cd-rom/m-p/5026845#M81657</guid>
      <dc:creator>Dario Karlen</dc:creator>
      <dc:date>2007-02-06T08:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to mount and read a cd-rom</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-mount-and-read-a-cd-rom/m-p/5026846#M81658</link>
      <description>Hi Dario,&lt;BR /&gt;&lt;BR /&gt;If you're gonna try a DIR DQA0:[000000] command, you shouldn't mount the CD /FOREIGN. Simply mount it privately:&lt;BR /&gt;&lt;BR /&gt;$ MOUNT DQA0: &lt;LABEL&gt;&lt;BR /&gt;&lt;BR /&gt;(in your example &lt;LABEL&gt; would be ALPHA0732)&lt;BR /&gt;&lt;BR /&gt;However, I doubt that you will find the C compler on the OpenVMS installation CD. It's normally on one of the CDs from the so-alled CONDIST (CONsolidated DISTribution).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Kris (aka Qkcl)&lt;BR /&gt;&lt;/LABEL&gt;&lt;/LABEL&gt;</description>
      <pubDate>Tue, 06 Feb 2007 08:42:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-mount-and-read-a-cd-rom/m-p/5026846#M81658</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2007-02-06T08:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to mount and read a cd-rom</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-mount-and-read-a-cd-rom/m-p/5026847#M81659</link>
      <description>Dario,&lt;BR /&gt;&lt;BR /&gt;Doing a MOUNT/FOREIGN to verify the volume label is fine, however, you will not be able to access the CD-ROM as a file structured device.&lt;BR /&gt;&lt;BR /&gt;After doing the MOUNT/FOREIGN to get the volume label, DISMOUNT the device and then do a MOUNT DQAO: &lt;VOLUMELABEL&gt; to mount the disk privately (if you want it to be available from multiple logins or DECterm windows, and you are on a suitably privileged account, do a MOUNT/SYSTEM command.&lt;BR /&gt;&lt;BR /&gt;If you are mounting the CDROM for use in a single session, you can also do a MOUNT/OVERRIDE=ID command instead of the above sequence of commands.&lt;BR /&gt;&lt;BR /&gt;Also check if that CD-ROM is the correct one for the C compiler. Offhand, I do not remember which CD-ROM has the C compiler kit on it.&lt;BR /&gt;&lt;BR /&gt;I hope that the above is helpful.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;&lt;/VOLUMELABEL&gt;</description>
      <pubDate>Tue, 06 Feb 2007 08:46:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-mount-and-read-a-cd-rom/m-p/5026847#M81659</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2007-02-06T08:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to mount and read a cd-rom</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-mount-and-read-a-cd-rom/m-p/5026848#M81660</link>
      <description>thank you very much guys&lt;BR /&gt;&lt;BR /&gt;with your mount commands it works fine. now i have to find out on which cd the c compiler is located.&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Feb 2007 08:55:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-mount-and-read-a-cd-rom/m-p/5026848#M81660</guid>
      <dc:creator>Dario Karlen</dc:creator>
      <dc:date>2007-02-06T08:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to mount and read a cd-rom</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-mount-and-read-a-cd-rom/m-p/5026849#M81661</link>
      <description>&lt;P&gt;That kit looks to be an OpenVMS Alpha operating system distribution kit, and those kits do not contain a C compiler. This based on the ALPHA0732 volume label.&lt;BR /&gt;&lt;BR /&gt;AXPBIN[mmm][yy] is the usual volume label for an OpenVMS Alpha Layered Product (ConDist) kit.&lt;BR /&gt;&lt;BR /&gt;There are full descriptions on how to get at distro kits. The OpenVMS kit is in the installation manual for OpenVMS itself. The layered product kits have an insert, and AFAIK this insert and related materials are also available on-line at the distro site.&lt;BR /&gt;&lt;BR /&gt;For OpenVMS VAX and OpenVMS Alpha customers with licenses and with support contracts in effect, start here:&lt;BR /&gt;&lt;BR /&gt;&lt;STRIKE&gt;&lt;A&gt;http://h30266.www3.hp.com/&lt;/A&gt;&lt;/STRIKE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;[&lt;STRONG&gt;&lt;U&gt;Moderator edit&lt;/U&gt;&lt;/STRONG&gt;: Removed the broken link. Please refer to&amp;nbsp;&lt;A href="https://support.hpe.com/" target="_blank"&gt;https://support.hpe.com/&lt;/A&gt;]&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2024 10:45:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-mount-and-read-a-cd-rom/m-p/5026849#M81661</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2024-07-30T10:45:54Z</dc:date>
    </item>
  </channel>
</rss>

