Table of Contents
< All Topics
Print

[VDI]Health Check Disk Basics showing error due to not support SATA 3

Issue Description

Doing health check found that the disk basic error showing current RAID card is not support SATA 3 mode.

Error/Warning Information

file

Handling Process

  1. Confirm it is not an aSever
  2. Confirmed third party server has RAID card that support SATA 3 mode.

Solution

After confirmed, it is false alarm, can proceed the below step to hide this alarm.

VMP backend:

  1. vi /usr/share/perl5/VTP/CheckItem.pm
    file

  2. Under support_mode =>’warn’ and $res->{support_mode} = "fail", change ‘warn’ and ‘fail’ to ‘ok’
    Before:file
    After:file

  3. Save the setting and quit.

  4. restart service
    /sf/etc/init.d/vtpdaemon restart;/etc/init.d/apache2 restart;