KJBweb

Technical Notes & How To's
Menu
  • Blog
  • How-To
Home
Blog
mpt-statusd: detected non-optimal RAID status

mpt-statusd: detected non-optimal RAID status

Karl November 25, 2016

Thanks to the implementation of a new centralised logging solution, I started to notice some of our virtual machines running Debian 6->8 in a VMware environment had the following message repeating within their syslog’s:

Feb 11 10:26:40 host mpt-statusd: detected non-optimal RAID status

I found that when Debian is installed within a VMware environment it assumes that disks are in a RAID configuration, and so the RAID verification service is installed as part of a default setup.

I don’t like noisy logs, so I fixed it by performing the following:

# stop mpt-statusd
[email protected]:~$ /etc/init.d/mpt-statusd stop
Stopping mpt-status monitor: mpt-statusd.
 
# remove from bootup
[email protected]:~$ update-rc.d -f mpt-statusd remove
update-rc.d: using dependency based boot sequencing
 
# optional uninstall
[email protected]:~$ apt-get remove mpt-status

I haven’t observed this issue within Ubuntu server or similar Debian based operating systems, though plain old Debian appears to make some assumptions which in this case appear to be false.  It’s a minor issue I know, though it bugged me enough to investigate.

Share
Tweet
Email
Prev Article
Next Article
Tags:debian vmware

About The Author

Karl

Related Articles

More often than not, I find it easier to install …

How to Install and Remove a Deb Package via the Command Line in Ubuntu

Leave a Reply

Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Recent Posts

  • How to Install 7zip on Ubuntu 18.04 LTS (Bionic Beaver)
  • How to Install the NewRelic MySQL Plugin
  • Repair “Repository Error: database disk image is malformed” YUM Issue
  • How to Check NTP Connectivity and Function on the Command Line
  • How to Perform a GET Request with CURL via the Command Line

Recent Comments

  • moun on How to Perform a GET Request with CURL via the Command Line
  • Karl on How to Install rar/unrar on Ubuntu 18.04 LTS (Bionic Beaver)
  • John on How to Install rar/unrar on Ubuntu 18.04 LTS (Bionic Beaver)
  • How to Install rar/unrar on Ubuntu 16.04 LTS (Xenial) - KJBweb on How to Install rar/unrar on Ubuntu 18.04 LTS (Bionic Beaver)
  • FC on How to Install rar/unrar on Ubuntu 16.04 LTS (Xenial)

Archives

  • February 2019
  • August 2018
  • November 2016

Categories

  • Blog
  • How-To

KJBweb

Technical Notes & How To's
Copyright © 2021 KJBweb
Hello Huginn