Unsolved
3 Posts
0
344
Insert VirtualMedia using local file
Hi, I have found a request which inserts virtual media (CD/DVD with ISO in my case), but it needs URI:
Is there any alternative which I can use to upload an ISO file directly, passing bytes of the file?
anupam.aloke
1 Rookie
1 Rookie
•
42 Posts
0
June 11th, 2023 21:00
Hi Anton,
You can use virtual media APIs to insert an ISO file locally from your machine. Please see a working example using python here: https://github.com/dell/iDRAC-Redfish-Scripting/blob/master/Redfish%20Python/InsertEjectVirtualMediaREDFISH.py
Also, if you are using Ansible, then check out the https://github.com/dell/dellemc-openmanage-ansible-modules/blob/collections/plugins/modules/idrac_virtual_media.py module as well.
HTH
Anonymous
5 Practitioner
5 Practitioner
•
274.2K Posts
0
June 17th, 2023 07:00
Hi anton, please can you inform me when you will get the solution
anton.starodub
3 Posts
0
June 18th, 2023 00:00
Thank you, I will try that next time