- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- Re: Encrypting boot drive syntax on p408i smart ar...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2024 03:54 PM - last edited on 02-19-2024 12:05 AM by support_s
02-15-2024 03:54 PM - last edited on 02-19-2024 12:05 AM by support_s
Encrypting boot drive syntax on p408i smart array
Can anyone help with the syntax for enabling encryption on a Dl380 gen10 / P408i that's already got encryption enabled on a different controller?
I think its as below, but it keeps prompting to enter a new password.
controller slot=0 enableencryption eula=yes encryption=on masterkey=(snip) password=(snip)
ctrl slot=0 ld 1 encode preservedata=yes
Am I at risk of crashing my host if I enable encryption but the logical drive isn't encrypted yet? // will this cut off access to the drive whle its encoding from plain text to encrypted ?
- Tags:
- Prolaint server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2024 08:46 AM
02-16-2024 08:46 AM
Re: Encrypting boot drive syntax on p408i smart array
Hello,
You may refer to section "7.4 Encryption Manager" on page 38 of the HPE Smart Storage Administrator CLI User Guide for more information.
Regards,
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.
[All opinions expressed here are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2024 09:06 AM - last edited on 02-18-2024 10:31 PM by Sunitha_Mod
02-16-2024 09:06 AM - last edited on 02-18-2024 10:31 PM by Sunitha_Mod
Re: Encrypting boot drive syntax on p408i smart array
@TVVJ I think I worked out part of it
At least needing to login as crypto user, setting enableencryption and than kicking off the encrypt
, but still need to know if it can be done "hot" / without interupting the host OS.
Also encountering when there's no other management function in progress
=> ctrl slot=0 login user=crypto password=<snip>
Error: "HPE Smart Array P408i-a SR Gen10 in Slot 0 (Embedded)" is locked by
another instance of a configuration utility.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2024 10:42 PM
02-18-2024 10:42 PM
Re: Encrypting boot drive syntax on p408i smart array
Hello,
You may contact HPE Support for further assistance at HPE Support Center. Please document all that was performed so far, step by step and the result of each step so that the HPE Support Engineer is fully aware of what transpired and provide appropriate assistance.
Regards,
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.
[All opinions expressed here are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2024 07:07 AM
02-19-2024 07:07 AM
Re: Encrypting boot drive syntax on p408i smart array
@amcnaug wrote:@TVVJ I think I worked out part of it
At least needing to login as crypto user, setting enableencryption and than kicking off the encrypt
, but still need to know if it can be done "hot" / without interupting the host OS.
Also encountering when there's no other management function in progress
=> ctrl slot=0 login user=crypto password=<snip>
Error: "HPE Smart Array P408i-a SR Gen10 in Slot 0 (Embedded)" is locked by
another instance of a configuration utility.
It appears that the controller is locked by another instance of a configuration utility, which is preventing you from performing the encryption operation. To address this issue, you need to ensure that no other configuration utility is actively using the controller.
Below ones might help you,
1. Before attempting to log in and enable encryption, check if there are any active sessions or processes related to the Smart Array controller. Ensure that no other utility or process is currently using the controller.
ctrl all show config [Review the output to check for any ongoing processes or active sessions on the controller.]
2. If there is a background process or configuration operation in progress, wait for it to complete. Trying to perform multiple configuration changes simultaneously can result in conflicts.
3. Make sure there are no ongoing management functions, such as array expansion or logical drive modification, before attempting to enable encryption.
ctrl all show config detail [Review the detailed configuration information to check for any ongoing operations.]
4. Log out of the controller and retry the login and encryption commands after ensuring there are no conflicting operations.
ctrl slot=0 logout [ Once log out try to log in again and proceed with the encryption commands.]
ctrl slot=0 login user=crypto password=<snip>
ctrl slot=0 ld 1 modify encrypt=enable
5. As for performing encryption "hot" without interrupting the host OS, enabling encryption on a Smart Array controller typically allows the encryption process to occur in the background without disrupting the host OS.
If you still have the same issue, it's good to contact support for further assistance.
I'm not a Employee and I acknowledge that I may make mistakes or provide information that is not entirely accurate.