<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: System utilities F9_from web browser in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/system-utilities-f9-from-web-browser/m-p/7176020#M9541</link>
    <description>&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;Is 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:&lt;/FONT&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;# ilorest --nologo bootorder --onetimeboot=biossetup --commit --url {ip-address} -u {username} -p {password}&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 18 Oct 2022 12:13:14 GMT</pubDate>
    <dc:creator>pchops</dc:creator>
    <dc:date>2022-10-18T12:13:14Z</dc:date>
    <item>
      <title>System utilities F9_from web browser</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/system-utilities-f9-from-web-browser/m-p/7175845#M9531</link>
      <description>&lt;P&gt;when we login the (gen 9 /10) host from web-browser ilo shoud hit(F9) automatically&amp;nbsp; using any tool(rest api or powershlle) after reboot host. Is any way to get it..&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 04:04:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/system-utilities-f9-from-web-browser/m-p/7175845#M9531</guid>
      <dc:creator>Sivaclod</dc:creator>
      <dc:date>2022-10-17T04:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: System utilities F9_from web browser</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/system-utilities-f9-from-web-browser/m-p/7175888#M9535</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/2073580"&gt;@Sivaclod&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;when we login the (gen 9 /10) host from web-browser ilo shoud hit(F9) automatically&amp;nbsp; using any tool(rest api or powershlle) after reboot host. Is any way to get it..&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;If you mean setting this from the iLO web interface, provided the system is not in POST, you would use:&lt;/FONT&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier" size="2"&gt;Administration -&amp;gt; Boot Order -&amp;gt; Additional Options -&amp;gt; Boot to System Setup Utilities&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;However, after performing the above, you still need to manually reboot the system.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;If you want to use the rest API, see these Linux and Windows examples:&lt;/FONT&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;A href="https://github.com/HewlettPackard/python-redfish-utility/blob/master/examples/Linux/Set_One_Time_Boot_Order.sh" target="_blank"&gt;https://github.com/HewlettPackard/python-redfish-utility/blob/master/examples/Linux/Set_One_Time_Boot_Order.sh&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;A href="https://github.com/HewlettPackard/python-redfish-utility/blob/master/examples/Windows/Set_One_Time_Boot_Order.bat" target="_blank"&gt;https://github.com/HewlettPackard/python-redfish-utility/blob/master/examples/Windows/Set_One_Time_Boot_Order.bat&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;For example:&lt;/FONT&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;# 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&lt;/LI-CODE&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;For PowerShell cmdlets, see the "Set-TempBootOrder" function within:&lt;/FONT&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;A href="https://www.powershellgallery.com/packages/HPRESTCmdlets/1.2.0.0/Content/HPRESTExamples.ps1" target="_blank"&gt;https://www.powershellgallery.com/packages/HPRESTCmdlets/1.2.0.0/Content/HPRESTExamples.ps1&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Oct 2022 16:46:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/system-utilities-f9-from-web-browser/m-p/7175888#M9535</guid>
      <dc:creator>pchops</dc:creator>
      <dc:date>2022-10-15T16:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: System utilities F9_from web browser</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/system-utilities-f9-from-web-browser/m-p/7175996#M9538</link>
      <description>&lt;P&gt;Thanks for update.&amp;nbsp; i am geeting below error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;+++++++++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;iLOrest &amp;gt; bootorder --onetimeboot=Utilities --commit&lt;BR /&gt;Location data is empty&lt;BR /&gt;Unable to locate registry model&lt;BR /&gt;iLOrest &amp;gt; bootorder --continuousboot=Utilities --commit&lt;BR /&gt;Location data is empty&lt;BR /&gt;Unable to locate registry model&lt;/P&gt;&lt;P&gt;++++++++++++++++++++++++++++++++++++&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 06:38:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/system-utilities-f9-from-web-browser/m-p/7175996#M9538</guid>
      <dc:creator>Sivaclod</dc:creator>
      <dc:date>2022-10-18T06:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: System utilities F9_from web browser</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/system-utilities-f9-from-web-browser/m-p/7176008#M9539</link>
      <description>&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;Can you try logging out of the session first to see if that makes a difference, ie:&lt;/FONT&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;# 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.&lt;/LI-CODE&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;BTW, "Utilities" (aka "F10", aka "Intelligent Provisioning") is not the same as "BiosSetup" (aka "F9")&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 08:08:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/system-utilities-f9-from-web-browser/m-p/7176008#M9539</guid>
      <dc:creator>pchops</dc:creator>
      <dc:date>2022-10-18T08:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: System utilities F9_from web browser</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/system-utilities-f9-from-web-browser/m-p/7176018#M9540</link>
      <description>&lt;P&gt;Thanks for uddate.. Still same page.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 11:06:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/system-utilities-f9-from-web-browser/m-p/7176018#M9540</guid>
      <dc:creator>Sivaclod</dc:creator>
      <dc:date>2022-10-18T11:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: System utilities F9_from web browser</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/system-utilities-f9-from-web-browser/m-p/7176020#M9541</link>
      <description>&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;Is 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:&lt;/FONT&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;# ilorest --nologo bootorder --onetimeboot=biossetup --commit --url {ip-address} -u {username} -p {password}&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 18 Oct 2022 12:13:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/system-utilities-f9-from-web-browser/m-p/7176020#M9541</guid>
      <dc:creator>pchops</dc:creator>
      <dc:date>2022-10-18T12:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: System utilities F9_from web browser</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/system-utilities-f9-from-web-browser/m-p/7176187#M9543</link>
      <description>&lt;P&gt;Thanks it looks good. permission issue. .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 08:51:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/system-utilities-f9-from-web-browser/m-p/7176187#M9543</guid>
      <dc:creator>Sivaclod</dc:creator>
      <dc:date>2022-10-20T08:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: System utilities F9_from web browser</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/system-utilities-f9-from-web-browser/m-p/7176247#M9546</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/2073580"&gt;@Sivaclod&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Great! We are glad to know the problem has been resolved.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2022 04:07:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/system-utilities-f9-from-web-browser/m-p/7176247#M9546</guid>
      <dc:creator>Sunitha_Mod</dc:creator>
      <dc:date>2022-10-21T04:07:40Z</dc:date>
    </item>
  </channel>
</rss>

