<?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: mounting cd-rom drive in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom-drive/m-p/2484252#M18583</link>
    <description>Hi Bill!&lt;BR /&gt;&lt;BR /&gt;Just a thought...&lt;BR /&gt;Did they ever make FWD Cd-Roms?  I have never seen one, but that does not mean they dont exist...&lt;BR /&gt;&lt;BR /&gt;Thanx!&lt;BR /&gt;Shannon</description>
    <pubDate>Mon, 22 Jan 2001 18:36:49 GMT</pubDate>
    <dc:creator>Shannon Petry</dc:creator>
    <dc:date>2001-01-22T18:36:49Z</dc:date>
    <item>
      <title>mounting cd-rom drive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom-drive/m-p/2484244#M18575</link>
      <description>I have an external cd-rom drive that is currently setup on one of our workstations.  I want to move the cd-rom to another workstation so that I can easily get to it to switch disks.  The mount command that we use is(mount -F cdfs -o ro,cdcase /dev/dsk/c0t4d0 /cdrom).  I know that the set of numbers (c#t#d#) is specific to the station that it is mounted to.  How do I find out what these would be for the workstation that I will be moving the drive to?  Thanks.</description>
      <pubDate>Thu, 18 Jan 2001 16:07:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom-drive/m-p/2484244#M18575</guid>
      <dc:creator>Mark Vollmers</dc:creator>
      <dc:date>2001-01-18T16:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: mounting cd-rom drive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom-drive/m-p/2484245#M18576</link>
      <description>ioscan -fnCdisk will provide you with a listing of attached HW that matches disk, CDROM/DVD drives would be included.</description>
      <pubDate>Thu, 18 Jan 2001 16:17:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom-drive/m-p/2484245#M18576</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2001-01-18T16:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: mounting cd-rom drive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom-drive/m-p/2484246#M18577</link>
      <description>The c#t#d# is NOT an assignment to a workstation.  It is a disk device address.&lt;BR /&gt;c = controller&lt;BR /&gt;# = controller number assigned by system&lt;BR /&gt;t = target ID or SCSI address&lt;BR /&gt;# = address of the device&lt;BR /&gt;d = disk number.  This is not used but abailable for multi-disk addressing.  I.E.  A system having two tape drives on address 4...&lt;BR /&gt;# = the disk number.&lt;BR /&gt;Remember that logical 0 is the first device or address, so d0 is the first disk, c0 is the first controller, etc...&lt;BR /&gt;&lt;BR /&gt;If you are moving this disk to another system, depending on the model the controller number may differ.  Make sure that the SCSI address is available or you will have severe problems.  You can use /usr/sbin/ioscan to look for devices.  You want to find your single ended controller number for a single ended device.  I.E.&lt;BR /&gt;8/0.7.0               ctl          Initiator&lt;BR /&gt;NOTE:  Controllers are always at SCSI address 7!&lt;BR /&gt;make sure that no devices have the address 8/0.3.0 if your CD is at address 3.&lt;BR /&gt;If you dont have to change the address, and the system assigns the controller the same number then the c#t#d# will be identical to the other system.&lt;BR /&gt;&lt;BR /&gt;FYI you can omit the ro option when using cdcase.&lt;BR /&gt;I.E.&lt;BR /&gt;&amp;gt;mount -o cdcase /dev/dsk/c#t#d# /cdrom&lt;BR /&gt;and&lt;BR /&gt;&amp;gt;mount -o ro,cdcase /dev/dsk/c#t#d# /cdrom &lt;BR /&gt;are the same.  The cdcase option assumes a read only cdrom format.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Thu, 18 Jan 2001 16:31:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom-drive/m-p/2484246#M18577</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2001-01-18T16:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: mounting cd-rom drive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom-drive/m-p/2484247#M18578</link>
      <description>I tried your advice, Shannon, but ran into a snag.  We have an internal cd on the server, and when I use the ioscan command, I think that it pulls that target id.  The disk device address for the internal cd is c1t2d0, and the ioscan lists 8/16/5.2.0     disk    Toshiba CD-rom.  the initiator is at 8/16/5.7.0.  How do I find both cd drives?  Thanks.</description>
      <pubDate>Thu, 18 Jan 2001 19:32:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom-drive/m-p/2484247#M18578</guid>
      <dc:creator>Mark Vollmers</dc:creator>
      <dc:date>2001-01-18T19:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: mounting cd-rom drive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom-drive/m-p/2484248#M18579</link>
      <description>How did you attach the CD to the 2nd machine?  Did you shut down the machine, attach the CD and then boot the machine back up?  If so, then HP-UX should have automatically generated the device files for the 2nd CD.  If you just attached the CD to the back of the box, but did not reboot the machine, then an ioscan may or may not see the CD.  &lt;BR /&gt;&lt;BR /&gt;What is the SCSI address of the external CD?  Is it conflicting with anything else?  There should be a switch on the back of the CD that displays the SCSI ID.  &lt;BR /&gt;&lt;BR /&gt;Did you attach the CD to the appropriate SCSI interface on the machine.  Most CDs are SE SCSI, but a lot of workstations and servers will a FWD SCSI, or Ultra LVD scsi in addition to the SE Scsi interface.&lt;BR /&gt;&lt;BR /&gt;Just some things to check.</description>
      <pubDate>Thu, 18 Jan 2001 22:07:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom-drive/m-p/2484248#M18579</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-01-18T22:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: mounting cd-rom drive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom-drive/m-p/2484249#M18580</link>
      <description>Well, if you plugged in the drive to an active system, then the device drivers need to be created.  There are two ways to do this.&lt;BR /&gt;1.  Reboot the system (as someone mentioned).&lt;BR /&gt;2.  Run two commands.&lt;BR /&gt;&amp;gt; /sbin/insf -b&lt;BR /&gt;&amp;gt; /sbin/insf&lt;BR /&gt;&lt;BR /&gt;These commands will create any missing device files.  &lt;BR /&gt;Ooops, I just remembered a third.  Run SAM.  It will create device files for you as well.  As long as you see the new c#t#d#, you know all is well!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Fri, 19 Jan 2001 04:02:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom-drive/m-p/2484249#M18580</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2001-01-19T04:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: mounting cd-rom drive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom-drive/m-p/2484250#M18581</link>
      <description>CD-ROMs you should make power cycling. then go to the SAM and check devices there. I used to do that when I installed IOMEGA JAZZ on my HP.&lt;BR /&gt;Usually, SAM creates this items (device files in "/dev/dsk") by itself.&lt;BR /&gt;&lt;BR /&gt;Sincerely,&lt;BR /&gt;Sergei Kazakov.</description>
      <pubDate>Sun, 21 Jan 2001 19:51:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom-drive/m-p/2484250#M18581</guid>
      <dc:creator>Sergei Kazakov</dc:creator>
      <dc:date>2001-01-21T19:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: mounting cd-rom drive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom-drive/m-p/2484251#M18582</link>
      <description>Another thought: ioscan -fnC disk will scan and repot all current hardware with an actuall inquiry (SCSI id request). If you don't see the second CDROM drive, then it is not responding. You didn't mention which 9000 workstation you are using but there are several models with very different external SCSI interfaces.&lt;BR /&gt;&lt;BR /&gt;If you connect the CDROM to a connector that says FWD-SCSI (fast-wide-differential) then it will never work. FWD is really HVFWD (high voltage, fast-wide-differential) and is electrically incompatible with all other standards (cables cannot convert).  Newer workstations have a FWSE (fast-wide-single-ended) connection which should work with the appropriate cable.  And of course, the external CDROM drive must have an unused SCSI address.  ioscan -fnC disk will confirm a working drive.</description>
      <pubDate>Mon, 22 Jan 2001 03:24:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom-drive/m-p/2484251#M18582</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2001-01-22T03:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: mounting cd-rom drive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom-drive/m-p/2484252#M18583</link>
      <description>Hi Bill!&lt;BR /&gt;&lt;BR /&gt;Just a thought...&lt;BR /&gt;Did they ever make FWD Cd-Roms?  I have never seen one, but that does not mean they dont exist...&lt;BR /&gt;&lt;BR /&gt;Thanx!&lt;BR /&gt;Shannon</description>
      <pubDate>Mon, 22 Jan 2001 18:36:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom-drive/m-p/2484252#M18583</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2001-01-22T18:36:49Z</dc:date>
    </item>
  </channel>
</rss>

