- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus Enterprise Software
- >
- Re: Morpheus DB Encrypted Password Update
Categories
Company
Local Language
Forums
Discussions
- Integrity Servers
- Server Clustering
- HPE NonStop Compute
- HPE Apollo Systems
- High Performance Computing
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp Software
Knowledge Base
Discussions
Forums
Discussions
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
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
03-21-2023 03:37 AM
03-21-2023 03:37 AM
Morpheus DB Encrypted Password Update
Hi,
I have 3 Node HA environment with Amazon Aurora as external Database. Applied DB encryption for the database but now if I have to update the Morpheus DB password, what steps to be taken and also if I want to decrypt the password then how can we do it.
I tired running “/opt/morpheus/lib/morpheus/encryptCli.jar decrypt ‘ENC($replaceme)’” but it says permission denied.
- Tags:
- instances
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2023 05:56 AM
03-21-2023 05:56 AM
Re: Morpheus DB Encrypted Password Update
I do have the non-encrypted password but if we want to change the password for database then how do we do it for encrypted password because the password will be in encrypted form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2023 08:00 AM
04-12-2023 08:00 AM
Re: Morpheus DB Encrypted Password Update
@greg Thank you for the info. It is working now.
@cbunge : Hi Chris, Any suggestion for below ?
I do have one more query, we want to rotate the passwords for RabbitMQ & ElasticSearch cluster as well. I was able to rotate the password for rabbimq by accessing the UI using “http://localhost:15672” but How can I access the ElasticSearch cluster in order to update the password ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2023 04:42 AM
03-21-2023 04:42 AM
Re: Morpheus DB Encrypted Password Update
Hello @ranujain
It’s a best practice to store the non-encrypted strings and the suffix within a secure store such as a password manager.
The permission denied error message is appearing because java is not within the default path of the account you are attempting to decrypt the enc string.
If you are unable to find your DB password within your password manager then I would recommend that you raise a support case with the Morpheus support team.
Thanks
Adam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2023 12:28 PM
03-22-2023 12:28 PM
Re: Morpheus DB Encrypted Password Update
Hello @ranujain
It would be best if you didn’t use encryptCli.jar directly but rather the documented procedure at Data Encryption — Morpheus Docs documentation to get the encrypted version of your MySQL password.
Note: Use the suffix defined previously in your morpheus.rb file.
Greg Willis