Managed alerts for Adobe Commerce: disk critical alert
This article provides troubleshooting steps when you receive a critical disk alert for Adobe Commerce in New Relic. Immediate action is required to remedy the issue. The alert will look something like the following, depending on the alert notification channel you selected.
Affected products and versions
Adobe Commerce cloud infrastructure on Pro plan architecture
Issue
You will receive an alert in New Relic if you have signed up to Managed alerts for Adobe Commerce and one or more of the alert thresholds have been surpassed. These alerts were developed by Adobe to give customers a standard set using insights from Support and Engineering.
Do!
- Abort any deployment scheduled until this alert is cleared.
- Put your site into maintenance mode immediately if your site is or becomes completely unresponsive. For steps refer to Installation Guide > Enable or disable maintenance mode . Make sure to add your IP to the exempt IP address list to ensure that you are still able to access your site for troubleshooting. For steps, refer to Maintain the list of exempt IP addresses.
Don’t!
- Launch additional marketing campaigns which may bring additional pageviews to your site.
- Run indexers or additional crons which may cause additional stress on CPU or disk.
- Do any major administrative tasks (i.e., Commerce Admin, data imports / exports).
- Clear your cache.
Your site may become non-responsive, (if you are not already experiencing a site outage) if you do any of the “Don’t” actions before you have investigated and solved the cause of the alert.
Solution
Follow these steps to identify and troubleshoot the cause.
-
Check if an Adobe Commerce support ticket exists. For steps, refer to Track your support tickets in our support knowledge base. Support may have received a New Relic threshold alert, created a ticket and started working on the issue. If no ticket exists, create one. The ticket should have the following information:
- Contact Reason: select “New Relic CRITICAL alert received.”
- Description of the alert.
- New Relic Incident link. This is included in your Managed alerts for Adobe Commerce.
-
In New Relic, review disks for highest use. For steps refer to Storage tab on New Relic Infrastructure monitoring Hosts page:
- If in New Relic you see a slow increase in disk usage, try the following options:
- Optimizing disk space by adjusting space allocation. For steps, refer to Manage Disk space in our developer documentation. You may also need to request more disk space (contact your Adobe Account Team).
- Clear up disk space for MySQL. Refer to MySQL disk space is low in our support knowledge base for steps.
- If New Relic shows rapidly increasing disk usage, this could indicate that there is a problem that has caused a file to increase very quickly in a directory. Do the following checks:
-
Check overall disk space to identify the problem by running the following command in the CLI/Terminal:
df -h
-
After you identify a directory with unexpectedly large and increasing disk usage, you need to check the affected file system. The following example shows how to check the file directory
pub/media/
. This is the directory Commerce uses for storing logs and big media files. However, you should run this command for any directory that shows unexpected disk usage:du -sch ~/pub/media/*
If the output from the terminal shows a file in one of these directories rapidly increasing in disk usage and you know that the file’s content is not needed, consider removing the file. If you are not comfortable taking this action, submit an Adobe Commerce support ticket.