• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

mpt raid status change

Macs01

Basic Pleskian
After the update to 10.3.1 MU #3 I get every 2 hours the following email
Subject: info: mpt raid status change on server.xyz.de

This is a RAID status update from mpt-statusd. The mpt-status
program reports that one of the RAIDs changed state:

Report from /etc/init.d/mpt-statusd on server.xyz.de

I have no RAID system on the server. Can I remove mpt-status or Plesk need mpt-status?
 
Why do you think that it is Plesk related problem? As far as I know this is message sent by /etc/init.d/mpt-statusd script (you can find body of message in this script). Check /var/log/messages for RAID errors at least and try to fix this hardware problem.
 
Hello.

Don't is an plesk problem.

Try that:

cd /var/qmail/alias

nano .qmail-anonymous

In this file I think there is that email


Remove it and save, or comment out with # and save.

After that

service qmail reload

If you don't use centos, I think that the patch is the same, othewise use:

locate .qmail-anonymous

Anyway are you really sure, that you don't have raid software on your OS?

Give me the output of

cat /proc/mdstat

Bye
 
Ok,

remove only the email into .qmail-anonymous and I think that you don't receive that anymore.

Try to do too

apt-get remove mdadm

But don't is important that, I think that you resolve only with remove email into .qmail-anonymous.

Bye
 
Back
Top