<?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: Problem changing CD in Operating System - Tru64 Unix</title>
    <link>https://community.hpe.com/t5/operating-system-tru64-unix/problem-changing-cd/m-p/6998634#M22728</link>
    <description>&lt;P&gt;&amp;gt; So changing cdrom0a and cdrom0c to cdrom0d and cdrom1c did not work. If&lt;BR /&gt;&amp;gt; either are 'not installed' how would I 'install' them?&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; I haven't looked at the details, so I wouldn't trust me, but,&lt;BR /&gt;generally, adding (pseudo-)hardware is done at the emulator level, and&lt;BR /&gt;then the OS creates the device-special ("/dev/whatever") files (at&lt;BR /&gt;system-start) with little or no help from the user.&amp;nbsp; You could probably&lt;BR /&gt;use (pseudo-)hard-disks instead of (pseudo-)optical-disks, if that's&lt;BR /&gt;easier with this emulator.&amp;nbsp; (The "mount" command options may depend on&lt;BR /&gt;the data which you map to that device, of course.)&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Similarly, changing "discs" in a (pseudo-)optical-disk drive is&lt;BR /&gt;something which I'd expect the emulator to need to handle.&amp;nbsp; The OS would&lt;BR /&gt;need to "umount" and re-"mount" the thing, but the emulator is what&lt;BR /&gt;needs to know which (real-)disk file holds the emulated storage to&lt;BR /&gt;associate with any particular emulated device.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Whether and/or how you can do that while the emulator is running is&lt;BR /&gt;one of the many things I don't (yet) know about FreeAXP.&amp;nbsp; But, thanks to&lt;BR /&gt;the link which you provided, I may be able to explore more easily.&amp;nbsp; I&lt;BR /&gt;have used SIMH, but I never needed more than one CD-ROM at a time, so&lt;BR /&gt;this question never came up in my (limited) experience.&lt;/P&gt;</description>
    <pubDate>Sat, 03 Mar 2018 00:58:58 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2018-03-03T00:58:58Z</dc:date>
    <item>
      <title>Problem changing CD</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/problem-changing-cd/m-p/6998426#M22724</link>
      <description>I am running Tru64 UNIX 5.1B in a FreeAXP virtual environment. I have the UNIX installation and patch CDs in .iso file form and use a 'virtual CD' program to mount the .iso files (in WIndows) which are then 'seen' in UNIX. Having installed Patch Kit 4, I did : umount /dev/disk/cdrom0c in UNIX and unmounted the patch kit .iso in WIndows. I then mounted a languages .iso file in Windows and did: mount -t cdfs -o noversion /dev/disk/cdrom0c /cdrom in UNIX. When I did: ls /cdrom in UNIX the file list shown was the file list from the Patch CD - not the languages .iso so UNIX is still 'seeing' the Patch kit. Can anyone shed any light on this issue and offer a solution? Thanks Paul</description>
      <pubDate>Thu, 01 Mar 2018 03:04:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/problem-changing-cd/m-p/6998426#M22724</guid>
      <dc:creator>Paolo_R</dc:creator>
      <dc:date>2018-03-01T03:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem changing CD</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/problem-changing-cd/m-p/6998428#M22725</link>
      <description>&lt;P&gt;&amp;gt; I am running Tru64 UNIX 5.1B in a FreeAXP virtual environment.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; I'd been wondering if I'd ever learn exactly what "in a virtual&lt;BR /&gt;environment" meant.&amp;nbsp; I've never touched FreeAXP, so I know nothing in&lt;BR /&gt;general, and perhaps even less about how it deals with disk images.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] and use a 'virtual CD' program to mount the .iso files (in&lt;BR /&gt;&amp;gt; WIndows) which are then 'seen' in UNIX.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] I then mounted a languages .iso file in Windows [...]&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; What, exactly, does that mean?&amp;nbsp; And how are you associating any&lt;BR /&gt;particular Windows (disk image) file with /dev/disk/cdrom0c?&lt;BR /&gt;Apparently, whatever you did is stickier than you thought.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Knowing nothing, I might try to create more cdromX devices, and map&lt;BR /&gt;them to various CD image files, rather than try to switch cdrom0 from&lt;BR /&gt;one image file to another while the emulator is running.&amp;nbsp; (But what do I&lt;BR /&gt;know?)&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Where's the FreeAXP documentation?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 04:50:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/problem-changing-cd/m-p/6998428#M22725</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2018-03-01T04:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem changing CD</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/problem-changing-cd/m-p/6998549#M22726</link>
      <description>&lt;P&gt;Hi Steven (again!)&lt;/P&gt;&lt;P&gt;First: info about FreeAXP: &lt;A href="http://www.migrationspecialties.com/FreeAXP.html" target="_blank"&gt;http://www.migrationspecialties.com/FreeAXP.html&lt;/A&gt; and the User Guide: &lt;A href="http://www.migrationspecialties.com/pdf/VirtualAlpha_UserGuide.pdf" target="_blank"&gt;www.migrationspecialties.com/pdf/VirtualAlpha_UserGuide.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;FreeAXP (running under Windows) emulates an AlphaServer 400 4/166 and runs software for this hardware. It emulates up to 128mb of memory, up to 7 storage devices, one CD-ROM, 2 100mb NICs and 2 virtual serial ports (1 console, 1 terminal). I have configured mine with 1 x RRD42 CD and 1 x RZ29B hard disk.&lt;/P&gt;&lt;P&gt;By configuring a CD FreeAXP will read CDs mounted in the host Windows environment, either using a physical CD or (as I have) a 'virtual' CD i.e. an .iso image of a physical disk.&lt;/P&gt;&lt;P&gt;Just for info, there are several emulators that run in Windows including VMWare and Virtual Box although these emulate PC hardware.&lt;/P&gt;&lt;P&gt;&amp;gt; [...] I then mounted a languages .iso file in Windows [...]&amp;lt;&lt;/P&gt;&lt;P&gt;I'm talking here about computer languages i.e. compilers for, say, COBOL. So what happens is that, using my MagicISO software, I 'mount' the .iso file in Windows, so that it appears in the Windows File Explorer as a physical CD. Then in UNIX, by 'mounting' the RRD42 it should appear, and does, in UNIX as /dev/disk/cdrom0c.&lt;/P&gt;&lt;P&gt;As you know from our previous exchanges. I installed Tru64 UNIX from a virtual .iso CD then updated it with the Patch Kit, again from a virtual .iso CD, which worked fine.&lt;/P&gt;&lt;P&gt;&amp;gt;Knowing nothing, I might try to create more cdromX devices, and map them to various CD image files, rather than try to switch cdrom0 from one image file to another while the emulator is running.&amp;lt;&lt;/P&gt;&lt;P&gt;I will give this a go and see what happens.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 03:27:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/problem-changing-cd/m-p/6998549#M22726</guid>
      <dc:creator>Paolo_R</dc:creator>
      <dc:date>2018-03-02T03:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem changing CD</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/problem-changing-cd/m-p/6998550#M22727</link>
      <description>&lt;P&gt;Steven&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="Verdana"&gt;&lt;SPAN class="_Rm"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="Verdana"&gt;&lt;SPAN class="_Rm"&gt;Knowing nothing, I might try to create more cdromX devices, and map&lt;BR /&gt;them to various CD image files, rather than try to switch cdrom0 from&lt;BR /&gt;one image file to another while the emulator is running.&amp;lt;&lt;BR /&gt;&lt;BR /&gt;# ls /dev/disk&lt;BR /&gt;&lt;BR /&gt;cdrom0a&amp;nbsp; dsk0a&amp;nbsp;&amp;nbsp;&amp;nbsp; dsk0c&amp;nbsp;&amp;nbsp;&amp;nbsp; dsk0e&amp;nbsp;&amp;nbsp;&amp;nbsp; dsk0g&amp;nbsp; &amp;lt;&amp;lt; current contents&lt;BR /&gt;cdrom0c&amp;nbsp; dsk0b&amp;nbsp;&amp;nbsp;&amp;nbsp; dsk0d&amp;nbsp;&amp;nbsp;&amp;nbsp; dsk0f&amp;nbsp;&amp;nbsp;&amp;nbsp; dsk0h&lt;BR /&gt;&lt;BR /&gt;# mount -t cdfs -o noversion /dev/disk/cdrom1c /cdrom&amp;nbsp; &amp;lt;&amp;lt;&amp;nbsp; try cdrom1c&lt;BR /&gt;/dev/disk/cdrom1c on /cdrom: Filesystem (/dev/disk/cdrom1c - type cdfs) invalid or not installed&lt;BR /&gt;&lt;BR /&gt;# mount -t cdfs -o noversion /dev/disk/cdrom0d /cdrom&amp;nbsp; &amp;lt;&amp;lt; try cdrom0d&lt;BR /&gt;/dev/disk/cdrom0d on /cdrom: Filesystem (/dev/disk/cdrom0d - type cdfs) invalid or not installed&lt;BR /&gt;&lt;BR /&gt;# mount -t cdfs -o noversion /dev/disk/cdrom0c /cdrom&lt;BR /&gt;&lt;BR /&gt;# ls /cdrom&lt;BR /&gt;&lt;BR /&gt;patch_kit&amp;nbsp; &amp;lt;&amp;lt;still showing the patch_kit&lt;BR /&gt;&lt;BR /&gt;So changing cdrom0a and cdrom0c to cdrom0d and cdrom1c did not work. If either are 'not installed' how would I 'install' them?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Paul&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 03:27:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/problem-changing-cd/m-p/6998550#M22727</guid>
      <dc:creator>Paolo_R</dc:creator>
      <dc:date>2018-03-02T03:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem changing CD</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/problem-changing-cd/m-p/6998634#M22728</link>
      <description>&lt;P&gt;&amp;gt; So changing cdrom0a and cdrom0c to cdrom0d and cdrom1c did not work. If&lt;BR /&gt;&amp;gt; either are 'not installed' how would I 'install' them?&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; I haven't looked at the details, so I wouldn't trust me, but,&lt;BR /&gt;generally, adding (pseudo-)hardware is done at the emulator level, and&lt;BR /&gt;then the OS creates the device-special ("/dev/whatever") files (at&lt;BR /&gt;system-start) with little or no help from the user.&amp;nbsp; You could probably&lt;BR /&gt;use (pseudo-)hard-disks instead of (pseudo-)optical-disks, if that's&lt;BR /&gt;easier with this emulator.&amp;nbsp; (The "mount" command options may depend on&lt;BR /&gt;the data which you map to that device, of course.)&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Similarly, changing "discs" in a (pseudo-)optical-disk drive is&lt;BR /&gt;something which I'd expect the emulator to need to handle.&amp;nbsp; The OS would&lt;BR /&gt;need to "umount" and re-"mount" the thing, but the emulator is what&lt;BR /&gt;needs to know which (real-)disk file holds the emulated storage to&lt;BR /&gt;associate with any particular emulated device.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Whether and/or how you can do that while the emulator is running is&lt;BR /&gt;one of the many things I don't (yet) know about FreeAXP.&amp;nbsp; But, thanks to&lt;BR /&gt;the link which you provided, I may be able to explore more easily.&amp;nbsp; I&lt;BR /&gt;have used SIMH, but I never needed more than one CD-ROM at a time, so&lt;BR /&gt;this question never came up in my (limited) experience.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Mar 2018 00:58:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/problem-changing-cd/m-p/6998634#M22728</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2018-03-03T00:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem changing CD</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/problem-changing-cd/m-p/6998635#M22729</link>
      <description>&lt;P&gt;Steven&lt;BR /&gt;&lt;BR /&gt;I've found where I was going wrong. I needed to use the Alpha Configuration Utility to&amp;nbsp; 'remove' the Patch Kit .iso from disk0.0 which is configured as a CD-ROM image file and replace it with the .iso file contaning the computer languages that I want. Then launch UNIX, mount the CD and I now have access to the files I want.&lt;BR /&gt;&lt;BR /&gt;So ...&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;The OS would need to "umount" and re-"mount" the thing, but &lt;STRONG&gt;&lt;EM&gt;the emulator is what&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;needs to know which (real-)disk file holds the emulated storage to associate with any particular emulated device&lt;/EM&gt;.&lt;/STRONG&gt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;... you were correct. I'd just forgotten (brain snap) that I needed to do this.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help (again).&lt;BR /&gt;&lt;BR /&gt;Paul&lt;/P&gt;</description>
      <pubDate>Sat, 03 Mar 2018 01:28:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/problem-changing-cd/m-p/6998635#M22729</guid>
      <dc:creator>Paolo_R</dc:creator>
      <dc:date>2018-03-03T01:28:16Z</dc:date>
    </item>
  </channel>
</rss>

