Servers - General
1751976 Members
4723 Online
108784 Solutions
New Discussion юеВ

Re: ilorest bootorder --onetimeboot=Cd

 
georg29
Occasional Contributor

ilorest bootorder --onetimeboot=Cd

I'm trying to use ilorest to set the one-time boot on a Gen10 DL380.   Below is the command line and output.  Any ideas?????

 

[root@usilncpr-r13 kickstart]# ilorest bootorder --onetimeboot=Cd
iLOrest : RESTful Interface Tool version 3.0.1
Copyright (c) 2014, 2019 Hewlett Packard Enterprise Development LP
--------------------------------------------------------------------------------
ERROR: 'NoneType' object has no attribute 'isgen9'

4 REPLIES 4
georg29
Occasional Contributor

Re: ilorest bootorder --onetimeboot=Cd

Here is what I get when I use the ilorest in the interactive mode:

iLOrest > bootorder --onetimeboot=Cd
Location data is empty
Unable to locate registry model

AmRa
HPE Pro

Re: ilorest bootorder --onetimeboot=Cd

Hi

First mount bootable iSO image to iLO Virtual media, later run below command.

iLOrest > bootorder --continuousboot=Cd --commit
Committing changes...
The operation completed successfully.

For more options please refer below web link

https://hewlettpackard.github.io/python-redfish-utility/#bootorder-command

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

Accept or Kudo
georg29
Occasional Contributor

Re: ilorest bootorder --onetimeboot=Cd

Hi....


Thanks for the reply.  I've always had the bootable ISO image mounted, and the iLO Virtual CD/DVD-ROM Status page shows it as mounted.  However I still cant seem to get it to work:

iLOrest > login
Discovering data...Done
iLOrest > bootorder --continuousboot=Cd --commit
Location data is empty
Unable to locate registry model

 

 
AmRa
HPE Pro

Re: ilorest bootorder --onetimeboot=Cd

Reset iLO from iLO web console and check the status.

 

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

Accept or Kudo