Operating System - Linux
1832869 Members
5647 Online
110048 Solutions
New Discussion

Re: mounting iso via ilo virtual media in RHEL 2.1 AS (ESX 2.5.3)

 
SOLVED
Go to solution
J.J. McDaniel
Advisor

mounting iso via ilo virtual media in RHEL 2.1 AS (ESX 2.5.3)

I'm trying to mount my virtual media iso via command line in Linux. This works on a DL760G2 with 'mount /dev/cdrom /mnt'

I'm trying this on one of the new DL585 dual core systems and it's not working. I've tried most of the devices I know and still can't seem to get it to work.

Anyone been successful with finding which device to mount to get access to the iso in the virtual media of the ilo?

Thanks!
6 REPLIES 6
Steven E. Protter
Exalted Contributor

Re: mounting iso via ilo virtual media in RHEL 2.1 AS (ESX 2.5.3)

Shalom

mount -o loop /mnt

example

mount -o loop nfsserver:/pub/RH2/iso/RHAS2-disc1.iso /mnt

SEP

Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
J.J. McDaniel
Advisor

Re: mounting iso via ilo virtual media in RHEL 2.1 AS (ESX 2.5.3)

Shalom Steven!

What I am trying to do is mount it from my ilo. I have an iso image mounted via virtual media in my ilo. I can not seem to figure out how to mount this media within the OS. (this will save me from having to copy the iso over to my server)

Thanks!

J.J.
Sung Oh
Respected Contributor
Solution

Re: mounting iso via ilo virtual media in RHEL 2.1 AS (ESX 2.5.3)

Hi J.J

Can you try this command to see if works from the service console?

#mount /dev/scd0 /mnt/cdrom

Regards,
Sung
J.J. McDaniel
Advisor

Re: mounting iso via ilo virtual media in RHEL 2.1 AS (ESX 2.5.3)

That was it Sung!!! Thanks!!!

It worked from both the service console and a putty session.

# mount /dev/scd0 /mnt/cdrom
mount: block device /dev/scd0 is write-protected, mounting read-only
Alan_152
Honored Contributor

Re: mounting iso via ilo virtual media in RHEL 2.1 AS (ESX 2.5.3)

Are you sure that virtual media is supported on your current machine, iLO, and firmware rev? There are lots of HP combinations that are currently unsupported...
J.J. McDaniel
Advisor

Re: mounting iso via ilo virtual media in RHEL 2.1 AS (ESX 2.5.3)

Yes, I believe since iLO firmware rev 1.80 they've supported virtual media via CD-Rom and iso.

This is a new DL585 dual-core system.