<?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: Ejecting CD-ROM in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ejecting-cd-rom/m-p/2709836#M933071</link>
    <description>Maybe if we all requested, HP can add this request for an eject command to the list for future HP-UX version(s)!&lt;BR /&gt;Sure is handy in Solaris.&lt;BR /&gt;HP folks, are you listening?&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
    <pubDate>Wed, 24 Apr 2002 12:49:19 GMT</pubDate>
    <dc:creator>Jeff Schussele</dc:creator>
    <dc:date>2002-04-24T12:49:19Z</dc:date>
    <item>
      <title>Ejecting CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ejecting-cd-rom/m-p/2709829#M933064</link>
      <description>Could anyone send me a c script to eject cdrom from the drive</description>
      <pubDate>Wed, 24 Apr 2002 08:46:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ejecting-cd-rom/m-p/2709829#M933064</guid>
      <dc:creator>System Dude_1</dc:creator>
      <dc:date>2002-04-24T08:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Ejecting CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ejecting-cd-rom/m-p/2709830#M933065</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;unfortunatly unlike Solaris which has an eject command I have never seen this in hpux. I hope you get a program or command to do it .&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;John.</description>
      <pubDate>Wed, 24 Apr 2002 08:51:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ejecting-cd-rom/m-p/2709830#M933065</guid>
      <dc:creator>John Carr_2</dc:creator>
      <dc:date>2002-04-24T08:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Ejecting CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ejecting-cd-rom/m-p/2709831#M933066</link>
      <description>You can, just have to umount it and press the button. There is a previuos thread that you can look at ..&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xb59d0559ff7cd4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xb59d0559ff7cd4118fef0090279cd0f9,00.html&lt;/A&gt;</description>
      <pubDate>Wed, 24 Apr 2002 08:53:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ejecting-cd-rom/m-p/2709831#M933066</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-04-24T08:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Ejecting CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ejecting-cd-rom/m-p/2709832#M933067</link>
      <description>I don't think that an eject command exists on HP-UX as it does on Linux.&lt;BR /&gt;&lt;BR /&gt;You can dismount the cdrom as follows. Find first the device file of the cdrom: &lt;BR /&gt;ioscan -funC disk&lt;BR /&gt;&lt;BR /&gt;Then dismount it:&lt;BR /&gt;umount /dev/dsk/c3t2d0 (use your device file)&lt;BR /&gt;&lt;BR /&gt;Make sure that no one is in the directory where the cdrom is mounted. You could kill those sessions with the command:&lt;BR /&gt;&lt;BR /&gt;fuser -ku /dev/dsk/c3t2d0&lt;BR /&gt;&lt;BR /&gt;You can combine these 2 commands easily in a shell script.&lt;BR /&gt;&lt;BR /&gt;Kurt&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Apr 2002 08:54:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ejecting-cd-rom/m-p/2709832#M933067</guid>
      <dc:creator>Kurt Beyers.</dc:creator>
      <dc:date>2002-04-24T08:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Ejecting CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ejecting-cd-rom/m-p/2709833#M933068</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Only a note:&lt;BR /&gt;&lt;BR /&gt;Beware, if you mount a CD with the "mount" command use "umount" to unmount the CD, but if you mount the CD with the "pfs_mount" command unmount it with pfs_umount. If not you go into troubles with your CD.&lt;BR /&gt;&lt;BR /&gt;I think that there is not an eject command in HP/UX too. You must push the button.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Justo.</description>
      <pubDate>Wed, 24 Apr 2002 09:01:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ejecting-cd-rom/m-p/2709833#M933068</guid>
      <dc:creator>Justo Exposito</dc:creator>
      <dc:date>2002-04-24T09:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Ejecting CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ejecting-cd-rom/m-p/2709834#M933069</link>
      <description>To add on to Justo's response, be very careful if you use the pfs_mount command to mount the CD-ROM, be sure to un-mount it with the corresponding "pfs_umount" command.  If you inadvertently use "umount", things get ugly (I know from personal experience!).  If this happens, you can attempt to kill the pfs daemons and try to eject the CD-ROM, but in some cases, a reboot is necessary to correct the problem (if at all possible, stay away from pfs_mount commands).&lt;BR /&gt;&lt;BR /&gt;Following are steps to use if you do use the pfs_mount option:&lt;BR /&gt;                                               1.Insert cdrom into drive&lt;BR /&gt;&lt;BR /&gt;2.start processes Pfs: &lt;BR /&gt;                                                #/usr/sbin/pfs_mountd &amp;amp; &lt;BR /&gt; #/usr/sbin/pfsd &amp;amp; &lt;BR /&gt;                                               3.Note: verify &amp;gt; #ps -ef | grep pfs&lt;BR /&gt; &lt;BR /&gt;4.find cdrom device name (ioscan -funC disk) [e.g.  /dev/dsk/c1t2d0] &lt;BR /&gt;                                               5.validate mount point to mount cdrom [e.g. /cdrom] &lt;BR /&gt;&lt;BR /&gt;6.#pfs_mount /dev/dsk/c1t2d0 /cdrom &lt;BR /&gt;&lt;BR /&gt;To umount do the following: &lt;BR /&gt;                                               1.#pfs_umount /cdrom &lt;BR /&gt;                                               2. manually eject cdrom from drive. (press eject button)&lt;BR /&gt;3.#kill processess [pfsd and pfs_mountd] &lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Wed, 24 Apr 2002 12:17:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ejecting-cd-rom/m-p/2709834#M933069</guid>
      <dc:creator>Brian K. Arnholt</dc:creator>
      <dc:date>2002-04-24T12:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Ejecting CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ejecting-cd-rom/m-p/2709835#M933070</link>
      <description>What you need is an apprentice / trainee to push the button for you ;-)&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Wed, 24 Apr 2002 12:29:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ejecting-cd-rom/m-p/2709835#M933070</guid>
      <dc:creator>David Burgess</dc:creator>
      <dc:date>2002-04-24T12:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Ejecting CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ejecting-cd-rom/m-p/2709836#M933071</link>
      <description>Maybe if we all requested, HP can add this request for an eject command to the list for future HP-UX version(s)!&lt;BR /&gt;Sure is handy in Solaris.&lt;BR /&gt;HP folks, are you listening?&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 24 Apr 2002 12:49:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ejecting-cd-rom/m-p/2709836#M933071</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-04-24T12:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Ejecting CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ejecting-cd-rom/m-p/2709837#M933072</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;please take a look to thread &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xb59d0559ff7cd4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xb59d0559ff7cd4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;There has someone posted a c-source to eject a (scsi)cdrom. i haven't tested it, but maybe it helps.&lt;BR /&gt;&lt;BR /&gt;Heiner&lt;BR /&gt;-- &lt;BR /&gt;"If this makes any sense to you, you have a big problem."&lt;BR /&gt;</description>
      <pubDate>Sat, 27 Apr 2002 11:14:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ejecting-cd-rom/m-p/2709837#M933072</guid>
      <dc:creator>Heiner E. Lennackers</dc:creator>
      <dc:date>2002-04-27T11:14:16Z</dc:date>
    </item>
  </channel>
</rss>

