Server Management - Remote Server Management
1825805 Members
2041 Online
109687 Solutions
New Discussion

Re: Query: hponcfg set encryption level

 
BradV
Esteemed Contributor

hponcfg set encryption level

I've been searching, but have not found it.  Is it possible to use hponcfg to change the iLO 5 encryption level?

10 REPLIES 10
support_s
System Recommended

Query: hponcfg set encryption level

System recommended content:

1. NonStop Volume Level Encryption (NSVLE) Guide

 

Please click on "Thumbs Up/Kudo" icon to give a "Kudo".

 

Thank you for being a HPE valuable community member.


Accept or Kudo

BradV
Esteemed Contributor

Re: Query: hponcfg set encryption level

I'm not sure what nonstop volume is?  I assume a storage device?  I am asking about Proliant DL Gen 10 iLO encryption level.

Suman_1978
HPE Pro

Re: Query: hponcfg set encryption level

Hi @BradV 

Can you please be more specific, like, what encryption level do you want to set?
iLO 5 comes with the following security states:
Production, High Security, FIPS and CNSA
HPE iLO 5 Security Technology Brief

You may refer to HPE iLO 5 Scripting and Command Line Guide, Page# 156 for an FIPS example.

Thank You!
I work with HPE but opinions expressed here are mine.
Recent Support Video Releases



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
BradV
Esteemed Contributor

Re: Query: hponcfg set encryption level

Yes, I am aware of the various encryption levels.  Page 156 only shows how to retrieve if the iLO is in FIPS mode.  We run all of our servers in high security.  I know how to use the iLO REST API to retrieve/set this information, but we have one server on which iLO is not responding.  I can run hponcfg commands against it, but the gui and REST API are not working.  I want to change it to production security to make sure the encryption level is not causing the problems.

Suman_1978
HPE Pro

Re: Query: hponcfg set encryption level

Hi,

iLO 5 is not responding.  Have you reset iLO?
HPE Integrated Lights Out (iLO 5) for Gen10 Servers - Managing iLO Reboots, Factory Reset, and NMI

Thank You!
I work with HPE but opinions expressed here are mine.
Recent Support Video Releases



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
BradV
Esteemed Contributor

Re: Query: hponcfg set encryption level

@Suman_1978 

Yes.  I did run a reset, but that did not fix. 

In any case, my original question is how to query/set iLO encryption level using hponcfg.  I still do not see that as an available option.  Is that correct?

Suman_1978
HPE Pro

Re: Query: hponcfg set encryption level

Hi,

HPE iLO 5 Scripting and Command Line Guide
Page#125, GET_ENCRYPT_SETTINGS

Use the GET_ENCRYPT_SETTINGS command to display the current encryption settings for a Lights-out device. For this command to parse correctly, the command must appear within a RIB_INFO command block, and RIB_INFO MODE must  be set to read. For example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<RIB_INFO MODE="read">
<GET_ENCRYPT_SETTINGS/>
</RIB_INFO>
</LOGIN>
</RIBCL>
The following operations are performed to verify the configuration settings before displaying the primary and secondary ESKM server details:
• iLO connects to the primary ESKM server (and secondary ESKM server, if configured) over SSL.
• iLO tries to authenticate to the ESKM by using the configured credentials and account.
• iLO confirms that the version of the ESKM software is compatible with iLO.
If any of the operations fail, the primary and secondary ESKM server details are displayed as NULL even though they are configured in iLO.

Thank You!
I work with HPE but opinions expressed here are mine.
Recent Support Video Releases



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
BradV
Esteemed Contributor

Re: Query: hponcfg set encryption level

@Suman_1978 

Yes, I did see that, but it is not the iLO encryption level.  Try running it.  It gives back information related to enterprise secure key manager:

 

<GET_ENCRYPT_SETTINGS>
  <ENABLE_REDUNDANCY VALUE="Y"/>
  <ESKM_CERT_NAME VALUE=""/>
  <ESKM_ACC_NAME VALUE="ilo-eceb88c578"/>
  <ESKM_GRP_NAME VALUE=""/>
  <ESKM_PRIMARY_SERVER_ADDRESS VALUE=""/>
  <ESKM_PRIMARY_SERVER_PORT VALUE="0"/>
  <ESKM_SECONDARY_SERVER_ADDRESS VALUE=""/>
  <ESKM_SECONDARY_SERVER_PORT VALUE="0"/>
</GET_ENCRYPT_SETTINGS>

 

So, that has nothing to do the iLO encryption level. 

Suman_1978
HPE Pro

Re: Query: hponcfg set encryption level

Hi,

I am running out of ideas, lets see if other members can give any suggestions/solution.

If not, you may need to log a support case with HPE to get answers.

Thank You!
I work with HPE but opinions expressed here are mine.
Recent Support Video Releases



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
BradV
Esteemed Contributor

Re: Query: hponcfg set encryption level

I did submit a support ticket.  If I get an answer, I'll post it back here in case anyone else is looking?