<?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: Set-HPEBIOSServerInfo (DL380 GEN10) returns an error - OBJECT REFERENCE in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/set-hpebiosserverinfo-dl380-gen10-returns-an-error-object/m-p/6991321#M7949</link>
    <description>&lt;P&gt;Rajesh, I also wanted to add that we flash the Innovation Engine Manually to version 0.1.4.4 (11/16/17) using these steps:&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;HPE Gen10 Innovation Engine Firmware for HPE ProLiant Gen10 Servers

&amp;nbsp;

Link:&amp;nbsp; https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_8340068d1b734d5ea9a07a29a9#tab3

Prerequisites:

System ROM V1.26&amp;nbsp;&amp;nbsp;

&amp;nbsp;

Installation:

To update Firmware from iLO Web UI:
1.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Copy the binary file to a USB media.
2.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Attach the media to your local work station.
3.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Using a Web Browser, proceed to the iLO Web UI using the iLO IP Address.
4.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Select “Firmware &amp;amp; OS Software tab”.
5.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Choose “Select Update Firmware”.&amp;nbsp;&amp;nbsp;
6.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Select Browse at Local Binary File.
7.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Select the Firmware file to be flashed.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
8.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Select the Flash to begin update process and wait for the firmware flash complete message to display.
9.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Reboot the system.

The system must be powered off to flash the IE. The customers will see a warning message “This update/upload requires the system to be powered off or in POST” if they attempt to update the&amp;nbsp;IE while the system is on.&lt;/PRE&gt;&lt;P class="p6"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p7"&gt;Also, we flashed&amp;nbsp;the SPS to version 04.00.04.288 (11/16/2017) using the follwing steps:&lt;/P&gt;&lt;PRE&gt;Server Platform Services (SPS) Firmware for HPE Gen10 Servers

Link:  https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_7c14bc5f198a4761bb70335faa#tab2

Prerequisites:
HPE Gen10 system ROM version 1.26 or later
HPE Gen10 Innovation Engine (IE) Firmware version 0.1.4.4 or later
________________________________________
Installation:
To update Firmware from iLO Web UI:
1.       Copy the binary file to a USB media.
2.       Attach the media to your local work station.
3.       Using a Web Browser, proceed to the iLO Web UI using the iLO IP Address.
4.       Select “Firmware &amp;amp; OS Software tab”.
5.       Choose “Select Update Firmware”.  
6.       Select Browse at Local Binary File.
7.       Select the Firmware file to be flashed.                                                             
8.       Select the Flash to begin update process and wait for the firmware flash complete message to display.
9.       Reboot the system.
The system must be powered off to flash the SPS. The customers will see a warning message “This update/upload requires the system to be powered off or in POST” if they attempt to update the SPS while the system is on.&lt;/PRE&gt;&lt;P class="p7"&gt;Not sure if that should matter, but wanted to add that information.&lt;/P&gt;&lt;P&gt;These are client requirements.&amp;nbsp; Not sure if these specific versions will matter.&lt;/P&gt;</description>
    <pubDate>Wed, 13 Dec 2017 20:12:12 GMT</pubDate>
    <dc:creator>rookie1082</dc:creator>
    <dc:date>2017-12-13T20:12:12Z</dc:date>
    <item>
      <title>Set-HPEBIOSServerInfo (DL380 GEN10) returns an error - OBJECT REFERENCE</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/set-hpebiosserverinfo-dl380-gen10-returns-an-error-object/m-p/6991237#M7945</link>
      <description>&lt;P&gt;Hello All,&lt;BR /&gt;&lt;BR /&gt;These commands worked flawlessly on Gen9 servers.&amp;nbsp; We have started seeing Gen10 servers in our corporation and we are having inconsistent errors with these Gen10 servers and setting some BIOS settings with the HPEBIOS cmdlets.&lt;BR /&gt;&lt;BR /&gt;I am piping a CSV with IP, Username, and Password for multiple servers.&lt;/P&gt;&lt;PRE&gt;$csvbios = $csv1 | Select-Object IP, Username, Password&lt;/PRE&gt;&lt;PRE&gt;$ConnectBIOS = $csvbios | Connect-HPEBIOS -DisableCertificateAuthentication -WarningAction SilentlyContinue
$ConnectBIOS | Set-HPEBIOSBootMode -WarningAction SilentlyContinue -BootMode LegacyBIOSMode | out-null&lt;/PRE&gt;&lt;P&gt;In my current example, I have TWELVE servers (Fresh out of the box, no config on them), and&amp;nbsp;EIGHT of them apply correctly.&amp;nbsp; FOUR&amp;nbsp;of them fail, for no reason eventhough the data is consistent in the CSV.&lt;BR /&gt;&lt;BR /&gt;Error is as follows:&lt;/P&gt;&lt;PRE&gt;Set-HPEBIOSBootMode : Failed for 10.10.17.101: Object reference not set to an instance of an object.
At line:3 char:16
+ ... nnectBIOS | Set-HPEBIOSBootMode -WarningAction SilentlyContinue -Boot ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ReadError: (:) [Set-HPEBIOSBootMode], Exception
    + FullyQualifiedErrorId : HPE.BIOS.Cmdlet.SetHPEBIOSBootMode
 
Set-HPEBIOSBootMode : Failed for 10.10.17.103: Object reference not set to an instance of an object.
At line:3 char:16
+ ... nnectBIOS | Set-HPEBIOSBootMode -WarningAction SilentlyContinue -Boot ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ReadError: (:) [Set-HPEBIOSBootMode], Exception
    + FullyQualifiedErrorId : HPE.BIOS.Cmdlet.SetHPEBIOSBootMode
 
Set-HPEBIOSBootMode : Failed for 10.10.17.108: Object reference not set to an instance of an object.
At line:3 char:16
+ ... nnectBIOS | Set-HPEBIOSBootMode -WarningAction SilentlyContinue -Boot ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ReadError: (:) [Set-HPEBIOSBootMode], Exception
    + FullyQualifiedErrorId : HPE.BIOS.Cmdlet.SetHPEBIOSBootMode
 
Set-HPEBIOSBootMode : Failed for 10.10.16.193: Object reference not set to an instance of an object.
At line:3 char:16
+ ... nnectBIOS | Set-HPEBIOSBootMode -WarningAction SilentlyContinue -Boot ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ReadError: (:) [Set-HPEBIOSBootMode], Exception
    + FullyQualifiedErrorId : HPE.BIOS.Cmdlet.SetHPEBIOSBootMode&lt;/PRE&gt;&lt;P&gt;There are also issues with Set-HPEBIOSServerInfo when it comes to setting Asset Tags, with the same error as above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2017 03:33:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/set-hpebiosserverinfo-dl380-gen10-returns-an-error-object/m-p/6991237#M7945</guid>
      <dc:creator>rookie1082</dc:creator>
      <dc:date>2017-12-13T03:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Set-HPEBIOSServerInfo (DL380 GEN10) returns an error - OBJECT REFERENCE</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/set-hpebiosserverinfo-dl380-gen10-returns-an-error-object/m-p/6991276#M7947</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;rookie1082 for reporting this issue.&lt;/P&gt;&lt;P&gt;Could you please&amp;nbsp;share the followings to reproduce the reported issue.&lt;/P&gt;&lt;P&gt;1. Please share the log file to diagnoise the issue using Enable-HPEBIOSLog cmdlet. (Note: The logs will be created in module installed path under "Logs" folder.&lt;/P&gt;&lt;P&gt;2. Please share us the iLO firmware and BIOS&amp;nbsp;&lt;SPAN&gt;firmware versions installed on failed servers.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Rajesh Balakrishnan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;HPE PowerShell Team&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2017 15:35:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/set-hpebiosserverinfo-dl380-gen10-returns-an-error-object/m-p/6991276#M7947</guid>
      <dc:creator>B_Rajesh</dc:creator>
      <dc:date>2017-12-13T15:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Set-HPEBIOSServerInfo (DL380 GEN10) returns an error - OBJECT REFERENCE</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/set-hpebiosserverinfo-dl380-gen10-returns-an-error-object/m-p/6991291#M7948</link>
      <description>&lt;P&gt;Hi Rajesh,&lt;BR /&gt;&lt;BR /&gt;Thanks for the quick reply.&amp;nbsp; I have enabled Logging from your (Step 1).&amp;nbsp; Link to lgo file (too large to put in post)&lt;/P&gt;&lt;PRE&gt;https://www.dropbox.com/s/3g73xffqoizlbe5/HPEBIOSCmdlets_12132017_111958594.log?dl=0&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;I have also attached a screen shot of the relevant firmware information.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2017-12-13 at 11.23.44.png" style="width: 1127px;"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/100400iDAAE1EC10827D37D/image-size/large?v=v2&amp;amp;px=2000" role="button" title="Screen Shot 2017-12-13 at 11.23.44.png" alt="Screen Shot 2017-12-13 at 11.23.44.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2017 17:33:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/set-hpebiosserverinfo-dl380-gen10-returns-an-error-object/m-p/6991291#M7948</guid>
      <dc:creator>rookie1082</dc:creator>
      <dc:date>2017-12-13T17:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Set-HPEBIOSServerInfo (DL380 GEN10) returns an error - OBJECT REFERENCE</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/set-hpebiosserverinfo-dl380-gen10-returns-an-error-object/m-p/6991321#M7949</link>
      <description>&lt;P&gt;Rajesh, I also wanted to add that we flash the Innovation Engine Manually to version 0.1.4.4 (11/16/17) using these steps:&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;HPE Gen10 Innovation Engine Firmware for HPE ProLiant Gen10 Servers

&amp;nbsp;

Link:&amp;nbsp; https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_8340068d1b734d5ea9a07a29a9#tab3

Prerequisites:

System ROM V1.26&amp;nbsp;&amp;nbsp;

&amp;nbsp;

Installation:

To update Firmware from iLO Web UI:
1.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Copy the binary file to a USB media.
2.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Attach the media to your local work station.
3.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Using a Web Browser, proceed to the iLO Web UI using the iLO IP Address.
4.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Select “Firmware &amp;amp; OS Software tab”.
5.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Choose “Select Update Firmware”.&amp;nbsp;&amp;nbsp;
6.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Select Browse at Local Binary File.
7.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Select the Firmware file to be flashed.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
8.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Select the Flash to begin update process and wait for the firmware flash complete message to display.
9.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Reboot the system.

The system must be powered off to flash the IE. The customers will see a warning message “This update/upload requires the system to be powered off or in POST” if they attempt to update the&amp;nbsp;IE while the system is on.&lt;/PRE&gt;&lt;P class="p6"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p7"&gt;Also, we flashed&amp;nbsp;the SPS to version 04.00.04.288 (11/16/2017) using the follwing steps:&lt;/P&gt;&lt;PRE&gt;Server Platform Services (SPS) Firmware for HPE Gen10 Servers

Link:  https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_7c14bc5f198a4761bb70335faa#tab2

Prerequisites:
HPE Gen10 system ROM version 1.26 or later
HPE Gen10 Innovation Engine (IE) Firmware version 0.1.4.4 or later
________________________________________
Installation:
To update Firmware from iLO Web UI:
1.       Copy the binary file to a USB media.
2.       Attach the media to your local work station.
3.       Using a Web Browser, proceed to the iLO Web UI using the iLO IP Address.
4.       Select “Firmware &amp;amp; OS Software tab”.
5.       Choose “Select Update Firmware”.  
6.       Select Browse at Local Binary File.
7.       Select the Firmware file to be flashed.                                                             
8.       Select the Flash to begin update process and wait for the firmware flash complete message to display.
9.       Reboot the system.
The system must be powered off to flash the SPS. The customers will see a warning message “This update/upload requires the system to be powered off or in POST” if they attempt to update the SPS while the system is on.&lt;/PRE&gt;&lt;P class="p7"&gt;Not sure if that should matter, but wanted to add that information.&lt;/P&gt;&lt;P&gt;These are client requirements.&amp;nbsp; Not sure if these specific versions will matter.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2017 20:12:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/set-hpebiosserverinfo-dl380-gen10-returns-an-error-object/m-p/6991321#M7949</guid>
      <dc:creator>rookie1082</dc:creator>
      <dc:date>2017-12-13T20:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Set-HPEBIOSServerInfo (DL380 GEN10) returns an error - OBJECT REFERENCE</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/set-hpebiosserverinfo-dl380-gen10-returns-an-error-object/m-p/6991363#M7951</link>
      <description>&lt;P&gt;Thank you Rookie,&lt;/P&gt;&lt;P&gt;I have gone through the log and found that few servers to configure BootMode. For better understanding about failure, you use do follwoings.&lt;/P&gt;&lt;P&gt;1. Enable the log using Enable-HPEBIOSLog&lt;/P&gt;&lt;P&gt;2. Establish the Gen10 connection for single server (where it is failing) using Connect-HPEBIOS&lt;/P&gt;&lt;P&gt;Example: $con = Connect-HPEBIOS -IP &amp;lt;IP&amp;gt; -Username &amp;lt;username&amp;gt; -Password &amp;lt;password&amp;gt; -DisableCertificateAuthentication -Verbose&lt;/P&gt;&lt;P&gt;3. Send us the output ($con) of Connect-HPEBIOS cmdlet.&lt;/P&gt;&lt;P&gt;4. Execute Set-HPEBIOSBootMode with $con object and share the log&lt;/P&gt;&lt;P&gt;Example: $con | Set-HPEBIOSBootMode -BootMode LegacyBootMode -Verbose&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2017 13:13:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/set-hpebiosserverinfo-dl380-gen10-returns-an-error-object/m-p/6991363#M7951</guid>
      <dc:creator>B_Rajesh</dc:creator>
      <dc:date>2017-12-14T13:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set-HPEBIOSServerInfo (DL380 GEN10) returns an error - OBJECT REFERENCE</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/set-hpebiosserverinfo-dl380-gen10-returns-an-error-object/m-p/6991551#M7955</link>
      <description>&lt;P&gt;Hello Rajesh,&lt;BR /&gt;&lt;BR /&gt;Here is the log file...&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dropbox.com/s/xkufld9unnf8m16/HPEBIOSCmdlets_12152017_223425930.log?dl=0" target="_blank"&gt;https://www.dropbox.com/s/xkufld9unnf8m16/HPEBIOSCmdlets_12152017_223425930.log?dl=0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Anyway, I ran the following commands:&lt;/P&gt;&lt;PRE&gt;$test1 = Connect-HPEBIOS -IP 10.10.17.86 -Username user -Password pass -DisableCertificateAuthentication&lt;/PRE&gt;&lt;P&gt;The output of $Test1 is:&lt;/P&gt;&lt;PRE&gt;DisableServerCertificateAuthenticationFlag : True
Location                                   : https://10.10.17.86/redfish/v1/SessionService/Sessions/optumlo000000005a343ea6d78d4fe0/
RootUri                                    : https://10.10.17.86/redfish/v1/Sessions/
RootData                                   : @{@odata.context=/redfish/v1/$metadata#ServiceRoot.ServiceRoot; @odata.etag=W/"2019F72E"; @odata.id=/redfish/v1/; 
                                             @odata.type=#ServiceRoot.v1_1_0.ServiceRoot; AccountService=; Chassis=; EventService=; Id=v1; JsonSchemas=; Links=; Managers=; Name=HPE RESTful 
                                             Root Service; Oem=; RedfishVersion=1.0.0; Registries=; SessionService=; Systems=; UUID=1d1a8106-b2d8-5311-8852-4532f3cf5d5b; UpdateService=}
AttributeRegistry                          : BiosAttributeRegistryU30.v1_1_26
ConnectionType                             : Redfish
IP                                         : 10.10.17.86
Hostname                                   : 
IsConnected                                : True
Username                                   : user
ProductName                                : ProLiant DL380 Gen10
CurrentROMFamily                           : U30
CurrentROMDate                             : 11/14/2017
CurrentROMVersion                          : U30 v1.26 (11/14/2017)
BackupROMFamily                            : U30
BackupROMDate                              : 09/29/2017
BackupROMVersion                           : U30 v1.22 (09/29/2017)
ProcessorInfo                              : Intel(R) Xeon(R) Platinum 8160 CPU @ 2.10GHz&lt;/PRE&gt;&lt;P&gt;I then rand the command:&lt;/P&gt;&lt;PRE&gt;$test1 | Set-HPEBIOSBootMode -WarningAction SilentlyContinue -BootMode LegacyBIOSMode -Verbose&lt;/PRE&gt;&lt;P&gt;the VERBOSE results are:&lt;/P&gt;&lt;PRE&gt;VERBOSE: Executing the cmdlets with 1 task serially.
VERBOSE: 10.10.17.86 : Validating the connection object.
VERBOSE: 10.10.17.86 : Validating input parameters for Set-HPEBIOSBootMode.
VERBOSE: 10.10.17.86 : Reading BIOS firmware data.
VERBOSE: 10.10.17.86 : Checking whether the input parameters of Set-HPEBIOSBootMode are supported in 10.10.17.86.
Set-HPEBIOSBootMode : Failed for 10.10.17.86: Object reference not set to an instance of an object.
At line:3 char:10
+ $test1 | Set-HPEBIOSBootMode -WarningAction SilentlyContinue -BootMod ...
+          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ReadError: (:) [Set-HPEBIOSBootMode], Exception
    + FullyQualifiedErrorId : HPE.BIOS.Cmdlet.SetHPEBIOSBootMode
 &lt;/PRE&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2017 21:36:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/set-hpebiosserverinfo-dl380-gen10-returns-an-error-object/m-p/6991551#M7955</guid>
      <dc:creator>rookie1082</dc:creator>
      <dc:date>2017-12-15T21:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Set-HPEBIOSServerInfo (DL380 GEN10) returns an error - OBJECT REFERENCE</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/set-hpebiosserverinfo-dl380-gen10-returns-an-error-object/m-p/6991633#M7956</link>
      <description>&lt;P&gt;Thank you Rookie for providing more informations.&lt;/P&gt;&lt;P&gt;From your log and verbose data, we are suspecting the BIOS data from underlying Redfish API is not available.&lt;/P&gt;&lt;P&gt;Please use any REST client (example : POSTMAN or&amp;nbsp;restlet clients) and navigate to followings URLs.&lt;/P&gt;&lt;P&gt;1.&amp;nbsp;https://&amp;lt;iLO_IP&amp;gt;/redfish/v1/Registries/&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;https://&lt;SPAN&gt;&amp;lt;iLO_IP&amp;gt;&lt;/SPAN&gt;/redfish/v1/systems/1/bios/settings/&lt;/P&gt;&lt;P&gt;Send us the data from above URLs.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2017 07:22:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/set-hpebiosserverinfo-dl380-gen10-returns-an-error-object/m-p/6991633#M7956</guid>
      <dc:creator>B_Rajesh</dc:creator>
      <dc:date>2017-12-18T07:22:14Z</dc:date>
    </item>
  </channel>
</rss>

