- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Remote Server Management
- >
- System utilities F9_from web browser
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2022 09:38 AM - last edited on 10-16-2022 09:04 PM by support_s
10-14-2022 09:38 AM - last edited on 10-16-2022 09:04 PM by support_s
when we login the (gen 9 /10) host from web-browser ilo shoud hit(F9) automatically using any tool(rest api or powershlle) after reboot host. Is any way to get it..
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2022 09:46 AM
10-15-2022 09:46 AM
Re: System utilities F9_from web browser
@Sivaclod wrote:when we login the (gen 9 /10) host from web-browser ilo shoud hit(F9) automatically using any tool(rest api or powershlle) after reboot host. Is any way to get it..
If you mean setting this from the iLO web interface, provided the system is not in POST, you would use:
Administration -> Boot Order -> Additional Options -> Boot to System Setup Utilities
However, after performing the above, you still need to manually reboot the system.
If you want to use the rest API, see these Linux and Windows examples:
For example:
# ilorest --nologo bootorder --onetimeboot=biossetup
Discovering data...Done
bootname is : Boot Order Pending Settings
bootname is : Boot Order Current Settings
bootpath is : /redfish/v1/systems/1/bios/oem/hpe/boot/
Added the following patch:
{
"Boot/BootSourceOverrideTarget": "BiosSetup"
}
Added the following patch:
{
"Boot/BootSourceOverrideEnabled": "Once"
}
# ilorest --nologo commit
Committing changes...
The operation completed successfully.
# ilorest --nologo reboot
For PowerShell cmdlets, see the "Set-TempBootOrder" function within:
https://www.powershellgallery.com/packages/HPRESTCmdlets/1.2.0.0/Content/HPRESTExamples.ps1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2022 11:38 PM
10-17-2022 11:38 PM
Re: System utilities F9_from web browser
Thanks for update. i am geeting below error.
+++++++++++++++++++++++++++++++++++++++++++++++
iLOrest > bootorder --onetimeboot=Utilities --commit
Location data is empty
Unable to locate registry model
iLOrest > bootorder --continuousboot=Utilities --commit
Location data is empty
Unable to locate registry model
++++++++++++++++++++++++++++++++++++
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2022 01:08 AM
10-18-2022 01:08 AM
Re: System utilities F9_from web browser
Can you try logging out of the session first to see if that makes a difference, ie:
# ilorest --nologo logout
Logging session out.
# ilorest --nologo bootorder --onetimeboot=utilities --commit
Discovering data...Done
bootname is : Boot Order Current Settings
bootname is : Boot Order Pending Settings
bootpath is : /rest/v1/systems/1/bios/boot
Added the following patch:
{
"Boot/BootSourceOverrideTarget": "Utilities"
}
Committing changes...
The operation completed successfully.
BTW, "Utilities" (aka "F10", aka "Intelligent Provisioning") is not the same as "BiosSetup" (aka "F9")
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2022 04:06 AM
10-18-2022 04:06 AM
Re: System utilities F9_from web browser
Thanks for uddate.. Still same page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2022 05:13 AM
10-18-2022 05:13 AM
SolutionIs the target server the local server or is it remote? If it is the latter, can you try executing the command all in one shot, ie:
# ilorest --nologo bootorder --onetimeboot=biossetup --commit --url {ip-address} -u {username} -p {password}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2022 01:51 AM
10-20-2022 01:51 AM
Re: System utilities F9_from web browser
Thanks it looks good. permission issue. .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2022 09:07 PM
10-20-2022 09:07 PM
Re: System utilities F9_from web browser
Hello @Sivaclod,
Great! We are glad to know the problem has been resolved.
Thanks,
Sunitha G
I'm an HPE employee.
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
