<?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: How to mount the cdrom on HP_UX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mount-the-cdrom-on-hp-ux/m-p/2425586#M1155</link>
    <description>Why it does not automount CD? To get you busy! ;-)&lt;BR /&gt;&lt;BR /&gt;The above solution is OK. Just a couple of additional remarks:&lt;BR /&gt;&lt;BR /&gt;CD-ROM drives are usually with SCSI ID 2. Thus the device file is usually c?t2d0.&lt;BR /&gt;&lt;BR /&gt;If you are tired creating mount points, there should always be a /SW_CDROM directory on the system (it is created at installation), which you can use for your CD-ROM drive (and acutally should if you wanna use SD-UX)&lt;BR /&gt;&lt;BR /&gt;Last thing: it happens that you need to mount with flag -r (read only). Sounds silly (a CD is read-only, eh?), but required on some CD formats (especially the HP-UX Diagnostic CD), otherwise you get "I/O Error" message.</description>
    <pubDate>Fri, 09 Jun 2000 08:29:29 GMT</pubDate>
    <dc:creator>Emmanuel Eyer</dc:creator>
    <dc:date>2000-06-09T08:29:29Z</dc:date>
    <item>
      <title>How to mount the cdrom on HP_UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mount-the-cdrom-on-hp-ux/m-p/2425584#M1153</link>
      <description>This is fairly a very simple question.&lt;BR /&gt;(I am not familiar with HP-UX )&lt;BR /&gt;I am a Solaris admin, now fixing something on a HP box&lt;BR /&gt;why hp-ux doesnt mount cdrom automatically&lt;BR /&gt;what is the device name for cdrom drv&lt;BR /&gt;how can i mount?&lt;BR /&gt;&lt;BR /&gt;Thanks guys&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Jun 2000 07:52:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mount-the-cdrom-on-hp-ux/m-p/2425584#M1153</guid>
      <dc:creator>Velmurugan</dc:creator>
      <dc:date>2000-06-09T07:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount the cdrom on HP_UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mount-the-cdrom-on-hp-ux/m-p/2425585#M1154</link>
      <description>hello,&lt;BR /&gt;&lt;BR /&gt;Try this:&lt;BR /&gt;&lt;BR /&gt;ioscan -funC disk&lt;BR /&gt;Now you see the device file for your CDROM.&lt;BR /&gt;example: /dev/dsk/c0t1d0&lt;BR /&gt;look for /cdrom , if not exist &lt;BR /&gt;mkdir /cdrom&lt;BR /&gt;&lt;BR /&gt;mount /dev/dsk/c0t1d0 /cdrom&lt;BR /&gt;&lt;BR /&gt;good luck&lt;BR /&gt;&lt;BR /&gt;marcel&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Jun 2000 08:00:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mount-the-cdrom-on-hp-ux/m-p/2425585#M1154</guid>
      <dc:creator>Marcel Boon</dc:creator>
      <dc:date>2000-06-09T08:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount the cdrom on HP_UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mount-the-cdrom-on-hp-ux/m-p/2425586#M1155</link>
      <description>Why it does not automount CD? To get you busy! ;-)&lt;BR /&gt;&lt;BR /&gt;The above solution is OK. Just a couple of additional remarks:&lt;BR /&gt;&lt;BR /&gt;CD-ROM drives are usually with SCSI ID 2. Thus the device file is usually c?t2d0.&lt;BR /&gt;&lt;BR /&gt;If you are tired creating mount points, there should always be a /SW_CDROM directory on the system (it is created at installation), which you can use for your CD-ROM drive (and acutally should if you wanna use SD-UX)&lt;BR /&gt;&lt;BR /&gt;Last thing: it happens that you need to mount with flag -r (read only). Sounds silly (a CD is read-only, eh?), but required on some CD formats (especially the HP-UX Diagnostic CD), otherwise you get "I/O Error" message.</description>
      <pubDate>Fri, 09 Jun 2000 08:29:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mount-the-cdrom-on-hp-ux/m-p/2425586#M1155</guid>
      <dc:creator>Emmanuel Eyer</dc:creator>
      <dc:date>2000-06-09T08:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount the cdrom on HP_UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mount-the-cdrom-on-hp-ux/m-p/2425587#M1156</link>
      <description>HI&lt;BR /&gt;&lt;BR /&gt;Checking the respective ID's and target of any device use&lt;BR /&gt;&lt;BR /&gt;ioscan -funC disk/tape &lt;BR /&gt;&lt;BR /&gt;here in the above example you  will get result what is present in the system and with what id's.&lt;BR /&gt;&lt;BR /&gt;Now with the help of this if you know what is the path then it is easier to know which device is using which device files.&lt;BR /&gt;&lt;BR /&gt;mounting the CDROM is not automatoc like SUN because in sun there is a daemon running and mounting CDROM directly with VOLMGT but in HP there is no auto daemon running which will be mounting CD directly.&lt;BR /&gt;&lt;BR /&gt;The reason i thought is if you try to install any software in HP  it is having it 's own way to mount the CDROM.&lt;BR /&gt;&lt;BR /&gt;like ORACLE and other application software.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;if you could not mount cdrom properly in HP, you will see the UPPERCASE CHARACTERS with semicolon for character seperator.&lt;BR /&gt;&lt;BR /&gt;like&lt;BR /&gt;&lt;BR /&gt;INSTALL;IP&lt;BR /&gt;&lt;BR /&gt;for that you can mount the cdrom in diff way.&lt;BR /&gt;&lt;BR /&gt;first create adirectory say /cdrom&lt;BR /&gt;&lt;BR /&gt;and try to mount the CDROM like&lt;BR /&gt;&lt;BR /&gt;mount -F cdfs -o cdcase /dev/dsk/cxtxdx   /cdrom (where i have mention that you will get all numbers of x)&lt;BR /&gt;&lt;BR /&gt;cXtXdX (here C is controller or instance&lt;BR /&gt;tX (target of the CDROM or we can say id)&lt;BR /&gt;dX ( LUN or device)&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Nikhil</description>
      <pubDate>Fri, 09 Jun 2000 08:43:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mount-the-cdrom-on-hp-ux/m-p/2425587#M1156</guid>
      <dc:creator>Nikhil Chaudhari</dc:creator>
      <dc:date>2000-06-09T08:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount the cdrom on HP_UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mount-the-cdrom-on-hp-ux/m-p/2425588#M1157</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for the very quick response!&lt;BR /&gt;&lt;BR /&gt;I could get my work done with your help.&lt;BR /&gt;&lt;BR /&gt;It worked!&lt;BR /&gt;&lt;BR /&gt;Thanks again&lt;BR /&gt;&lt;BR /&gt;Velmurugan&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Jun 2000 10:18:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-mount-the-cdrom-on-hp-ux/m-p/2425588#M1157</guid>
      <dc:creator>Velmurugan</dc:creator>
      <dc:date>2000-06-09T10:18:49Z</dc:date>
    </item>
  </channel>
</rss>

