- Community Home
- >
- Servers and Operating Systems
- >
- ProLiant
- >
- Server Management - Remote Server Management
- >
- Update-HPiLOFirmware failed due to a TPM has been ...
-
-
Forums
- Products
- Servers and Operating Systems
- Storage
- Software
- Services
- HPE GreenLake
- Company
- Events
- Webinars
- Partner Solutions and Certifications
- Local Language
- China - 简体中文
- Japan - 日本語
- Korea - 한국어
- Taiwan - 繁體中文
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Latin America
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Blog, Poland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
03-27-2018 06:13 AM
03-27-2018 06:13 AM
Hello,
IHAC who is trying to update the BIOS firmware on their Gen10 servers using PowerShell and iLO cmdlets. Customer is using the command Update-HPiLOServerFirmware, see attached screenshot but it complains that TPM is not enabled. The output of Get-HPiLOTPMStatus shows however that TPM is already enabled. How do we persuade Update-HPiLOServerFirmware to see that TPM_ENABLED is set to "yes"?
PS output:
Update-HPiLOFirmware -Server 192.168.1.10 -DisableCertificateAuthentication -Username "Administrator" -Password "Password" -Location C:\Users\Klecka\Downloads\U32_1.36_02_14_2018.signed.bin
WARNING: DNS name translation not available for 192.168.1.10. The hostname was not found.
IP HOSTNAME STATUS_TYPE STATUS_MESSAGE
-- -------- ----------- --------------
192.168.1.10 ERROR A Trusted Module has been detected in this system. TPM_ENABLED needs to be set to "Yes" in order to perform firmware update.
Get-HPiLOTPMStatus -Server 192.168.1.10 -DisableCertificateAuthentication
IP : 192.168.1.10
HOSTNAME :
STATUS_TYPE : OK
STATUS_MESSAGE : OK
TPM_SUPPORTED : Yes
TPM_PRESENT : Yes
TPM_ENABLED : Yes
TRUSTED_MODULE_TYPE : TPM 2.0
TRUSTED_MODULE_VERSION : 73.0
Get-HPiLOModuleVersion
Name : HPiLOCmdlets
Path : C:\Program Files\Hewlett-Packard\PowerShell\Modules\HPiLOCmdlets\HPiLOCmdlets.psm1
Description : Scripting Tools for Windows PowerShell : iLO Cmdlets use the RIBCL interface to communicate to iLO. These cmdlets can be used to configure and manage iLO on HPE ProLiant Gen7, Gen8 or Gen9 servers.
GUID : 05545ade-5f25-4696-bfcc-e1d67fe32519
Version : 1.5.0.1
CurrentUICultureName : en-US
CurrentUICultureVersion : 1.5.0.1
AvailableUICulture : {@{UICultureName=en-US; UICultureVersion=1.5.0.1}, @{UICultureName=zh-CN; UICultureVersion=1.4.0.1}, @{UICultureName=ja-JP; UICultureVersion=1.4.0.1}}
Your help is much appreciated, thank you!
Regards,
Jan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-27-2018 09:23 AM
03-27-2018 09:23 AM
SolutionHi,
Its simple you need to use -TPMEnabled switch when TPM is present and in your case you have TPM present so you need to add below swtich to make firmware update happen.
Update-HPiLOFirmware -TPMEnabled
You should keep this in mind that 1.5.x version of iLO cmdlets offically does not support gen10 but it might work in many cases but we do working on the next release which is 2.0 supporting Gen10 servers.
Thanks,
Gokul
I am a HPE Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-28-2018 12:38 AM
03-28-2018 12:38 AM
Re: Update-HPiLOFirmware failed due to a TPM has been detected in this system
Hi Gokul,
it's really easy. Thank you very much for the advice and quick response. I will be expecting an impatiently new version.
Jan
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2022 Hewlett Packard Enterprise Development LP