Skip to content

Commit 81502f0

Browse files
Update Blog “configure-isut-and-ams-for-vlcm-based-firmware-updates-on-gen-12-servers”
1 parent 0b70d87 commit 81502f0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tags:
1313
---
1414
<style> li { font-size: 27px; line-height: 33px; max-width: none; } </style>
1515

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 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.
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.
1717

1818
- - -
1919

@@ -38,8 +38,6 @@ sut appaccount create -u <ilo_username> -p <ilo_password>
3838

3939
**Alternatively, To proceed without creating an application account, provide the iLO credentials using the following CLI command:**
4040

41-
42-
4341
```shell
4442
sut -set ilousername=<ilo_username> ilopassword=<ilo_password>
4543
```
@@ -61,7 +59,7 @@ sut -set mode=AutoDeploy
6159
For VMware environments, create the AMS application account:
6260

6361
```shell
64-
amsdCli appaccount create -u <ilo_username> -p <ilo_password>
62+
/opt/amsdv/bin/amsdCli appaccount create -u <iLO_username> -p <iLO_password>
6563
```
6664

6765
- - -

0 commit comments

Comments
 (0)