<?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: CD-ROM problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808453#M940076</link>
    <description>Did you try manual mounting?&lt;BR /&gt;Manual mounting should throw messages&lt;BR /&gt;or even when you do a &lt;BR /&gt;reboot of server it should throw messages.&lt;BR /&gt;I suppose the cdrom is not a hsfs format.&lt;BR /&gt;Try mounting in a hp machine and use a nfs mount into solaris machine.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Wed, 18 Sep 2002 11:24:35 GMT</pubDate>
    <dc:creator>T G Manikandan</dc:creator>
    <dc:date>2002-09-18T11:24:35Z</dc:date>
    <item>
      <title>CD-ROM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808445#M940068</link>
      <description>I know that this is not really the right place to put this question, but it worths to try:&lt;BR /&gt;&lt;BR /&gt;Does anybody now how can I check the CD-ROM unit on a machine running Solaris 5.6? It doesn't want to mount the CD automatically, I have tried also manually and now I suspect a hardware problem. &lt;BR /&gt;&lt;BR /&gt;Thanks for the help,&lt;BR /&gt;ionut</description>
      <pubDate>Wed, 18 Sep 2002 08:27:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808445#M940068</guid>
      <dc:creator>Ionut Grigorescu_2</dc:creator>
      <dc:date>2002-09-18T08:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: CD-ROM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808446#M940069</link>
      <description>Hi Ionut,&lt;BR /&gt;&lt;BR /&gt;Check if the automountdeamon is running,&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep auto&lt;BR /&gt;&lt;BR /&gt;if not do&lt;BR /&gt;&lt;BR /&gt;/etc/init.d/autofs start&lt;BR /&gt;&lt;BR /&gt;it starts the automountdeamon.&lt;BR /&gt;&lt;BR /&gt;Robert.</description>
      <pubDate>Wed, 18 Sep 2002 09:07:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808446#M940069</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2002-09-18T09:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: CD-ROM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808447#M940070</link>
      <description>I have already checked. The output is:&lt;BR /&gt;root 154 1 0 Sep 16 ? 0:00 /usr/lib/autofs/automountd</description>
      <pubDate>Wed, 18 Sep 2002 09:13:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808447#M940070</guid>
      <dc:creator>Ionut Grigorescu_2</dc:creator>
      <dc:date>2002-09-18T09:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: CD-ROM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808448#M940071</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;If you can shut down the machine you can run&lt;BR /&gt;"probe-scsi" or "probe-scsi-all" at the "ok" prompt. If your CD unit is ok it will be listed in the output of the command.</description>
      <pubDate>Wed, 18 Sep 2002 09:31:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808448#M940071</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2002-09-18T09:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: CD-ROM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808449#M940072</link>
      <description>Solaris has the "vold" (volume-management) daemon which manages the floppies and cd's.&lt;BR /&gt;&lt;BR /&gt;Just do a &lt;BR /&gt;#/etc/init.d/volmgt stop&lt;BR /&gt;#ps -ef|grep vold&lt;BR /&gt;check whether the vold is running.If it is running then kill it.&lt;BR /&gt;#/etc/init.d/volmgt start&lt;BR /&gt;&lt;BR /&gt;This vold automatically mounts cd's and floppies.&lt;BR /&gt;If it does not mount then do check whether the cd's are of ISO9660 format.&lt;BR /&gt;&lt;BR /&gt;You can also manually mount by &lt;BR /&gt;1.stop the volmgt daemon&lt;BR /&gt;/etc/init.d/volmgt stop&lt;BR /&gt;&lt;BR /&gt;ps -ef|grep vold&lt;BR /&gt;2.mount it manually&lt;BR /&gt;&lt;BR /&gt;#mount -F hsfs -o ro /dev/dsk/&lt;TARGET of="" cd="" drive=""&gt; /mnt.&lt;BR /&gt;&lt;BR /&gt;check it and revert&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;THanks&lt;/TARGET&gt;</description>
      <pubDate>Wed, 18 Sep 2002 09:51:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808449#M940072</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-09-18T09:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: CD-ROM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808450#M940073</link>
      <description>I have start and stop volmgt. For testing I have inserted a CD with software,diagnostic,drivers and docs for hp sure store dat tape drivers :-)&lt;BR /&gt;On the system there is a /cdrom directory where the cdrom is supposed to be mounted. Under /cdrom I got the following structure:&lt;BR /&gt;cdrom0 -&amp;gt; ./pthc12040023&lt;BR /&gt;pthc12040023 (directory - empty)&lt;BR /&gt;untitled#1 (directory - empty)&lt;BR /&gt;&lt;BR /&gt;(For me is something strange this structure - I'm not familiar with Solaris)</description>
      <pubDate>Wed, 18 Sep 2002 10:25:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808450#M940073</guid>
      <dc:creator>Ionut Grigorescu_2</dc:creator>
      <dc:date>2002-09-18T10:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: CD-ROM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808451#M940074</link>
      <description>cdrom0 is the cd label name.&lt;BR /&gt;It is linked with the label name.&lt;BR /&gt;&lt;BR /&gt;Just do a &lt;BR /&gt;#volcheck -v &lt;BR /&gt;&lt;BR /&gt;to recognise the media&lt;BR /&gt;&lt;BR /&gt;then check using a &lt;BR /&gt;#mount&lt;BR /&gt;&lt;BR /&gt;check whether the cd is automounted by the vold daemon.&lt;BR /&gt;If it is not automounted then &lt;BR /&gt;try to mount it manually&lt;BR /&gt;as by stopping the vold daemon&lt;BR /&gt;then&lt;BR /&gt;&lt;BR /&gt;#mount -F hsfs -o ro /dev/dsk/cxtyd0s0 /localmountpoint.&lt;BR /&gt;&lt;BR /&gt;here &lt;BR /&gt;&lt;BR /&gt;x--controller number&lt;BR /&gt;t---target number&lt;BR /&gt;d---drive number&lt;BR /&gt;s---slice number&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If it is not getting mounted it should throw messages during the mount process&lt;BR /&gt;as &lt;BR /&gt;"not a hsfs file system"&lt;BR /&gt;&lt;BR /&gt;Please revert</description>
      <pubDate>Wed, 18 Sep 2002 10:45:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808451#M940074</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-09-18T10:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: CD-ROM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808452#M940075</link>
      <description>This is the result....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# volcheck -v&lt;BR /&gt;no media was found&lt;BR /&gt;# mount&lt;BR /&gt;/ on /dev/dsk/c0t0d0s0 read/write/setuid/largefiles on Mon Sep 16 09:00:56 2002&lt;BR /&gt;/proc on /proc read/write/setuid on Mon Sep 16 09:00:56 2002&lt;BR /&gt;/dev/fd on fd read/write/setuid on Mon Sep 16 09:00:56 2002&lt;BR /&gt;/var on /dev/dsk/c0t0d0s3 read/write/setuid/largefiles on Mon Sep 16 09:00:56 20/OMC on /dev/dsk/c0t0d0s4 setuid/read/write/largefiles on Mon Sep 16 09:01:01 20/OMC/maps on /dev/dsk/c0t0d0s5 setuid/read/write/largefiles on Mon Sep 16 09:01:/home on /dev/dsk/c0t0d0s6 setuid/read/write/largefiles on Mon Sep 16 09:01:01 2/tmp on swap read/write on Mon Sep 16 09:01:01 2002&lt;BR /&gt;/SDO on /dev/md/dsk/d1 setuid/read/write/largefiles on Mon Sep 16 09:01:01 2002&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Sep 2002 11:21:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808452#M940075</guid>
      <dc:creator>Ionut Grigorescu_2</dc:creator>
      <dc:date>2002-09-18T11:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: CD-ROM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808453#M940076</link>
      <description>Did you try manual mounting?&lt;BR /&gt;Manual mounting should throw messages&lt;BR /&gt;or even when you do a &lt;BR /&gt;reboot of server it should throw messages.&lt;BR /&gt;I suppose the cdrom is not a hsfs format.&lt;BR /&gt;Try mounting in a hp machine and use a nfs mount into solaris machine.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 18 Sep 2002 11:24:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808453#M940076</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-09-18T11:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: CD-ROM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808454#M940077</link>
      <description>How can I see what device file corresponds to CD-ROM on Solaris? An ioscan command is not available..</description>
      <pubDate>Wed, 18 Sep 2002 11:28:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808454#M940077</guid>
      <dc:creator>Ionut Grigorescu_2</dc:creator>
      <dc:date>2002-09-18T11:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: CD-ROM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808455#M940078</link>
      <description>Just check for dmesg and see for the instance number for cd drive.&lt;BR /&gt;&lt;BR /&gt;BY default it is 6.&lt;BR /&gt;c0t6d0s0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 18 Sep 2002 11:46:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808455#M940078</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-09-18T11:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: CD-ROM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808456#M940079</link>
      <description>I cannot see the cd-rom entry with dmesg. See the attachment.</description>
      <pubDate>Wed, 18 Sep 2002 11:53:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808456#M940079</guid>
      <dc:creator>Ionut Grigorescu_2</dc:creator>
      <dc:date>2002-09-18T11:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: CD-ROM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808457#M940080</link>
      <description>shutdown the system using&lt;BR /&gt;&lt;BR /&gt;init 0&lt;BR /&gt;&lt;BR /&gt;go your ok prompt&lt;BR /&gt;&lt;BR /&gt;ok&amp;gt;probe-scsi-all&lt;BR /&gt;&lt;BR /&gt;find the target number of cd drive&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 18 Sep 2002 11:55:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808457#M940080</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-09-18T11:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: CD-ROM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808458#M940081</link>
      <description>Hi&lt;BR /&gt;The probe-scsi command is similar to the ioscan command in HP-UX but you need to halt (init 0) yout computer first. See my earlier response.</description>
      <pubDate>Wed, 18 Sep 2002 11:56:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808458#M940081</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2002-09-18T11:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: CD-ROM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808459#M940082</link>
      <description>I have performed &lt;BR /&gt;&lt;BR /&gt;#init 0&lt;BR /&gt;&lt;BR /&gt;then&lt;BR /&gt;&lt;BR /&gt;ok probe-scsi-all&lt;BR /&gt;&lt;BR /&gt;I have received only one line /pci@1f,0/pci@1/pci@1/SUNW,isptwo@4&lt;BR /&gt;&lt;BR /&gt;I have a disk-array as scsi-device. Does that mean that my cdrom is not seen? Is it faulty?&lt;BR /&gt;&lt;BR /&gt;Thank you all.</description>
      <pubDate>Wed, 18 Sep 2002 13:57:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808459#M940082</guid>
      <dc:creator>Ionut Grigorescu_2</dc:creator>
      <dc:date>2002-09-18T13:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: CD-ROM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808460#M940083</link>
      <description>Hi&lt;BR /&gt;Yes I think there is a risk the CD drive is fault. Is the CD drive on the same scsi-bus as the disk-array. If not it can be a scsi controller error too. Do you have another drive to test with.&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Sep 2002 14:11:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808460#M940083</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2002-09-18T14:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: CD-ROM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808461#M940084</link>
      <description>I would want you to check the SCSI cables and the SCSI id allocation for the drives.&lt;BR /&gt;&lt;BR /&gt;Just give&lt;BR /&gt;&lt;BR /&gt;ok&amp;gt;test all &lt;BR /&gt;&lt;BR /&gt;which will test the memory,scsi devices on the system&lt;BR /&gt;&lt;BR /&gt;just do a &lt;BR /&gt;ok&amp;gt;help&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 19 Sep 2002 02:46:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808461#M940084</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-09-19T02:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: CD-ROM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808462#M940085</link>
      <description>Hi&lt;BR /&gt;I tested on one of our Solaris 5.6 servers.&lt;BR /&gt;&lt;BR /&gt;probe-scsi returned:&lt;BR /&gt;&lt;BR /&gt;Target 0&lt;BR /&gt;Unit 0 DISK SEAGATE.......&lt;BR /&gt;Target 1&lt;BR /&gt;Unit 0  DISK SEAGATE......&lt;BR /&gt;Target 6&lt;BR /&gt;Unit 0 Removable Read Only device TOSHIBA.....&lt;BR /&gt;&lt;BR /&gt;If you don't get anything about "Removable Read Only device" on your system there is something wrong with scsi-adressing, the CD drive or the controller.&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Sep 2002 08:05:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808462#M940085</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2002-09-19T08:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: CD-ROM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808463#M940086</link>
      <description>I have to check on another machine today, but you helped me a lot. However if the other machine will not reply to probe-scsi with that removable device I shall contact the hardware supplier to check the box. Please close.</description>
      <pubDate>Thu, 19 Sep 2002 08:31:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808463#M940086</guid>
      <dc:creator>Ionut Grigorescu_2</dc:creator>
      <dc:date>2002-09-19T08:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: CD-ROM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808464#M940087</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;1)Generally CD-ROM is mounted automatically in Solaris as vold daemon automatically mounts it.&lt;BR /&gt;&lt;BR /&gt;2)Once you insert a CD-ROM, the CD-ROM drive should be accessible and the content of CD-ROM will be available under "/cdrom/cdrom0".&lt;BR /&gt;&lt;BR /&gt;3)As you have mentioned that, On the system there is a /cdrom directory where the cdrom is supposed to be mounted. Under /cdrom I got the following structure: cdrom0 -&amp;gt; ./pthc12040023 &lt;BR /&gt;pthc12040023 (directory - empty) &lt;BR /&gt;untitled#1 (directory - empty)"&lt;BR /&gt;&lt;BR /&gt;4)The  "./pthc12040023 " may be the only content available on the CDROM media you have instated. You may try using another CD media and see what happens.&lt;BR /&gt;&lt;BR /&gt;5)At the ok&amp;gt; prompt you have tried the "probe-scsi" option. But if the cdrom is a IDE device then you may have to use "probe-ide / probe-ide-all" command.&lt;BR /&gt;&lt;BR /&gt;6)what happens if you issue the command "# eject cdrom". If it ejects the cdrom media, then the cdrom is really operational.&lt;BR /&gt;&lt;BR /&gt;7)You may use the following command to see whether the CD-ROM is configured properly or not.&lt;BR /&gt;&lt;BR /&gt;#show-devs | grep cdrom&lt;BR /&gt;#prtconf | grep -v not &lt;BR /&gt;&lt;BR /&gt;8)Some more configuration files related with cdrom's automounting function are,&lt;BR /&gt;/etc/vold.conf&lt;BR /&gt;/etc/rmmount.conf&lt;BR /&gt;&lt;BR /&gt;9)Hope this would have brought you into some conclusion. Anyhow let me know the Sun System type you have.&lt;BR /&gt;&lt;BR /&gt;Bye.</description>
      <pubDate>Thu, 19 Sep 2002 17:36:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cd-rom-problem/m-p/2808464#M940087</guid>
      <dc:creator>K.Vijayaragavan.</dc:creator>
      <dc:date>2002-09-19T17:36:01Z</dc:date>
    </item>
  </channel>
</rss>

