<?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: iLO virtual media device names under linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ilo-virtual-media-device-names-under-linux/m-p/6022121#M58628</link>
    <description>&lt;P&gt;The messages in the attachment indicate that a virtual media device has been detected by the Linux kernel and presented to userspace as /dev/sda (and /dev/sg0 in case you need raw SCSI access, which is unlikely in this case). This does &lt;STRONG&gt;not&lt;/STRONG&gt; imply mounting any filesystem at all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When mounting a filesystem, if the appropriate filesystem driver module is already loaded and there are no errors, there are often no kernel/console messages at all. Here are some reasons why you might see a kernel message on filesystem mount:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;a filesystem driver module was auto-loaded and it is outputting its version number or other information as a kernel message as the module is being loaded&lt;/LI&gt;&lt;LI&gt;a filesystem is corrupted or not the expected type&lt;/LI&gt;&lt;LI&gt;a filesystem type was not specified neither on the mount command line nor in /etc/fstab, or it was specified as "auto" or a list of filesystem types to try: in this case, the kernel will attempt to mount the filesystem using all the listed/already-loaded filesystem modules until it either runs out of filesystem types to try or the mount is successful. (Each incorrect guess may provoke a kernel message from the respective filesystem driver module, so this kind of autodetection can be quite "noisy".)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your virtual device does not have any partitions on it, so you might be able to mount it with a simple&lt;/P&gt;&lt;PRE&gt;mount /dev/sda /mnt&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 06 Apr 2013 08:48:00 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2013-04-06T08:48:00Z</dc:date>
    <item>
      <title>iLO virtual media device names under linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ilo-virtual-media-device-names-under-linux/m-p/3284053#M58620</link>
      <description>I'm wondering if anyone knows what the device names are for the virtual floppy and virtual cdrom so I can mount them under slackware or redhat. I'm using iLO 1.50 on a dl380 g3. &lt;BR /&gt;&lt;BR /&gt;When you enable these virtual mediums, are the real floppy/cdrom in the server disabled, or do the virtual devices act as secondary devices alongside them?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Sun, 23 May 2004 02:27:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ilo-virtual-media-device-names-under-linux/m-p/3284053#M58620</guid>
      <dc:creator>Jason Brooke</dc:creator>
      <dc:date>2004-05-23T02:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: iLO virtual media device names under linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ilo-virtual-media-device-names-under-linux/m-p/3284054#M58621</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;please check it out here for more details:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h18013.www1.hp.com/products/servers/management/ilo/documentation.html" target="_blank"&gt;http://h18013.www1.hp.com/products/servers/management/ilo/documentation.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I do NOT think the real one will be disabled with the usage of virtual medium.&lt;BR /&gt;&lt;BR /&gt;Cheers !&lt;BR /&gt;&lt;BR /&gt;YJ</description>
      <pubDate>Tue, 25 May 2004 10:07:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ilo-virtual-media-device-names-under-linux/m-p/3284054#M58621</guid>
      <dc:creator>Yong_7</dc:creator>
      <dc:date>2004-05-25T10:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: iLO virtual media device names under linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ilo-virtual-media-device-names-under-linux/m-p/3284055#M58622</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;can you find them on the dmesg?&lt;BR /&gt;&lt;BR /&gt;Ã lvar</description>
      <pubDate>Tue, 25 May 2004 11:30:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ilo-virtual-media-device-names-under-linux/m-p/3284055#M58622</guid>
      <dc:creator>Alvaro Miranda Aguilera</dc:creator>
      <dc:date>2004-05-25T11:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: iLO virtual media device names under linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ilo-virtual-media-device-names-under-linux/m-p/3284056#M58623</link>
      <description>thanks for the replies. &lt;BR /&gt;&lt;BR /&gt;dmesg reports:&lt;BR /&gt;&lt;BR /&gt;=====================================&lt;BR /&gt;Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2&lt;BR /&gt;ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx&lt;BR /&gt;hda: COMPAQ CD-ROM SN-124, ATAPI CD/DVD-ROM drive&lt;BR /&gt;ide0 at 0x1f0-0x1f7,0x3f6 on irq 14&lt;BR /&gt;=====================================&lt;BR /&gt;&lt;BR /&gt;I can't determine via the BIOS information whether this is the built-in cdrom or the iLO virtual media, I suspect it's the built-in cdrom though. Regardless, I can't mount the iLO virtual media by way of /dev/hda because the following occurs:&lt;BR /&gt;&lt;BR /&gt;=====================================&lt;BR /&gt;[root@host path]# mount /dev/hda /mnt/cdrom&lt;BR /&gt;mount: /dev/hda is not a valid block device&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@host path]# mount -t iso9660 /dev/hda /mnt/cdrom&lt;BR /&gt;mount: /dev/hda is not a valid block device&lt;BR /&gt;&lt;BR /&gt;ls -la /dev/hda&lt;BR /&gt;brw-rw----    1 root     disk       3,   0 Jan 30  2003 /dev/hda&lt;BR /&gt;&lt;BR /&gt;ls -la /dev/cdrom&lt;BR /&gt;lrwxrwxrwx    1 root     root            8 May 20 12:11 /dev/cdrom -&amp;gt; /dev/hda&lt;BR /&gt;=====================================&lt;BR /&gt;&lt;BR /&gt;When I installed redhat on this machine, I was able to boot from the iLO virtual media (cdrom) no problem, but the redhat setup program was unable to find a cdrom to install from so I had to do an ftp install. Similarly, slackware and fedora cannot find cdrom install media after booting off the cdrom. &lt;BR /&gt;&lt;BR /&gt;I'm accessing the iLO via another dl380 with win2003 installed in the same rack. The windows box has a literal cd in it's physical cdrom which I've used as the virtual media, as well as various linux iso's on it's harddisk which I've mounted with daemontools and offered as virtual media via the iLO. A windows install via iLO virtual media works without a hitch, the windows setup program doesn't have any problem finding the virtual cd media and completing an install. Linux though, doesn't seem to be able to detect the device after booting from the virtual cd media.</description>
      <pubDate>Tue, 25 May 2004 18:47:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ilo-virtual-media-device-names-under-linux/m-p/3284056#M58623</guid>
      <dc:creator>Jason Brooke</dc:creator>
      <dc:date>2004-05-25T18:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: iLO virtual media device names under linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ilo-virtual-media-device-names-under-linux/m-p/3284057#M58624</link>
      <description>The documentation Yong pointed me to contains all the information I needed, I should've checked it more thoroughly first. &lt;BR /&gt;&lt;BR /&gt;Specifically, the virtual media requires usb drivers be loaded by the operating system before being accessed after boot time. In my case, I needed to load scsi_mod.ko and usb_storage.ko (linux kernel 2.6.6) &lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Tue, 25 May 2004 19:19:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ilo-virtual-media-device-names-under-linux/m-p/3284057#M58624</guid>
      <dc:creator>Jason Brooke</dc:creator>
      <dc:date>2004-05-25T19:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: iLO virtual media device names under linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ilo-virtual-media-device-names-under-linux/m-p/3284058#M58625</link>
      <description>I also needed sr_mod.ko&lt;BR /&gt;&lt;BR /&gt;the virtual media cdrom was then accessible via /dev/scd0 as stated in the documentation</description>
      <pubDate>Tue, 25 May 2004 19:29:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ilo-virtual-media-device-names-under-linux/m-p/3284058#M58625</guid>
      <dc:creator>Jason Brooke</dc:creator>
      <dc:date>2004-05-25T19:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: iLO virtual media device names under linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ilo-virtual-media-device-names-under-linux/m-p/3284059#M58626</link>
      <description>Make sure your USB Drivers are installed.  (usbcore, usb-storage, ohci-hcd, sr_mod)iLO's Virtual Media simulates USB drives.</description>
      <pubDate>Wed, 26 May 2004 00:00:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ilo-virtual-media-device-names-under-linux/m-p/3284059#M58626</guid>
      <dc:creator>barnett chan</dc:creator>
      <dc:date>2004-05-26T00:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: iLO virtual media device names under linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ilo-virtual-media-device-names-under-linux/m-p/6021967#M58627</link>
      <description>&lt;P&gt;I started a virtual device connection to a Linux box and mapped it to a folder on my PC.&lt;/P&gt;&lt;P&gt;I saw messages in the console that I interpret as a mount.&lt;/P&gt;&lt;P&gt;I want to copy files over, but I am having trouble understanding what the mount name is.&lt;/P&gt;&lt;P&gt;Can someone give me advice?&lt;/P&gt;&lt;P&gt;&amp;nbsp;See attachment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2013 20:52:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ilo-virtual-media-device-names-under-linux/m-p/6021967#M58627</guid>
      <dc:creator>Al Wilson_2</dc:creator>
      <dc:date>2013-04-05T20:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: iLO virtual media device names under linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ilo-virtual-media-device-names-under-linux/m-p/6022121#M58628</link>
      <description>&lt;P&gt;The messages in the attachment indicate that a virtual media device has been detected by the Linux kernel and presented to userspace as /dev/sda (and /dev/sg0 in case you need raw SCSI access, which is unlikely in this case). This does &lt;STRONG&gt;not&lt;/STRONG&gt; imply mounting any filesystem at all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When mounting a filesystem, if the appropriate filesystem driver module is already loaded and there are no errors, there are often no kernel/console messages at all. Here are some reasons why you might see a kernel message on filesystem mount:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;a filesystem driver module was auto-loaded and it is outputting its version number or other information as a kernel message as the module is being loaded&lt;/LI&gt;&lt;LI&gt;a filesystem is corrupted or not the expected type&lt;/LI&gt;&lt;LI&gt;a filesystem type was not specified neither on the mount command line nor in /etc/fstab, or it was specified as "auto" or a list of filesystem types to try: in this case, the kernel will attempt to mount the filesystem using all the listed/already-loaded filesystem modules until it either runs out of filesystem types to try or the mount is successful. (Each incorrect guess may provoke a kernel message from the respective filesystem driver module, so this kind of autodetection can be quite "noisy".)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your virtual device does not have any partitions on it, so you might be able to mount it with a simple&lt;/P&gt;&lt;PRE&gt;mount /dev/sda /mnt&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Apr 2013 08:48:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ilo-virtual-media-device-names-under-linux/m-p/6022121#M58628</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2013-04-06T08:48:00Z</dc:date>
    </item>
  </channel>
</rss>

