- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus VM Essentials Software
- >
- Problem with appliance backup
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
Wednesday
Wednesday
Problem with appliance backup
Hello,
since upgrading to 9.0.2 the backup job "Morpheus Appliance" is failing. Does anyone know the reason?
Jirka
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Friday
Friday
Re: Problem with appliance backup
Hi
I've seen a few cases where backup jobs start failing right after an upgrade, but it's difficult to say if this is a general 9.0.2 issue or something specific to your environment.
Could you share the exact error message from the Morpheus Appliance backup job or any related logs? That would help narrow it down.
Also, did the backup work normally before the upgrade, and did anything else change besides moving to 9.0.2?
A little more detail should help the community point you in the right direction.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Friday
Friday
Re: Problem with appliance backup
Agree with @Cparra_ that more information is needed to understand what is going on. I asked my Copilot notebook based on v9.0.1 documentation and it suggests (along with more details) the following:
-
The appliance backup job backs up the Morpheus database and is controlled from Administration > Settings > Backups > Backup Appliance. The docs note that appliance backups have a hard 2-hour timeout, and backups exceeding that limit will be abandoned and marked failed.
-
The v9.0.1 release notes include several upgrade-related fixes, including an issue where upgrades could fail when database connections were closed unexpectedly and another where appliance upgrades could fail because of service/plugin issues. While not backup-specific, they suggest checking appliance health after the upgrade, especially database and queue health.
-
I'd also verify the backup target (bucket or file share). Appliance backups write the Morpheus database dump to the configured storage target, so connectivity, credentials, or storage availability issues could cause failures.
-
Check Administration > Health for database, storage, and RabbitMQ queue warnings, and review the appliance logs under Administration > Health > Morpheus Logs around the time the backup job runs. The documentation specifically points to these locations for troubleshooting appliance issues.
-
If the environment was just upgraded, I'd also confirm that all host/agent updates recommended after the upgrade were completed. The release notes specifically recommend verifying HVM host agent upgrades after upgrading the appliance.
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]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
yesterday
Re: Problem with appliance backup
Thank you for your comments. The exact error is:
mysqldump: Got error: 1045: Access denied for user 'morpheus'@'localhost' (using password: YES) when trying to connect.
Health status is OK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday - last edited yesterday
yesterday - last edited yesterday
Re: Problem with appliance backup
This suggests the backup job is failing because the appliance cannot authenticate to the local database using the
morpheus database account. The backup process relies on creating a MySQL dump of the appliance database, so if database authentication fails, the appliance backup cannot start.-
Was the problem introduced immediately after upgrading to 9.0.2?
- If backups worked prior to the upgrade and failed immediately afterward, it's possible the database credentials stored for the backup process no longer match the credentials configured in MySQL.
-
Verify appliance health
- Navigate to Administration > Health and check the Database status. The VM Essentials Health page specifically monitors database connectivity and database health indicators. Any database access or connection issues should show up there.
-
Check the Morpheus secrets file
- The documentation shows that the appliance stores the Morpheus database password in: /etc/morpheus/morpheus-secrets.json
During restore procedures, the documented method is to retrieve themorpheus_passwordvalue from that file and use it to connect to the database. -
Test the database account manually
- From the appliance shell, try connecting using the credentials stored in
morpheus-secrets.json:
mysql -u morpheus -p -h 127.0.0.1 morpheusIf that login fails, you've likely identified the root cause: the password in the appliance configuration and the password configured in MySQL are no longer in sync. - From the appliance shell, try connecting using the credentials stored in
-
Review appliance logs
- Check Administration > Health > Morpheus Logs around the time the backup runs to see whether there are additional database authentication or credential-related errors. The documentation specifically points to this area for appliance troubleshooting.
1045 Access denied message is occurring earlier in the process and is likely the primary problem.- Whether this started immediately after the 9.0.2 upgrade, and
- The output of a manual MySQL login test using the
morpheusaccount?
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]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
8 hours ago
8 hours ago
Re: Problem with appliance backup
Hi Calvin,
thank you for your reply.
Yes, the problem was introduced after upgrading from 9.0.1 --> 9.0.2
I have tested the DB connection using passwd from /etc/morpheus/morpheus-secrets.json
root@vmem:~# /opt/morpheus/embedded/mysql/bin/mysql -u morpheus -p -h 127.0.0.1 morpheus
The connection is OK. So where can i change the password used in the backup job?
Regards,
Jirka