ProLiant Servers (ML,DL,SL)
1752569 Members
5046 Online
108788 Solutions
New Discussion юеВ

Powershell cmdlets - ILO Boot iso - Automation

 
malvsilva
Occasional Visitor

Powershell cmdlets - ILO Boot iso - Automation

Hello,

I'm trying to automate the boot with a customized iso to install the servers with powershell but the ILO isn't booting the CD that is mounted.

Here is the part of the script which mount the ISO:

$conn | Set-HPEiLOServerPower -Power Off
$conn | Mount-HPEiLOVirtualMedia -Device CD -ImageURL "http://IP_FROM_IIS_SERVER/TEST.iso"
$conn | Set-HPEiLOVirtualMediaStatus -Device CD -VMBootOption BootOnNextReset
$conn | Set-HPEiLOOneTimeBootOption -BootSourceOverrideEnable Continuous -BootSourceOverrideTarget CD
$conn | Set-HPEiLOServerPower -Power On

 

ConnectedVia : URI
Device : {CD, DVD}
ImageInserted : Yes
ImageName : TEST.iso
ImageURL : http://IP_FROM_IIS_SERVER/
VMWriteProtect : Enabled
VMBootOption : BootOnNextReset
IP : ILO_IP
Hostname :
Status : OK
StatusInfo :

Can someone help? Already added the MIME type at IIS Server.

Regards

2 REPLIES 2
support_s
System Recommended

Query: Powershell cmdlets - ILO Boot iso - Automation

System recommended content:

1. Scripting Tools for Windows PowerShell User Guide- iLO Cmdlets v3.1.0.0

2. Scripting Tools for Windows PowerShell User Guide: iLO Cmdlets

 

Please click on "Thumbs Up/Kudo" icon to give a "Kudo".

 

Thank you for being a HPE valuable community member.


Accept or Kudo

MV3
HPE Pro

Re: Powershell cmdlets - ILO Boot iso - Automation

HI There,

Is the .ISO file working fine ?

Prior to deploying from Power shell did you try booting from test.iso and see if it executable.

 

Cheers

I am an HPE employee.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo