• Skip to main content
  • Skip to secondary menu
  • Skip to primary sidebar

KJBweb

Technical Notes & How To's

  • Home
  • How-to
  • Quick Fixes
  • Examples
  • Hardware
You are here: Home / Quick Fixes / mpt-statusd: detected non-optimal RAID status

mpt-statusd: detected non-optimal RAID status

November 25, 2016Leave a Comment

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.

Filed Under: Quick Fixes Tagged With: debian, vmware

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

Recent Posts

  • How To Get SMETS1/2 Smart Meter Data into HomeAssistant the Easy Way
  • 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

Recent Comments

  • himanshu on How to Test Memcached Connectivity
  • 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)

Archives

  • November 2022
  • February 2019
  • August 2018
  • November 2016

Categories

  • Examples
  • Hardware
  • How-to
  • Quick Fixes

Copyright © 2023 · WordPress · Log in