<?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 eject CDROM ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-eject-cdrom/m-p/4165865#M320577</link>
    <description>Forgot the details for the presentation.&lt;BR /&gt;&lt;BR /&gt;hpvmmodify -P guest1 -a dvd:scsi::null:/dev/rdsk/cxtxdx&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 21 Mar 2008 15:48:42 GMT</pubDate>
    <dc:creator>Tim Nelson</dc:creator>
    <dc:date>2008-03-21T15:48:42Z</dc:date>
    <item>
      <title>How to eject CDROM ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-eject-cdrom/m-p/4165854#M320566</link>
      <description># uname -a ; model&lt;BR /&gt;HP-UX hohp244 B.11.23 U ia64 hp server rx6600&lt;BR /&gt;###############################&lt;BR /&gt;&lt;BR /&gt;Hello All,&lt;BR /&gt;&lt;BR /&gt;  I was installing a vmguest with 11.31 OS, and disk # 1 all went fine, but when it was time to remove disk#1, and put in disk#2, the DVD will not open. Has anyone seem this before ?&lt;BR /&gt;&lt;BR /&gt;###############################&lt;BR /&gt;       * Installing fileset "iCOD.ICOD-TCH-E-MSG,r=B.11.31.08.02.00.127" (1199 of 1256).&lt;BR /&gt;       * Installing fileset "iCOD.ICOD-TCH-U-MSG,r=B.11.31.08.02.00.127" (1200 of 1256).&lt;BR /&gt;       * Installing fileset "utilProvider.UTIL-COMMON,r=A.01.06.02.00" (1201 of 1256).&lt;BR /&gt;       * Installing fileset "utilProvider.UTIL-ENG-A-MAN,r=A.01.06.02.00" (1202 of 1256).&lt;BR /&gt;       * Installing fileset "utilProvider.UTIL-RUN,r=A.01.06.02.00" (1203 of 1256).&lt;BR /&gt;       * Installing fileset "vmGuestLib.GUEST-LIB,r=A.03.00.79" (1204 of 1256).&lt;BR /&gt;       * Installing fileset "vmProvider.VM-PROV-CORE,r=A.03.00.79" (1205 of 1256).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;         =================================================&lt;BR /&gt;       * Please insert media number "2".&lt;BR /&gt;         1) Continue.&lt;BR /&gt;         Please pick from the choices above. (default: 1): &lt;BR /&gt;&lt;BR /&gt;       * Working...&lt;BR /&gt;       * Swapping Media&lt;BR /&gt;ERROR:   The media at "/tmp/ign_configure/SD_CDROM" is not the expected media. Insert media labeled as "2".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;         =================================================&lt;BR /&gt;ERROR:   Please try again to insert media number "2".&lt;BR /&gt;         1) Continue.&lt;BR /&gt;         Please pick from the choices above. (default: 1): &lt;BR /&gt;########################################</description>
      <pubDate>Fri, 21 Mar 2008 14:38:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-eject-cdrom/m-p/4165854#M320566</guid>
      <dc:creator>Jerry_109</dc:creator>
      <dc:date>2008-03-21T14:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to eject CDROM ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-eject-cdrom/m-p/4165855#M320567</link>
      <description>well you need to unmount it first then it will eject.&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Mar 2008 14:50:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-eject-cdrom/m-p/4165855#M320567</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2008-03-21T14:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to eject CDROM ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-eject-cdrom/m-p/4165856#M320568</link>
      <description>you have to umount the "mount point" where the DVD is mounted and then insert the second CD and mount it &lt;BR /&gt;&lt;BR /&gt;Eg:&lt;BR /&gt;&lt;BR /&gt;1.suppose DVD is is mounted as /cdrom&lt;BR /&gt;#umount /dvdrom&lt;BR /&gt;&lt;BR /&gt;2. find the DVD device file name,&lt;BR /&gt;then insert the second DVD and then mount it.&lt;BR /&gt;&lt;BR /&gt;#mount &lt;DVD device="" file="" name=""&gt; /dvdrom&lt;BR /&gt;&lt;BR /&gt;&lt;/DVD&gt;</description>
      <pubDate>Fri, 21 Mar 2008 14:54:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-eject-cdrom/m-p/4165856#M320568</guid>
      <dc:creator>Siju Vadakkan</dc:creator>
      <dc:date>2008-03-21T14:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to eject CDROM ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-eject-cdrom/m-p/4165857#M320569</link>
      <description>This is a install of a vmguest, and I don't want to kill my console install. The mount does not show up in the bdf or mnttab/fstab files ? How do I find this mount?&lt;BR /&gt;&lt;BR /&gt;###########################&lt;BR /&gt;&lt;BR /&gt;root@hohp244[/]&lt;BR /&gt;# bdf&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3    1048576  322864  720088   31% /&lt;BR /&gt;/dev/vg00/lvol1    1048576  154136  887552   15% /stand&lt;BR /&gt;/dev/vg00/lvol8    6291456 2179672 4080984   35% /var&lt;BR /&gt;/dev/vg00/lvol9    6291456   18010 5881363    0% /var/adm/crash&lt;BR /&gt;/dev/vg00/lvol7    6799360 2577808 4188600   38% /usr&lt;BR /&gt;/dev/vg00/lvol6    6291456   18280 6224168    0% /tmp&lt;BR /&gt;/dev/vg00/lvol5    7553024 4081184 3444744   54% /opt&lt;BR /&gt;/dev/vg00/lvol4    4194304   16808 4144864    0% /home&lt;BR /&gt;/dev/vg00/image    10240000 6983216 3053241   70% /image&lt;BR /&gt;root@hohp244[/]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;###########################&lt;BR /&gt;&lt;BR /&gt;root@hohp244[/]&lt;BR /&gt;# strings /etc/mnttab&lt;BR /&gt;/dev/vg00/lvol3 / vxfs ioerror=mwdisable,delaylog,dev=40000003 0 1 1205872013&lt;BR /&gt;/dev/vg00/lvol1 /stand vxfs ioerror=mwdisable,log,tranflush,dev=40000001 0 0 1205872015&lt;BR /&gt;/dev/vg00/lvol8 /var vxfs ioerror=mwdisable,delaylog,dev=40000008 0 0 1205872027&lt;BR /&gt;/dev/vg00/lvol9 /var/adm/crash vxfs ioerror=mwdisable,delaylog,dev=40000009 0 0 1205872027&lt;BR /&gt;/dev/vg00/lvol7 /usr vxfs ioerror=mwdisable,delaylog,dev=40000007 0 0 1205872027&lt;BR /&gt;/dev/vg00/lvol6 /tmp vxfs ioerror=mwdisable,delaylog,dev=40000006 0 0 1205872027&lt;BR /&gt;/dev/vg00/lvol5 /opt vxfs ioerror=mwdisable,delaylog,dev=40000005 0 0 1205872027&lt;BR /&gt;/dev/vg00/lvol4 /home vxfs ioerror=mwdisable,delaylog,dev=40000004 0 0 1205872028&lt;BR /&gt;-hosts /net autofs ignore,indirect,nosuid,soft,nobrowse,dev=1 0 0 1205872087&lt;BR /&gt;/dev/vg00/image /image vxfs ioerror=mwdisable,delaylog,dev=4000000c 0 0 1205899850&lt;BR /&gt;##################################&lt;BR /&gt;&lt;BR /&gt;fstab :&lt;BR /&gt;&lt;BR /&gt;root@hohp244[/]&lt;BR /&gt;# more /etc/fstab&lt;BR /&gt;# System /etc/fstab file.  Static information about the file systems&lt;BR /&gt;# See fstab(4) and sam(1M) for further details on configuring devices.&lt;BR /&gt;/dev/vg00/lvol3 / vxfs delaylog 0 1&lt;BR /&gt;/dev/vg00/lvol1 /stand vxfs tranflush 0 1&lt;BR /&gt;/dev/vg00/lvol4 /home vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol5 /opt vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol6 /tmp vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol7 /usr vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol8 /var vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol9 /var/adm/crash vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/swap1      ... swap pri=0 0 0&lt;BR /&gt;/dev/vg00/swap2      ... swap pri=0 0 0&lt;BR /&gt;#/dev/vg00ext/swap2      ... swap pri=0 0 0&lt;BR /&gt;#/dev/vg00ext/swap3      ... swap pri=0 0 0&lt;BR /&gt;###############################</description>
      <pubDate>Fri, 21 Mar 2008 15:02:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-eject-cdrom/m-p/4165857#M320569</guid>
      <dc:creator>Jerry_109</dc:creator>
      <dc:date>2008-03-21T15:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to eject CDROM ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-eject-cdrom/m-p/4165858#M320570</link>
      <description>root@hohp244[/]&lt;BR /&gt;# fuser -cu /SD_CDROM&lt;BR /&gt;/SD_CDROM: fuser: could not find file system mounted at /SD_CDROM.&lt;BR /&gt;root@hohp244[/]&lt;BR /&gt;# fuser -cu /CDROM   &lt;BR /&gt;/CDROM: fuser: could not find file system mounted at /CDROM.&lt;BR /&gt;root@hohp244[/]&lt;BR /&gt;# fuser -cu /tmp/ign_configure/SD_CDROM&lt;BR /&gt;/tmp/ign_configure/SD_CDROM: fuser: could not find file system mounted at /tmp/ign_configure/SD_CDROM.&lt;BR /&gt;root@hohp244[/]</description>
      <pubDate>Fri, 21 Mar 2008 15:05:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-eject-cdrom/m-p/4165858#M320570</guid>
      <dc:creator>Jerry_109</dc:creator>
      <dc:date>2008-03-21T15:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to eject CDROM ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-eject-cdrom/m-p/4165859#M320571</link>
      <description>CAN U POST THE installation command here.</description>
      <pubDate>Fri, 21 Mar 2008 15:10:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-eject-cdrom/m-p/4165859#M320571</guid>
      <dc:creator>Siju Vadakkan</dc:creator>
      <dc:date>2008-03-21T15:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to eject CDROM ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-eject-cdrom/m-p/4165860#M320572</link>
      <description>How did you start the install?&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Mar 2008 15:11:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-eject-cdrom/m-p/4165860#M320572</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2008-03-21T15:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to eject CDROM ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-eject-cdrom/m-p/4165861#M320573</link>
      <description>Start vmguest console, because the 11.31 OS disk #1 is mounted in the DVD it boots off the DVD&lt;BR /&gt;&lt;BR /&gt;root@hohp244[/]&lt;BR /&gt;# hpvmconsole -P hovm230 -F&lt;BR /&gt;&lt;BR /&gt;The hovm230 configuration includes the DVDROM drive as follows :&lt;BR /&gt;&lt;BR /&gt;root@hohp244[/]&lt;BR /&gt;# hpvmstatus -P hovm230 | grep -i dvd&lt;BR /&gt;dvd     scsi         0   0   0   0   0 disk      /dev/rdsk/c0t0d0&lt;BR /&gt;&lt;BR /&gt;###########################&lt;BR /&gt;ioscan:&lt;BR /&gt;root@hohp244[/]&lt;BR /&gt;# /etc/ioscan -nfC disk&lt;BR /&gt;Class        I  H/W Path        Driver         S/W State   H/W Type     Description&lt;BR /&gt;====================================================================================&lt;BR /&gt;disk        55  0/0/2/1.0.16.0.0          sdisk          CLAIMED     DEVICE       TEAC    DV-28E-V&lt;BR /&gt;                               /dev/dsk/c0t0d0   /dev/rdsk/c0t0d0&lt;BR /&gt;##################################&lt;BR /&gt;###########################</description>
      <pubDate>Fri, 21 Mar 2008 15:34:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-eject-cdrom/m-p/4165861#M320573</guid>
      <dc:creator>Jerry_109</dc:creator>
      <dc:date>2008-03-21T15:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to eject CDROM ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-eject-cdrom/m-p/4165862#M320574</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;from HPVM Release Notes (&lt;A href="http://docs.hp.com/en/T2767-90114/ch08s08.html):" target="_blank"&gt;http://docs.hp.com/en/T2767-90114/ch08s08.html):&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;8.4 Using USB CD/DVD Devices&lt;BR /&gt;USB CD/DVD devices are not supported for use as attachable media, and perform slowly when&lt;BR /&gt;used as virtual devices. HP Integrity blade, rx3600, and rx6600 servers with such devices should&lt;BR /&gt;use Virtual FileDVDs or Ignite-UX for guest operating system installations. Hardware&lt;BR /&gt;supportability requirements for Integrity VM are described in the HP Integrity Virtual Machines&lt;BR /&gt;Installation, Configuration, and Administration manual.&lt;BR /&gt;To identify USB CD/DVD devices, use the ioscan -fun command.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 21 Mar 2008 15:34:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-eject-cdrom/m-p/4165862#M320574</guid>
      <dc:creator>Mounaam</dc:creator>
      <dc:date>2008-03-21T15:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to eject CDROM ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-eject-cdrom/m-p/4165863#M320575</link>
      <description>For guest usage of DVDs.&lt;BR /&gt;&lt;BR /&gt;present the dvd as a null device to the guest.&lt;BR /&gt;&lt;BR /&gt;then use the VM option of the guest MP to IN (insert) and EJ (eject) the media&lt;BR /&gt;&lt;BR /&gt;i.e. during install while asking for DVD#2, &lt;CTRL-B&gt; VM &amp;gt;&amp;gt; EJ, &amp;gt;&amp;gt;swap media, &amp;gt;&amp;gt;IN, &amp;gt;&amp;gt; ma, &amp;gt;&amp;gt; co &amp;gt;&amp;gt; hit enter to contiue.&lt;BR /&gt;&lt;BR /&gt;The installer takes care of mounting and unmounting of the DVD as the OS level.&lt;BR /&gt;&lt;BR /&gt;&lt;/CTRL-B&gt;</description>
      <pubDate>Fri, 21 Mar 2008 15:38:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-eject-cdrom/m-p/4165863#M320575</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-03-21T15:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to eject CDROM ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-eject-cdrom/m-p/4165864#M320576</link>
      <description>well that explains everything.  nothing like details.  Good job Tim</description>
      <pubDate>Fri, 21 Mar 2008 15:43:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-eject-cdrom/m-p/4165864#M320576</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2008-03-21T15:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to eject CDROM ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-eject-cdrom/m-p/4165865#M320577</link>
      <description>Forgot the details for the presentation.&lt;BR /&gt;&lt;BR /&gt;hpvmmodify -P guest1 -a dvd:scsi::null:/dev/rdsk/cxtxdx&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Mar 2008 15:48:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-eject-cdrom/m-p/4165865#M320577</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-03-21T15:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to eject CDROM ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-eject-cdrom/m-p/4165866#M320578</link>
      <description>received an error, I will try again. Wow something new to learn....... :&amp;gt;) &lt;BR /&gt;#######################################       =================================================&lt;BR /&gt;       * Please insert media number "2".&lt;BR /&gt;         1) Continue.&lt;BR /&gt;         Please pick from the choices above. (default: 1): &lt;BR /&gt;&lt;BR /&gt;       * Working...&lt;BR /&gt;       * Swapping Media&lt;BR /&gt;ERROR:   The media at "/tmp/ign_configure/SD_CDROM" is not the expected media. Insert media labeled as "2".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;         =================================================&lt;BR /&gt;ERROR:   Please try again to insert media number "2".&lt;BR /&gt;         1) Continue.&lt;BR /&gt;         Please pick from the choices above. (default: 1): &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   vMP MAIN MENU&lt;BR /&gt;&lt;BR /&gt;         CO: Console&lt;BR /&gt;         CM: Command Menu&lt;BR /&gt;         CL: Console Log&lt;BR /&gt;         SL: Show Event Logs&lt;BR /&gt;         VM: Virtual Machine Menu&lt;BR /&gt;         HE: Main Help Menu&lt;BR /&gt;          X: Exit Connection&lt;BR /&gt;&lt;BR /&gt;[hovm230] vMP&amp;gt; EJ&lt;BR /&gt;&lt;BR /&gt;                Ejectable Guest Devices&lt;BR /&gt;Num     Hw-path         (Bus,Slot,Tgt)  Gdev    Pstore  Path&lt;BR /&gt;-------------------------------------------------------------------------&lt;BR /&gt;[1]     0/0/0/0.0.0     (0,0,0)         dvd     disk    /dev/rdsk/c0t0d0&lt;BR /&gt;&lt;BR /&gt;Enter menu item number or [Q] to Quit: 1&lt;BR /&gt;&lt;BR /&gt;Confirm eject action&lt;BR /&gt;     G - Go&lt;BR /&gt;     F - Force&lt;BR /&gt;&lt;BR /&gt;Enter menu item or [Q] to Quit: G&lt;BR /&gt;&lt;BR /&gt;[hovm230] vMP&amp;gt; IN&lt;BR /&gt;&lt;BR /&gt;                Insertable Guest Devices&lt;BR /&gt;Num     Hw-path         (Bus,Slot,Tgt)  Gdev&lt;BR /&gt;--------------------------------------------&lt;BR /&gt;[1]     0/0/0/0.0.0     (0,0,0)         dvd&lt;BR /&gt;&lt;BR /&gt;Enter menu item number or [Q] to Quit: 1&lt;BR /&gt;&lt;BR /&gt;                Insertable File Backing Stores&lt;BR /&gt;Num     File&lt;BR /&gt;---------------------&lt;BR /&gt;[1]     /dev/rdsk/c0t0d0&lt;BR /&gt;&lt;BR /&gt;Enter menu item number or [Q] to Quit: &lt;BR /&gt;&lt;BR /&gt;** Selection canceled.  No action taken. **&lt;BR /&gt;&lt;BR /&gt;-&amp;gt; Command failed.&lt;BR /&gt;&lt;BR /&gt;[hovm230] vMP&amp;gt; ma&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   vMP MAIN MENU&lt;BR /&gt;&lt;BR /&gt;         CO: Console&lt;BR /&gt;         CM: Command Menu&lt;BR /&gt;         CL: Console Log&lt;BR /&gt;         SL: Show Event Logs&lt;BR /&gt;         VM: Virtual Machine Menu&lt;BR /&gt;         HE: Main Help Menu&lt;BR /&gt;          X: Exit Connection&lt;BR /&gt;&lt;BR /&gt;[hovm230] vMP&amp;gt; co&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;        (Use Ctrl-B to return to vMP main menu.)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;- - - - - - - - - - Prior Console Output - - - - - - - - - -&lt;BR /&gt;&lt;BR /&gt;       * Working...&lt;BR /&gt;       * Swapping Media&lt;BR /&gt;ERROR:   The media at "/tmp/ign_configure/SD_CDROM" is not the expected media. Insert media labeled as "2".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;         =================================================&lt;BR /&gt;ERROR:   Please try again to insert media number "2".&lt;BR /&gt;         1) Continue.&lt;BR /&gt;         Please pick from the choices above. (default: 1): &lt;BR /&gt;&lt;BR /&gt;- - - - - - - - - - - - Live Console - - - - - - - - - - - -&lt;BR /&gt;&lt;BR /&gt;       * Working...&lt;BR /&gt;class : lunpath, instance 0&lt;BR /&gt;lun path (class = lunpath, instance = 0) belonging to LUN (default minor = 0x0) has come online&lt;BR /&gt;&lt;BR /&gt;ERROR:   Could not correctly mount media number "2".  Just in case the media was already mounted, will try again.  Please manually unmount the media&lt;BR /&gt;         drive, but leave media number "2" in the drive.&lt;BR /&gt;         - Cannot mount media.&lt;BR /&gt;         - The "mount" command failed with the return code "1", and generated the following output:&lt;BR /&gt;           /dev/dsk/c0t0d0: I/O error&lt;BR /&gt;           &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;         =================================================&lt;BR /&gt;ERROR:   Please try again to insert media number "2".&lt;BR /&gt;         1) Continue.&lt;BR /&gt;         Please pick from the choices above. (default: 1): &lt;BR /&gt;#######################################</description>
      <pubDate>Fri, 21 Mar 2008 15:49:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-eject-cdrom/m-p/4165866#M320578</guid>
      <dc:creator>Jerry_109</dc:creator>
      <dc:date>2008-03-21T15:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to eject CDROM ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-eject-cdrom/m-p/4165867#M320579</link>
      <description>Working great. Thank you so much..... :&amp;gt;)&lt;BR /&gt;&lt;BR /&gt;######################################&lt;BR /&gt;[hovm230] vMP&amp;gt; IN&lt;BR /&gt;&lt;BR /&gt;                Insertable Guest Devices&lt;BR /&gt;Num     Hw-path         (Bus,Slot,Tgt)  Gdev&lt;BR /&gt;--------------------------------------------&lt;BR /&gt;[1]     0/0/0/0.0.0     (0,0,0)         dvd&lt;BR /&gt;&lt;BR /&gt;Enter menu item number or [Q] to Quit: 1&lt;BR /&gt;&lt;BR /&gt;                Insertable File Backing Stores&lt;BR /&gt;Num     File&lt;BR /&gt;---------------------&lt;BR /&gt;[1]     /dev/rdsk/c0t0d0&lt;BR /&gt;&lt;BR /&gt;Enter menu item number or [Q] to Quit: 1&lt;BR /&gt;&lt;BR /&gt;Confirm insertion action&lt;BR /&gt;     G - Go&lt;BR /&gt;     F - Force&lt;BR /&gt;&lt;BR /&gt;Enter menu item or [Q] to Quit: G&lt;BR /&gt;&lt;BR /&gt;[hovm230] vMP&amp;gt; ma&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   vMP MAIN MENU&lt;BR /&gt;&lt;BR /&gt;         CO: Console&lt;BR /&gt;         CM: Command Menu&lt;BR /&gt;         CL: Console Log&lt;BR /&gt;         SL: Show Event Logs&lt;BR /&gt;         VM: Virtual Machine Menu&lt;BR /&gt;         HE: Main Help Menu&lt;BR /&gt;          X: Exit Connection&lt;BR /&gt;&lt;BR /&gt;[hovm230] vMP&amp;gt; co&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;        (Use Ctrl-B to return to vMP main menu.)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;- - - - - - - - - - Prior Console Output - - - - - - - - - -&lt;BR /&gt;         - Cannot mount media.&lt;BR /&gt;         - The "mount" command failed with the return code "1", and generated the following output:&lt;BR /&gt;           /dev/dsk/c0t0d0: I/O error&lt;BR /&gt;           &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;         =================================================&lt;BR /&gt;ERROR:   Please try again to insert media number "2".&lt;BR /&gt;         1) Continue.&lt;BR /&gt;         Please pick from the choices above. (default: 1): &lt;BR /&gt;&lt;BR /&gt;- - - - - - - - - - - - Live Console - - - - - - - - - - - -&lt;BR /&gt;        Please pick from the choices above. (default: 1): &lt;BR /&gt;&lt;BR /&gt;- - - - - - - - - - - - Live Console - - - - - - - - - - - -&lt;BR /&gt;&lt;BR /&gt;       * Working...&lt;BR /&gt;       * Installing bundle "B6848BA,r=1.4.gm.46.16" .&lt;BR /&gt;       * Installing bundle "DynRootDisk,r=A.2.0.0.592" .&lt;BR /&gt;       * Installing bundle "FIREFOX,r=1.5.0.8.00" .&lt;BR /&gt;       * Installing bundle "FIREFOXsrc,r=1.5.0.8.00" .&lt;BR /&gt;       * Installing bundle "GTK,r=2.6.8.00.01" .&lt;BR /&gt;       * Installing bundle "GTKsrc,r=2.6.8.00.01" .&lt;BR /&gt;       * Installing bundle "MOZILLA,r=1.7.13.01.01" .&lt;BR /&gt;       * Installing bundle "MOZILLAsrc,r=1.7.13.01.01" .&lt;BR /&gt;       * Installing bundle "T1458AA,r=1.4.2.13.01" .&lt;BR /&gt;       * Installing bundle "TBIRD,r=1.5.0.8.00" .&lt;BR /&gt;       * Installing bundle "TBIRDsrc,r=1.5.0.8.00" .&lt;BR /&gt;       * Installing bundle "hpuxwsWebmin,r=A.1.070.09" .&lt;BR /&gt;       * Installing bundle "hpuxwsXml,r=A.2.03" .&lt;BR /&gt;       * Installing fileset "DRD.DRD-ENG-A-MAN,r=A.2.0.0.592" (1206 of 1256).&lt;BR /&gt;       * Installing fileset "DRD.DRD-RUN,r=A.2.0.0.592" (1207 of 1256).&lt;BR /&gt;###################################</description>
      <pubDate>Fri, 21 Mar 2008 15:54:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-eject-cdrom/m-p/4165867#M320579</guid>
      <dc:creator>Jerry_109</dc:creator>
      <dc:date>2008-03-21T15:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to eject CDROM ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-eject-cdrom/m-p/4165868#M320580</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Its really fantastic....&lt;BR /&gt;&lt;BR /&gt;I appreciate all you guys.&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Oct 2008 13:09:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-eject-cdrom/m-p/4165868#M320580</guid>
      <dc:creator>UVA</dc:creator>
      <dc:date>2008-10-09T13:09:29Z</dc:date>
    </item>
  </channel>
</rss>

