Skip to content

Commit 6b0e1ec

Browse files
Update Blog “configure-isut-and-ams-for-vlcm-based-firmware-updates-on-gen-12-servers”
1 parent 35149e7 commit 6b0e1ec

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

content/blog/configure-isut-and-ams-for-vlcm-based-firmware-updates-on-gen-12-servers.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
2-
title: Configure iSUT and AMS for vLCM-Based Firmware Updates on Gen 12 Servers
2+
title: How to Configure iSUT and AMS for vLCM-Based Firmware Updates on HPE
3+
Gen12 Servers (High Security Mode)
34
date: 2025-10-01T14:30:17.312Z
45
author: Vijayakannan M
56
authorimage: /img/Avatar1.svg
67
disable: false
78
---
8-
# How to Configure iSUT and AMS for vLCM-Based Firmware Updates on HPE Gen12 Servers (High Security Mode)
9+
<style> li { font-size: 27px; line-height: 33px; max-width: none; } </style>
910

1011
HPE Gen12 servers introduce enhanced security by supporting only High Security modes (SecureStandard, CNSA, FIPS). This impacts how you configure **iSUT** (Intelligent System Update Tool) and **AMS** (Agentless Management Service) for **vSphere Lifecycle Manager (vLCM)** based firmware updates. Unlike previous generations, configuration via the vLCM Pre-Check page is not available in these modes due to credential requirements. Instead, you must manually configure AMS and iSUT by creating an application account and providing valid HPE iLO credentials.
1112

@@ -30,7 +31,9 @@ Application accounts are service accounts in iLO 7, used by host applications (l
3031
sut appaccount create -u <ilo_username> -p <ilo_password>
3132
```
3233

33-
**Alternatively, to provide iLO credentials directly (not recommended for production):**
34+
**Alternatively, To proceed without creating an application account, provide the iLO credentials using the following CLI command:**
35+
36+
3437

3538
```shell
3639
sut -set ilousername=<ilo_username> ilopassword=<ilo_password>
@@ -83,13 +86,6 @@ amsdCli appaccount create -u <ilo_username> -p <ilo_password>
8386

8487
- - -
8588

86-
## **Best Practices**
87-
88-
* **Use application accounts** instead of direct credentials for better security.
89-
* **Regularly verify** AMS and iSUT status before updates.
90-
91-
- - -
92-
9389
## **Conclusion**
9490

9591
With AMS and iSUT properly configured, you are ready to proceed with vLCM-based firmware updates on HPE Gen12 servers, including both **ProLiant** and **Synergy** models. This ensures secure, automated, and compliant lifecycle management in high-security environments.

0 commit comments

Comments
 (0)