You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
17
26
18
27
- - -
19
28
20
29
## **Prerequisites**
21
30
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).
26
35
27
36
- - -
28
37
@@ -36,7 +45,7 @@ Application accounts are service accounts in iLO 7, used by host applications (l
36
45
sut appaccount create -u <ilo_username> -p <ilo_password>
37
46
```
38
47
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:**
40
49
41
50
```shell
42
51
sut -set ilousername=<ilo_username> ilopassword=<ilo_password>
0 commit comments