Skip to content

Commit 6e0c19e

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

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

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

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: How to Configure iSUT and AMS for vLCM-Based Firmware Updates on HPE
3-
Gen12 Servers (High Security Mode)
2+
title: How to configure iSUT and AMS for vLCM-Based firmware updates on HPE
3+
Gen12 servers (High Security Mode)
44
date: 2025-10-01T02:30:17.312Z
55
author: Vijayakannan M
66
authorimage: /img/Avatar1.svg
@@ -9,20 +9,29 @@ tags:
99
- OV4VC
1010
- VLCM
1111
- COM4VC
12-
- HPE OneView
12+
- hpe-oneview
13+
- HPE Gen12
1314
---
1415
<style> li { font-size: 27px; line-height: 33px; max-width: none; } </style>
1516

16-
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 through the **HPE OneView for VMware vCenter** (OV4VC) and **HPE Compute Ops Management plug-in for VMware vCenter** (COM4VC) vLCM Pre-Check page is not available in these modes, as iLO credentials are now required. Instead, you must manually configure AMS and iSUT by creating an application account and providing valid HPE iLO credentials.
17+
18+
19+
In this blog post, I’ll show you how to configure iSUT and AMS to enable vLCM-based firmware updates on HPE Gen12 servers.
20+
21+
22+
23+
HPE Gen12 servers introduce enhanced security by supporting only High Security modes (SecureStandard, CNSA, FIPS). This impacts how you configure Intelligent System Update Tool (**iSUT**) and Agentless Management Service (**AMS**) for vSphere Lifecycle Manager **(vLCM)** based firmware updates.
24+
25+
Unlike previous generations, configuration through the HPE OneView for VMware vCenter (**OV4VC**) and HPE Compute Ops Management plug-in for VMware vCenter (**COM4VC**) vLCM Pre-Check page is not available in these modes, as iLO credentials are now required. Instead, you must manually configure AMS and iSUT by creating an application account and providing valid HPE iLO credentials.
1726

1827
- - -
1928

2029
## **Prerequisites**
2130

22-
* HPE Gen12 server with iLO 7
23-
* vSphere environment with vLCM enabled
24-
* iLO credentials with sufficient privileges
25-
* Access to server CLI (SSH or local console)
31+
* HPE Gen12 server with iLO 7.
32+
* vSphere environment with vLCM enabled.
33+
* iLO credentials with sufficient privileges.
34+
* Access to server CLI (SSH or local console).
2635

2736
- - -
2837

@@ -36,7 +45,7 @@ Application accounts are service accounts in iLO 7, used by host applications (l
3645
sut appaccount create -u <ilo_username> -p <ilo_password>
3746
```
3847

39-
**Alternatively, To proceed without creating an application account, provide the iLO credentials using the following CLI command:**
48+
**Alternatively, to proceed without creating an application account, provide the iLO credentials using the following CLI command:**
4049

4150
```shell
4251
sut -set ilousername=<ilo_username> ilopassword=<ilo_password>

0 commit comments

Comments
 (0)