HPE OneView
1836396 Members
2437 Online
110100 Solutions
New Discussion

server profile firmware deployment

 
BradV
Esteemed Contributor

server profile firmware deployment

I'm trying to get OneView to deploy firmware and drivers to our Proliant Linux servers.  I have amsd and sut installed.  I configured sut's staging directory to a file system with lots of space.  I set the sut mode to autodeploy.  We received permission from security to allow usb-storage in the kernel and to remove noexec from the mount options of /tmp and /var/tmp.  I can see from dmesg that usb-storage device is found and a device is created (sr0).  sut --status keeps showing:

Current Operation Status..................: Retrying mounting baseline media as previous try failedVerify the specified baseline is accessible and ensure no other media is mounted through iLO Virtual Media.

I run "mount | grep sr0" and get no output.  I can run, "mount -t iso9660 -o ro /dev/sr0 /mnt" and it works.  Not sure what else to try?  Any ideas?

 

This server is a DL380 Gen 9.

2 REPLIES 2
Kamalji
Frequent Advisor

Re: server profile firmware deployment

The cause of the error  point towards the 

iLO Virtual Media is busy.

https://techlibrary.hpe.com/docs/synergy/shared/error/GUID-2568352B-C8B6-4DE8-86EF-E30DD5195C39.html

 

Thank You!
I am a HPE employee

Accept or Kudo

__________________________________________
Was the post useful? Click on the white KUDOS! Thumb below to say Thank You!
BradV
Esteemed Contributor

Re: server profile firmware deployment

But it is not busy.  Nothing is using the iLO virtual media port.  I'll have to run some more tests.